aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-27x86: Filter out garbage from segment flags dumpJan Kiszka1-2/+2
2010-12-27Fix migrate set speed doc argLuiz Capitulino1-1/+1
2010-12-27target-arm: correct cp15 c1_sys reset value for arm1136 and cortex-a9Juha Riihimäki1-0/+2
2010-12-27target-arm: correct cp15 c1_sys reset value for cortex-a8Mattias Holm1-0/+1
2010-12-27target-arm: fix vmsav6 access controlJuha Riihimäki1-15/+19
2010-12-27target-arm: Correct result in saturating cases for VQSHL of s8/16/32Peter Maydell1-3/+12
2010-12-27target-arm: remove pointless else clause in VQSHL of u64Juha Riihimäki1-2/+0
2010-12-27target-arm: Fix VQSHL of signed 64 bit values by shift counts >= 64Peter Maydell1-1/+1
2010-12-27target-arm: Fix VQSHL of signed 64 bit valuesJuha Riihimäki1-1/+1
2010-12-27target-arm: Fix arguments passed to VQSHL helpersJuha Riihimäki1-2/+2
2010-12-27target-arm: fix bug in translation of REVSHAurelien Jarno1-7/+3
2010-12-27Fix a missing trailing newlineAurelien Jarno1-1/+1
2010-12-27target-mips: fix host CPU consumption when guest is idleAurelien Jarno3-8/+24
2010-12-26s390: compile fixesAlexander Graf4-2/+5
2010-12-22target-mips: fix translation of MT instructionsNathan Froyd3-28/+16
2010-12-21Use mmap() within code_gen_alloc() for OpenBSD.Brad1-1/+2
2010-12-21Add OpenBSD to ifdef list since it has CLOCK_MONOTONIC.Brad1-1/+2
2010-12-21Add support for OpenBSD to QEMU's tap driver.Brad1-2/+6
2010-12-21tcg-arm: fix __clear_cache() warningAurelien Jarno1-4/+2
2010-12-21qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil1-4/+5
2010-12-20sparc32: ledma extra registers need tracing tooBob Breuer1-3/+8
2010-12-20target-i386: Fix accidental use of SoftFloat uint64 typeAndreas Färber1-4/+4
2010-12-20wdt_ib700: Fix accidental use of SoftFloat int64 typeAndreas Färber1-1/+1
2010-12-20apic: Fix accidental use of SoftFloat uint32 typeAndreas Färber1-1/+1
2010-12-19Avoid a warning from OpenBSD linkerBlue Swirl1-2/+4
2010-12-19Sparc: implement monitor command 'info tlb'Blue Swirl5-57/+66
2010-12-19ahci: delete write-only variables (v2)Blue Swirl1-4/+1
2010-12-19vga: Declare as little endianBlue Swirl1-25/+1
2010-12-18win32: Fix CRLF problem in make_device_config.shStefan Weil1-1/+1
2010-12-18sparc32: ledma extra registersBob Breuer2-8/+23
2010-12-17Fix warning on mingw32Blue Swirl1-1/+2
2010-12-17ide: Build fix for via.cKevin Wolf1-1/+1
2010-12-17ide: Fix build for cmd646.cKevin Wolf1-2/+2
2010-12-17docs: Fix missing carets in QED specificationStefan Hajnoczi1-2/+2
2010-12-17Add proper -errno error return values to qcow2_open()Jes Sorensen1-18/+42
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen3-98/+104
2010-12-17qed: Consistency check supportStefan Hajnoczi3-3/+336
2010-12-17qed: Read/write supportStefan Hajnoczi4-2/+663
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi8-2/+866
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi4-0/+704
2010-12-17docs: Add QED image format specificationStefan Hajnoczi1-0/+130
2010-12-17qemu-io: Fix typo in help textsKevin Wolf1-7/+7
2010-12-17raw-posix: add discard supportChristoph Hellwig2-0/+71
2010-12-17qemu-io: Add discard commandStefan Hajnoczi1-0/+88
2010-12-17scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig2-2/+52
2010-12-17block: add discard supportChristoph Hellwig4-1/+24
2010-12-17ide: Register vm change state handler once onlyStefan Hajnoczi3-28/+58
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf4-19/+7
2010-12-17qemu.img.c: Use error_report() instead of own error() implementationJes Sorensen1-65/+62
2010-12-17bdrv_img_create() use proper errno return valuesJes Sorensen1-13/+10