Age | Commit message (Expand) | Author |
2008-12-18 | target-ppc: fix fres, fsqrte and remove useless code | aurel32 |
2008-12-18 | Fix the build for non-x86/ppc targets | aliguori |
2008-12-17 | Add HPET emulation to qemu (Beth Kon) | aliguori |
2008-12-17 | Handle suspend in qemu (Gleb Natapov) | aliguori |
2008-12-17 | Update VGA BIOS | aliguori |
2008-12-17 | Use kernel.org git mirror instead of repo.or.cz. The kernel.org git | aliguori |
2008-12-17 | Update to the latest Bochs BIOS | aliguori |
2008-12-17 | This should have been added in Gerd's previous commit. | aliguori |
2008-12-17 | Use saner types for virtio-net | aliguori |
2008-12-17 | Add support for tap vectored send | aliguori |
2008-12-17 | virtio-net support | aliguori |
2008-12-17 | Do not rely on BSD style echo (which accepts -n option) | malc |
2008-12-17 | Mark bamboo.dtb as a binary file. | pbrook |
2008-12-17 | Add bamboo.dtb compiled from bamboo.dts | aurel32 |
2008-12-16 | target-ppc: add comments about constants introduced in revision 6046 | aurel32 |
2008-12-16 | target-ppc: fix a typo introduced in revision 6058 | aurel32 |
2008-12-16 | target-ppc: IBM PowerPC 440EP Bamboo reference board emulation | aurel32 |
2008-12-16 | target-ppc: PowerPC 440EP SoC emulation | aurel32 |
2008-12-16 | target-ppc: Enable KVM for ppcemb. | aurel32 |
2008-12-16 | Implement device tree support needed for Bamboo emulation | aurel32 |
2008-12-15 | target-ppc: create a helper function to allow more flexible RAM allocation fo... | aurel32 |
2008-12-15 | target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init() | aurel32 |
2008-12-15 | target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx... | aurel32 |
2008-12-15 | kvm: sync vcpu state during initialization (Hollis Blanchard) | aliguori |
2008-12-15 | softfloat-native: improve correctness of floatXX_is_neg() | aurel32 |
2008-12-15 | target-ppc: update comment about precise emulation | aurel32 |
2008-12-15 | Revert part of r5853 | blueswir1 |
2008-12-15 | Fix mremap, based on patch by Kirill A. Shutemov | blueswir1 |
2008-12-15 | target-ppc: remove dead code | aurel32 |
2008-12-15 | target-ppc: enable PRECISE_EMULATION by default | aurel32 |
2008-12-15 | target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptions | aurel32 |
2008-12-15 | target-ppc: fadd/fsub: correctly propagate NaN | aurel32 |
2008-12-15 | target-ppc: use the new fp functions | aurel32 |
2008-12-15 | fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero() | aurel32 |
2008-12-15 | softfloat-native: fix *nan() | aurel32 |
2008-12-15 | target-ppc: correctly propagate NaN in division | aurel32 |
2008-12-15 | target-ppc: fix fload_invalid_op_excp() | aurel32 |
2008-12-15 | target-ppc: use a correct value to represent 1.0 | aurel32 |
2008-12-15 | target-ppc: update nip before calling an helper in FP instructions | aurel32 |
2008-12-15 | target-ppc: fix TCGv type in fcmpu/fcmpo | aurel32 |
2008-12-15 | configure: also switch ppc64abi32 and ppcemb to CONFIG_SOFTFLOAT | aurel32 |
2008-12-15 | target-ppc: add signed fields to ppc_avr_t. | aurel32 |
2008-12-15 | configure: switch to CONFIG_SOFTFLOAT for PPC | aurel32 |
2008-12-15 | configure: close stdout for the remaining calls to cc. | balrog |
2008-12-15 | Add ARM board names still missing from qemu-doc. | balrog |
2008-12-15 | ARM: basic SX1-cellphone sysemu support (Jean-Christophe PLAGNIOL-VILLARD). | balrog |
2008-12-15 | Fix the PXA2xx LCD dirty page detection a little more. | balrog |
2008-12-15 | target-ppc: fix frsp instruction | aurel32 |
2008-12-15 | target-ppc: fix mtfsf and mtfsfi instructions | aurel32 |
2008-12-14 | target-ppc: fix fcmp{o,u} instructions | aurel32 |