~ubuntu-branches/ubuntu/oneiric/seabios/oneiric

« back to all changes in this revision

Viewing changes to .pc/debian-changes-0.6.0-0ubuntu2/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-10-22 11:04:31 UTC
  • Revision ID: james.westby@ubuntu.com-20101022110431-fnfj73ra6xkq623n
Tags: 0.6.0-0ubuntu2
Add all patches which were included in qemu-0.13.0-rc2 (per
commit on Jul 13, 2010).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
If POST is rerun, try to do a machine reboot.
 
2
 
 
3
Review changes committed to coreboot, virtualbox, qemu, kvm, and bochs
 
4
cvs tip.
 
5
  * bochs cvs (20100104):
 
6
    -- changes synched
 
7
  * coreboot (r3348):    (bochs 20060708)
 
8
    -- no noteworthy enhancements
 
9
  * qemu - now uses SeaBIOS
 
10
  * kvm - now uses SeaBIOS
 
11
  * virtualbox (r13560): (bochs 20061231)
 
12
    -- lots of mouse changes, logo, scsi/etherboot hooks,
 
13
       floppy data rate?, int19 calls post
 
14
 
 
15
Possibly move code from entry_post in romlayout.S to C code in
 
16
handle_resume and always call 16bit C code on post.
 
17
 
 
18
The __call16 code does a long jump to the interrupt trampolines - this
 
19
is unnecessary.
 
20
 
 
21
Support PCIv3 roms?  Add support for PCI "configuration code"
 
22
extensions?
 
23
 
 
24
Possibly add option to eliminate tsc based delays on emulators.
 
25
 
 
26
Add a kconfig style configuration program instead of requiring users
 
27
to modify config.h.
 
28
 
 
29
Possibly support sending debug information over EHCI debug port.