aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-23tcg: mark dead output argument in op_dead_argsAurelien Jarno1-2/+8
2011-05-23tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno2-37/+38
2011-05-23Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno5-4/+14
2011-05-23Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno4-16/+7
2011-05-23Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno24-75/+10058
2011-05-22Fix typos in comments (chek -> check)Stefan Weil2-2/+2
2011-05-22hw/sd.c: Don't complain about SDIO commands CMD52/CMD53Peter Maydell1-0/+11
2011-05-22hw/realview.c: Remove duplicate #include linePeter Maydell1-1/+0
2011-05-22piix_pci: fix piix3_set_irq_pic()TeLeMan1-1/+1
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl7-43/+3
2011-05-20Fix a bug in mtsr/mtsrin emulation on ppc64David Gibson1-5/+4
2011-05-20pSeries: Clean up write-only variablesDavid Gibson2-9/+1
2011-05-20w32: Fix compilation and replace non-portable usage of ulongStefan Weil1-2/+2
2011-05-20s390x: complain when allocating ram failsAlexander Graf1-0/+4
2011-05-20s390x: fix memory detection for guests > 64GBChristian Borntraeger2-7/+21
2011-05-20s390x: change mapping base to allow guests > 2GBChristian Borntraeger1-3/+7
2011-05-20s390x: Fix debugging for unknown sigp order codesChristian Borntraeger1-1/+1
2011-05-20s390x: build s390x by defaultAlexander Graf2-0/+3
2011-05-20s390x: remove compatibility cc fieldAlexander Graf1-1/+0
2011-05-20s390x: Adjust GDB stubAlexander Graf1-2/+6
2011-05-20s390x: translate engine for s390x CPUAlexander Graf1-2/+5161
2011-05-20s390x: Adjust internal kvm codeAlexander Graf1-37/+7
2011-05-20s390x: Implement opcode helpersAlexander Graf2-2/+3068
2011-05-20s390x: helper functions for system emulationAlexander Graf3-10/+565
2011-05-20s390x: Shift variables in CPUState for memset(0)Alexander Graf1-3/+4
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf3-1/+7
2011-05-20s390x: make kvm exported functions conditional on kvmAlexander Graf1-0/+17
2011-05-20s390x: s390x-linux-user supportUlrich Hecht10-7/+1184
2011-05-20tcg: extend max tcg opcodes when using 64-on-32bitAlexander Graf1-0/+4
2011-05-20s390x: fix smp support for kvmChristian Borntraeger1-1/+1
2011-05-19ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf1-2/+25
2011-05-19block: Remove type hint, it's guest matter, doesn't belong hereMarkus Armbruster4-20/+2
2011-05-19blockdev: Store -drive option media in DriveInfoMarkus Armbruster6-11/+11
2011-05-19block QMP: Deprecate query-block's "type", drop info block's "type="Markus Armbruster2-22/+9
2011-05-19defaults: ide-cd, ide-hd and scsi-cd devices suppress default CD-ROMMarkus Armbruster1-0/+3
2011-05-19scsi: Split qdev "scsi-disk" into "scsi-hd" and "scsi-cd"Markus Armbruster1-33/+103
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster3-22/+74
2011-05-18qed: support for growing imagesStefan Hajnoczi1-1/+21
2011-05-18qemu_img: is_not_zero() optimizationDmitry Konishchev1-3/+26
2011-05-18qed: Periodically flush and clear need check bitStefan Hajnoczi3-2/+112
2011-05-18qemu-tool: Stub out qemu-timer functionsStefan Hajnoczi1-0/+25
2011-05-18ahci: Fix crashes on duplicate BH registrationJan Kiszka1-3/+5
2011-05-18Add documentation for qemu_progress_{init,print}()Jes Sorensen2-4/+22
2011-05-18ide: Turn debug messages into assertionsKevin Wolf1-6/+2
2011-05-18hw/xen_disk: Remove unused local variableStefan Weil1-3/+1
2011-05-18qemu-img.c: Remove superfluous parenthesisJes Sorensen1-3/+3
2011-05-18posix-aio-compat: Fix idle_threads counterKevin Wolf1-4/+2
2011-05-18ide: cleanup warningsAndrea Arcangeli1-2/+2
2011-05-16ahci: Unbreak bar registrationJan Kiszka1-3/+3
2011-05-15w32: Fix missing declaration of ffs()Stefan Weil2-5/+3