summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-01Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori8-33/+42
2013-02-01Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori6-43/+35
2013-02-01block/raw-posix: Build fix for O_ASYNCAndreas Färber1-1/+10
2013-02-01vmdk: Allow space in file namePhilipp Hahn1-9/+1
2013-02-01parallels: Fix bdrv_open() error handlingKevin Wolf1-8/+15
2013-02-01dmg: Use g_free instead of freeKevin Wolf1-9/+9
2013-02-01dmg: Fix bdrv_open() error handlingKevin Wolf1-38/+97
2013-02-01vpc: Fix bdrv_open() error handlingKevin Wolf1-12/+30
2013-02-01cloop: Fix bdrv_open() error handlingKevin Wolf1-10/+19
2013-02-01bochs: Fix bdrv_open() error handlingKevin Wolf1-7/+15
2013-02-01sheepdog: pass vdi_id to sheep daemon for sd_close()Liu Yuan1-2/+3
2013-02-01vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka2-3/+29
2013-02-01block: Adds mirroring tests for resized imagesVishvananda Ishaya2-2/+50
2013-02-01block: Fix is_allocated_above with resized filesVishvananda Ishaya1-1/+3
2013-02-01qemu-iotests: Add regression test for b7ab0feaKevin Wolf3-0/+98
2013-02-01Fix error message in migrate_set_capability HMP commandOrit Wasserman1-1/+1
2013-02-01Allow XBZRLE decoding without enabling the capabilityOrit Wasserman1-3/+0
2013-02-01Fix example for query-migrate-capabilitiesOrit Wasserman1-4/+2
2013-02-01Add XBZRLE testingOrit Wasserman2-0/+199
2013-02-01Move XBZRLE encoding code to a separate file to allow testingOrit Wasserman3-160/+174
2013-01-31Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori31-158/+180
2013-01-31Merge remote-tracking branch 'afaerber-or/cocoa-for-upstream' into stagingAnthony Liguori1-3/+24
2013-01-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori11-72/+238
2013-02-01target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber6-19/+23
2013-02-01target-s390x: Clean up cpu_inject_*() signaturesAndreas Färber4-11/+16
2013-02-01target-s390x: Fix debug outputAndreas Färber1-1/+1
2013-02-01target-s390x: Fix debug output (continued)Andreas Färber1-2/+2
2013-02-01target-ppc: Fix build for PPC_DEBUG_DISASAndreas Färber1-1/+1
2013-02-01target-ppc: Fix unused variable warning for FLUSH_ALL_TLBSAndreas Färber1-1/+2
2013-02-01PPC: Unify dcbzl code pathAlexander Graf5-41/+32
2013-02-01linux-user: bsd-user: Don't reset X86CPU twiceAndreas Färber2-2/+2
2013-02-01target-i386: Pass X86CPU to cpu_x86_set_a20()Andreas Färber3-5/+8
2013-02-01target-unicore32: Rename CPU subtypesAndreas Färber2-3/+7
2013-02-01target-openrisc: Rename CPU subtypesAndreas Färber1-4/+11
2013-02-01target-openrisc: TYPE_OPENRISC_CPU should be abstractAndreas Färber1-1/+1
2013-02-01target-m68k: Rename CPU subtypesAndreas Färber2-5/+14
2013-02-01target-m68k: Mark as unmigratableAndreas Färber3-1/+8
2013-02-01target-s390x: Mark as unmigratableAndreas Färber3-32/+10
2013-02-01target-sh4: Mark as unmigratableAndreas Färber3-1/+9
2013-02-01target-xtensa: Mark as unmigratableAndreas Färber3-39/+9
2013-02-01target-microblaze: Mark as unmigratableAndreas Färber4-14/+10
2013-02-01target-unicore32: Mark as unmigratableAndreas Färber4-26/+9
2013-02-01ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber3-25/+82
2013-01-31target-mips: fix incorrect test for MTHLIPPetar Jovanovic1-1/+1
2013-01-31target-mips: enable access to DSP ASE if implementedPetar Jovanovic1-4/+2
2013-01-31target-mips: Unfuse {,N}M{ADD,SUB}.fmtRichard Sandiford1-8/+17
2013-01-31target-mips: Sign-extend the result of LWRRichard Sandiford1-0/+1
2013-01-31target-mips: Fix signedness of loads in MIPS16 RESTOREsRichard Sandiford1-1/+1
2013-01-31Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-armAurelien Jarno3-6/+18
2013-01-31target-mips: implement DSP (d)append sub-class with TCGAurelien Jarno3-126/+87