kvm: libkvm: remove some unused parameters
[qemu-kvm/fedora.git] / target-mips / TODO
blobbd8d26d1f6074ebed46eb1d3e27b4fbcaed7c726
1 Unsolved issues/bugs in the mips/mipsel backend
2 -----------------------------------------------
4 General
5 -------
6 - [ls][dw][lr] report broken (aligned) BadVAddr
7 - Missing per-CPU instruction decoding, currently all implemented
8   instructions are regarded as valid
9 - pcnet32 does not work for little endian emulation on big endian host
10   (probably not mips specific, but observable for mips-malta)
12 MIPS64
13 ------
14 - No 64bit TLB support
15 - no 64bit wide registers for FPU
16 - 64bit mul/div handling broken
18 "Generic" 4Kc system emulation
19 ------------------------------
20 - Doesn't correspond to any real hardware.
22 MALTA system emulation
23 ----------------------
24 - We fake firmware support instead of doing the real thing
25 - Real firmware falls over when trying to init RAM, presumably due
26   to lacking I2C emulation.