Kevin O'Connor | 2ad3744 | 2008-05-06 19:49:01 -0400 | [diff] [blame] | 1 | Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs |
| 2 | cvs tip. |
Kevin O'Connor | 643062f | 2010-01-04 20:48:20 -0500 | [diff] [blame] | 3 | * bochs cvs (20100104): |
| 4 | -- changes synched |
Kevin O'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 5 | * coreboot (r3348): (bochs 20060708) |
| 6 | -- no noteworthy enhancements |
Kevin O'Connor | 643062f | 2010-01-04 20:48:20 -0500 | [diff] [blame] | 7 | * qemu - now uses SeaBIOS |
| 8 | * kvm - now uses SeaBIOS |
Kevin O'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 9 | * virtualbox (r13560): (bochs 20061231) |
Kevin O'Connor | 643062f | 2010-01-04 20:48:20 -0500 | [diff] [blame] | 10 | -- lots of mouse changes, logo, scsi/etherboot hooks, |
Kevin O'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 11 | floppy data rate?, int19 calls post |
Kevin O'Connor | 2ad3744 | 2008-05-06 19:49:01 -0400 | [diff] [blame] | 12 | |
Kevin O'Connor | b8aacb0 | 2008-03-01 14:56:07 -0500 | [diff] [blame] | 13 | The __call16 code does a long jump to the interrupt trampolines - this |
| 14 | is unnecessary. |
Kevin O'Connor | f076a3e | 2008-02-25 22:25:15 -0500 | [diff] [blame] | 15 | |
Kevin O'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 16 | Support PCIv3 roms? Add support for PCI "configuration code" |
Kevin O'Connor | 9db772a | 2009-10-19 22:13:11 -0400 | [diff] [blame] | 17 | extensions? |
Kevin O'Connor | b62d1ae | 2009-02-05 19:35:11 -0500 | [diff] [blame] | 18 | |
| 19 | Possibly add option to eliminate tsc based delays on emulators. |
Kevin O'Connor | 65e6342 | 2008-07-19 14:12:32 -0400 | [diff] [blame] | 20 | |
Kevin O'Connor | 0775070 | 2009-07-13 20:35:38 -0400 | [diff] [blame] | 21 | Possibly support sending debug information over EHCI debug port. |