summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-17tcg-ppc64: bswap64 rotates output 32 bitsAnton Blanchard1-2/+0
2013-06-17tcg-ppc64: Fix RLDCL opcodeAnton Blanchard1-5/+6
2013-06-17vmdk: Allow reading variable size descriptor filesEvgeny Budilovsky1-7/+20
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch6-0/+1604
2013-06-17curl: Don't set curl options on the handle just before it's going to be deleted.Richard W.M. Jones1-2/+0
2013-06-17vmdk: byteswap VMDK4Header.desc_offset fieldStefan Hajnoczi1-2/+5
2013-06-17block/curl.c: Refuse to open the handle for writes.Richard W.M. Jones1-0/+6
2013-06-17sheepdog: support 'qemu-img snapshot -a'Liu Yuan1-7/+5
2013-06-17sheepdog: fix snapshot tag initializationLiu Yuan1-1/+1
2013-06-17qerror: drop QERR_OPEN_FILE_FAILED macroLuiz Capitulino1-3/+0
2013-06-17block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILEDLuiz Capitulino1-2/+2
2013-06-17savevm: qmp_xen_save_devices_state(): use error_setg_file_open()Luiz Capitulino1-1/+1
2013-06-17dump: qmp_dump_guest_memory(): use error_setg_file_open()Luiz Capitulino1-1/+1
2013-06-17cpus: use error_setg_file_open()Luiz Capitulino1-2/+2
2013-06-17blockdev: use error_setg_file_open()Luiz Capitulino1-4/+7
2013-06-17block: mirror_complete(): use error_setg_file_open()Luiz Capitulino1-1/+1
2013-06-17rng-random: use error_setg_file_open()Luiz Capitulino1-2/+1
2013-06-17error: add error_setg_file_open() helperLuiz Capitulino2-0/+10
2013-06-17Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori18-159/+87
2013-06-17Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-1/+1
2013-06-17char/serial: fix copy&paste error (fifo8_is_full vs empty)Vladimir Senkov1-1/+1
2013-06-17vl: always define no_frameMichael Tokarev1-2/+0
2013-06-16gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil1-0/+4
2013-06-16vl: always define no_frameMichael Tokarev1-2/+0
2013-06-15target-i386: fix over 80 chars warningsliguang3-22/+39
2013-06-15target-i386/helper: remove redundant env->eip assignmentliguang1-1/+1
2013-06-15target-i386/helper: remove DF macroliguang3-7/+5
2013-06-15target-i386/helper: remove EIP macroliguang5-25/+23
2013-06-15target-i386/helper: remove EDI macroliguang3-9/+7
2013-06-15target-i386/helper: remove ESI macroliguang3-9/+7
2013-06-15target-i386/helper: remove ESP macroliguang4-54/+54
2013-06-15target-i386/helper: remove EBP macroliguang3-11/+9
2013-06-15target-i386/helper: remove EDX macroliguang6-30/+28
2013-06-15target-i386/helper: remove ECX macroliguang6-44/+42
2013-06-15target-i386/helper: remove EBX macroliguang5-12/+10
2013-06-15target-i386/helper: remove EAX macroliguang7-62/+60
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl53-391/+535
2013-06-14ide-test: fix failure for test_flushMichael Roth1-1/+4
2013-06-14ppc: Remove CONFIG_FDT conditionalsPeter Maydell6-30/+4
2013-06-14microblaze: Remove CONFIG_FDT conditionalsPeter Maydell1-12/+0
2013-06-14arm: Remove CONFIG_FDT conditionalsPeter Maydell1-7/+0
2013-06-14configure: Require libfdt for arm, ppc, microblaze softmmu targetsPeter Maydell1-0/+20
2013-06-14configure: dtc: Probe for libfdt_env.hPeter Crosthwaite2-36/+2
2013-06-14build: drop TARGET_TYPEPaolo Bonzini3-19/+2
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini5-17/+11
2013-06-14build: do not use TARGET_ARCHPaolo Bonzini3-14/+14
2013-06-14build: rename TARGET_ARCH2 to TARGET_NAMEPaolo Bonzini3-23/+23
2013-06-14Add a stp file for usage from build directoryAlon Levy1-3/+13
2013-06-14audio/intel-hda: QOM casting sweepPeter Crosthwaite1-8/+11
2013-06-14audio/intel-hda: Fix Inheritance hierachyPeter Crosthwaite1-7/+14