Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Avoid strict-aliasing related issues when compiling with optimization
[palacios.git] / bios / seabios / TODO
1 Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
2 cvs tip.
3   * bochs cvs (20100104):
4     -- changes synched
5   * coreboot (r3348):    (bochs 20060708)
6     -- no noteworthy enhancements
7   * qemu - now uses SeaBIOS
8   * kvm - now uses SeaBIOS
9   * virtualbox (r13560): (bochs 20061231)
10     -- lots of mouse changes, logo, scsi/etherboot hooks,
11        floppy data rate?, int19 calls post
12
13 The __call16 code does a long jump to the interrupt trampolines - this
14 is unnecessary.
15
16 Support PCIv3 roms?  Add support for PCI "configuration code"
17 extensions?
18
19 Possibly add option to eliminate tsc based delays on emulators.
20
21 Possibly support sending debug information over EHCI debug port.