Files
qemu/TODO
T

38 lines
1.1 KiB
Plaintext
Raw Normal View History

2008-05-13 18:26:52 +00:00
General:
-------
2006-07-04 16:33:33 +00:00
- cycle counter for all archs
2005-11-23 21:03:04 +00:00
- cpu_interrupt() win32/SMP fix
2004-11-14 18:58:40 +00:00
- merge PIC spurious interrupt patch
2005-02-22 19:43:42 +00:00
- warning for OS/2: must not use 128 MB memory (merge bochs cmos patch ?)
2004-11-07 17:44:42 +00:00
- config file (at least for windows/Mac OS X)
- update doc: PCI infos.
- basic VGA optimizations
2008-05-13 18:26:52 +00:00
- better code fetch
2004-04-25 21:27:03 +00:00
- do not resize vga if invalid size.
2004-01-18 23:14:25 +00:00
- TLB code protection support for PPC
2004-04-25 21:27:03 +00:00
- disable SMC handling for ARM/SPARC/PPC (not finished)
2004-01-18 23:14:25 +00:00
- see undefined flags for BTx insn
2004-01-04 16:10:33 +00:00
- keyboard output buffer filling timing emulation
2003-10-27 23:58:04 +00:00
- tests for each target CPU
2003-05-28 00:27:57 +00:00
- fix all remaining thread lock issues (must put TBs in a specific invalid
state, find a solution for tb_flush()).
2004-11-07 17:44:42 +00:00
ppc specific:
------------
- TLB invalidate not needed if msr_pr changes
- enable shift optimizations ?
2005-11-23 21:03:04 +00:00
linux-user specific:
-------------------
2008-05-13 18:26:52 +00:00
- remove threading support as it cannot work at this point
- improve IPC syscalls
2003-03-23 17:19:56 +00:00
- more syscalls (in particular all 64 bit ones, IPCs, fix 64 bit
issues, fix 16 bit uid issues)
2005-11-23 21:03:04 +00:00
- use kernel traps for unaligned accesses on ARM ?
lower priority:
--------------
- int15 ah=86: use better timing
- use -msoft-float on ARM