blob: 23f26c0cb230f68d29f3e5bf8cb2f3e37bf761a9 [file] [log] [blame]
Kevin O'Connor2ad37442008-05-06 19:49:01 -04001Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
2cvs tip.
Kevin O'Connor643062f2010-01-04 20:48:20 -05003 * bochs cvs (20100104):
4 -- changes synched
Kevin O'Connor07750702009-07-13 20:35:38 -04005 * coreboot (r3348): (bochs 20060708)
6 -- no noteworthy enhancements
Kevin O'Connor643062f2010-01-04 20:48:20 -05007 * qemu - now uses SeaBIOS
8 * kvm - now uses SeaBIOS
Kevin O'Connor07750702009-07-13 20:35:38 -04009 * virtualbox (r13560): (bochs 20061231)
Kevin O'Connor643062f2010-01-04 20:48:20 -050010 -- lots of mouse changes, logo, scsi/etherboot hooks,
Kevin O'Connor07750702009-07-13 20:35:38 -040011 floppy data rate?, int19 calls post
Kevin O'Connor2ad37442008-05-06 19:49:01 -040012
Kevin O'Connorb8aacb02008-03-01 14:56:07 -050013The __call16 code does a long jump to the interrupt trampolines - this
14is unnecessary.
Kevin O'Connorf076a3e2008-02-25 22:25:15 -050015
Kevin O'Connor07750702009-07-13 20:35:38 -040016Support PCIv3 roms? Add support for PCI "configuration code"
Kevin O'Connor9db772a2009-10-19 22:13:11 -040017extensions?
Kevin O'Connorb62d1ae2009-02-05 19:35:11 -050018
19Possibly add option to eliminate tsc based delays on emulators.
Kevin O'Connor65e63422008-07-19 14:12:32 -040020
Kevin O'Connor07750702009-07-13 20:35:38 -040021Possibly support sending debug information over EHCI debug port.