summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-17spice: fix multihead supportGerd Hoffmann5-13/+46
2013-10-17spice-display: add display channel id to the debug messages.Gerd Hoffmann1-13/+14
2013-10-17Fix VNC SASL authentication when using a QXL deviceChristophe Fergeau1-0/+1
2013-10-17spice: replace use of deprecated APIMarc-André Lureau3-21/+20
2013-10-14Merge remote-tracking branch 'rth/tcg-ldst-6' into stagingAnthony Liguori10-901/+722
2013-10-14Merge remote-tracking branch 'jliu/or32' into stagingAnthony Liguori1-8/+1
2013-10-14Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20131010.0' int...Anthony Liguori1-109/+518
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil3-5/+5
2013-10-12target-alpha: Convert to new ldst opcodesRichard Henderson1-34/+15
2013-10-12tcg-ppc64: Support new ldst opcodesRichard Henderson2-62/+17
2013-10-12tcg-ppc: Support new ldst opcodesRichard Henderson2-66/+33
2013-10-12tcg-ppc64: Convert to le/be ldst helpersRichard Henderson1-16/+22
2013-10-12tcg-ppc: Convert to le/be ldst helpersRichard Henderson1-24/+33
2013-10-12tcg-ppc64: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-39/+45
2013-10-12tcg-ppc: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-56/+48
2013-10-12tcg-arm: Improve GUEST_BASE qemu_ld/stRichard Henderson1-104/+116
2013-10-12tcg-arm: Convert to new ldst opcodesRichard Henderson2-71/+38
2013-10-12tcg-arm: Tidy variable naming convention in qemu_ld/stRichard Henderson1-115/+115
2013-10-12tcg-arm: Convert to le/be ldst helpersRichard Henderson1-21/+29
2013-10-12tcg-arm: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-64/+61
2013-10-12tcg-i386: Support new ldst opcodesRichard Henderson2-90/+51
2013-10-12tcg-i386: Remove "cb" output restriction from qemu_st8 for i386Richard Henderson1-2/+8
2013-10-12tcg-i386: Tidy softmmu routinesRichard Henderson1-249/+208
2013-10-12tcg-i386: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-64/+59
2013-10-12tcg: Use TCGMemOp for TCGLabelQemuLdst.opcRichard Henderson1-1/+1
2013-10-11Merge remote-tracking branch 'mdroth/qga-pull-2013-10-10' into stagingAnthony Liguori6-94/+69
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori58-2629/+992
2013-10-11qdev-monitor: Group "device_add help" and "info qdm" by categoryMarkus Armbruster1-14/+53
2013-10-11Mostly revert "qemu-help: Sort devices by logical functionality"Markus Armbruster2-55/+9
2013-10-11Use qemu-project.org domain nameStefan Hajnoczi11-20/+20
2013-10-11Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori66-516/+2109
2013-10-11qemu-iotests: Add test for inactive L2 overlapMax Reitz2-8/+79
2013-10-11qemu-io: Let "open" pass options to block driverMax Reitz1-8/+31
2013-10-11vmdk: Fix vmdk_parse_extentsFam Zheng1-2/+5
2013-10-11blockdev: blockdev_init() error conversionKevin Wolf1-25/+31
2013-10-11blockdev: Don't disable COR automatically with blockdev-addKevin Wolf2-6/+34
2013-10-11blockdev: Remove 'media' parameter from blockdev_init()Kevin Wolf1-25/+15
2013-10-11qemu-iotests: Check autodel behaviour for device_delKevin Wolf4-0/+222
2013-10-11blockdev: Remove IF_* check for read-only blockdev_initKevin Wolf11-7/+42
2013-10-11blockdev: Move virtio-blk device creation to drive_initKevin Wolf1-27/+27
2013-10-11blockdev: Move bus/unit/index processing to drive_initKevin Wolf1-84/+73
2013-10-11blockdev: Move parsing of 'boot' option to drive_initKevin Wolf1-10/+11
2013-10-11blockdev: Moving parsing of geometry options to drive_initKevin Wolf1-67/+69
2013-10-11blockdev: Move parsing of 'if' option to drive_initKevin Wolf1-18/+22
2013-10-11blockdev: Move parsing of 'media' option to drive_initKevin Wolf1-23/+50
2013-10-11blockdev: Pass QDict to blockdev_init()Kevin Wolf1-17/+17
2013-10-11blockdev: Separate ID generation from DriveInfo creationKevin Wolf3-15/+24
2013-10-11blockdev: 'blockdev-add' QMP commandKevin Wolf3-0/+348
2013-10-11blockdev: Introduce DriveInfo.enable_auto_delKevin Wolf2-1/+17
2013-10-11qapi-types/visit.py: Inheritance for structsKevin Wolf3-2/+37