aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-16Update Sparc OpenBIOS images to r665Blue Swirl
2010-01-15sparc32 do_unassigned_access overhaul v2Artyom Tarasenko
2010-01-15tcg/x86_64: Avoid unnecessary REX.B prefixes.Richard Henderson
2010-01-15nand: Correct random data reads.Edgar E. Iglesias
2010-01-14Makefile: Fix message for missing configureStefan Weil
2010-01-14target-m68k: fix a typo in 'P' packet processingKazu Hirata
2010-01-14tcg/x86_64: Special-case all 32-bit AND operands.Richard Henderson
2010-01-14sh: sm501: Add hardware cursor featureShin-ichiro KAWASAKI
2010-01-14alpha: fix stat64 issueVince Weaver
2010-01-14ppc-40x: Correct ESR for zone protection faults.Edgar E. Iglesias
2010-01-14ppc-40x: Correct decoding of zone protection bits.Edgar E. Iglesias
2010-01-14ppc-40x: Correct check for Endian swapping TLB entries.Edgar E. Iglesias
2010-01-14ppc-40x: Get TLB attributes from TLBLO.Edgar E. Iglesias
2010-01-13docs: New qdev-device-use.txtMarkus Armbruster
2010-01-13Qemu's internal TFTP server breaks lock-step-iness of TFTPMilan Plzik
2010-01-13Add KVM paravirt cpuid leafGleb Natapov
2010-01-13virtio-blk: remove dead variable in virtio_blk_handle_scsiChristoph Hellwig
2010-01-13qcow/qcow2: implement bdrv_aio_flushKevin Wolf
2010-01-13block: flush backing_hd in the right placeChristoph Hellwig
2010-01-13json-parser: remove dead incrementAmit Shah
2010-01-13qcow2-refcount: remove dead assignmentAmit Shah
2010-01-13hw/vga.c: remove dead assignmentAmit Shah
2010-01-13x86: translate.c: remove dead assignmentAmit Shah
2010-01-13virtio: net: remove dead assignmentAmit Shah
2010-01-13vl.c: Remove dead assignmentAmit Shah
2010-01-13osdep.c: Fix accept4 fallbackKevin Wolf
2010-01-13qemu-img rebaseKevin Wolf
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf
2010-01-13block: Introduce BDRV_O_NO_BACKINGKevin Wolf
2010-01-13move kbd/mouse handling to input.cPaolo Bonzini
2010-01-13use pkg-config for libcurl whenever availablePaolo Bonzini
2010-01-13use pkg-config for sdl whenever availablePaolo Bonzini
2010-01-13fixes to the static compilation case for sdlPaolo Bonzini
2010-01-13use cross-prefix for pkgconfigPaolo Bonzini
2010-01-13pcnet: remove dead nested assignment, spotted by clangBlue Swirl
2010-01-13Sparc32: remove dead increment, spotted by clangBlue Swirl
2010-01-13Sparc32: remove a variable used only for debugging to avoid a clang warningBlue Swirl
2010-01-13Sparc: comment out unused variable, spotted by clangBlue Swirl
2010-01-13Sparc32: remove unused env/envs variables, spotted by clangBlue Swirl
2010-01-13Sparc32: remove unused variable, spotted by clangBlue Swirl
2010-01-13pci: Add missing 'const' in argument to pci_get_xxxStefan Weil
2010-01-13eepro100: Update ROM file supportStefan Weil
2010-01-13eepro100: Fix initial value for PCI_STATUSStefan Weil
2010-01-13Workaround for broken OSS_GETVERSION on FreeBSD, part twoJuergen Lock
2010-01-12virtio-net: mac property is mandatoryMichael S. Tsirkin
2010-01-12kvm: Detect availability of kvm_para.hJan Kiszka
2010-01-12kvm: Use kvm-kmod headers if availableJan Kiszka
2010-01-12monitor: fix dead assignment spotted by clangBlue Swirl
2010-01-12Sparc64: Fix PCI config accessor orderBlue Swirl
2010-01-12tcg-sparc: Implement ext32[su]_i64Richard Henderson