aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-18consolidate definition for tap script and smb supportaurel32
2008-12-18PCI: Mask writes to RO bits in the command reg of PCI config spaceaurel32
2008-12-18PCI: Mask writes to RO bits in the status reg of PCI config spaceaurel32
2008-12-18target-ppc: fix type of spe_acc.aurel32
2008-12-18fp: fix float32_is_infinity()aurel32
2008-12-18target-ppc: fix a typoaurel32
2008-12-18target-ppc: add Altivec logical operationsaurel32
2008-12-18KVM: Silence unused s warningaurel32
2008-12-18Remove trailing spaces introduced by commit 6081aurel32
2008-12-18Fix warnings introduced by commit 6081aurel32
2008-12-18target-ppc: fix fres, fsqrte and remove useless codeaurel32
2008-12-18Fix the build for non-x86/ppc targetsaliguori
2008-12-17Add HPET emulation to qemu (Beth Kon)aliguori
2008-12-17Handle suspend in qemu (Gleb Natapov)aliguori
2008-12-17Update VGA BIOSaliguori
2008-12-17Use kernel.org git mirror instead of repo.or.cz. The kernel.org git aliguori
2008-12-17Update to the latest Bochs BIOSaliguori
2008-12-17This should have been added in Gerd's previous commit.aliguori
2008-12-17Use saner types for virtio-netaliguori
2008-12-17Add support for tap vectored sendaliguori
2008-12-17virtio-net supportaliguori
2008-12-17Do not rely on BSD style echo (which accepts -n option)malc
2008-12-17Mark bamboo.dtb as a binary file.pbrook
2008-12-17Add bamboo.dtb compiled from bamboo.dtsaurel32
2008-12-16target-ppc: add comments about constants introduced in revision 6046aurel32
2008-12-16target-ppc: fix a typo introduced in revision 6058aurel32
2008-12-16target-ppc: IBM PowerPC 440EP Bamboo reference board emulationaurel32
2008-12-16target-ppc: PowerPC 440EP SoC emulationaurel32
2008-12-16target-ppc: Enable KVM for ppcemb.aurel32
2008-12-16Implement device tree support needed for Bamboo emulationaurel32
2008-12-15target-ppc: create a helper function to allow more flexible RAM allocation fo...aurel32
2008-12-15target-ppc: rename ppc405_sdram_init() to ppc4xx_sdram_init()aurel32
2008-12-15target-ppc: move PPC4xx SDRAM controller emulation from ppc405_uc.c to ppc4xx...aurel32
2008-12-15kvm: sync vcpu state during initialization (Hollis Blanchard)aliguori
2008-12-15softfloat-native: improve correctness of floatXX_is_neg()aurel32
2008-12-15target-ppc: update comment about precise emulationaurel32
2008-12-15Revert part of r5853blueswir1
2008-12-15Fix mremap, based on patch by Kirill A. Shutemovblueswir1
2008-12-15target-ppc: remove dead codeaurel32
2008-12-15target-ppc: enable PRECISE_EMULATION by defaultaurel32
2008-12-15target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptionsaurel32
2008-12-15target-ppc: fadd/fsub: correctly propagate NaNaurel32
2008-12-15target-ppc: use the new fp functionsaurel32
2008-12-15fp: add floatXX_is_infinity(), floatXX_is_neg(), floatXX_is_zero()aurel32
2008-12-15softfloat-native: fix *nan()aurel32
2008-12-15target-ppc: correctly propagate NaN in divisionaurel32
2008-12-15target-ppc: fix fload_invalid_op_excp()aurel32
2008-12-15target-ppc: use a correct value to represent 1.0aurel32
2008-12-15target-ppc: update nip before calling an helper in FP instructionsaurel32
2008-12-15target-ppc: fix TCGv type in fcmpu/fcmpoaurel32