aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-17NVMe: Initial commit for new storage interfaceKeith Busch
2013-06-17curl: Don't set curl options on the handle just before it's going to be deleted.Richard W.M. Jones
2013-06-17vmdk: byteswap VMDK4Header.desc_offset fieldStefan Hajnoczi
2013-06-17block/curl.c: Refuse to open the handle for writes.Richard W.M. Jones
2013-06-17sheepdog: support 'qemu-img snapshot -a'Liu Yuan
2013-06-17sheepdog: fix snapshot tag initializationLiu Yuan
2013-06-17Merge remote-tracking branch 'pmaydell/configury.next' into stagingAnthony Liguori
2013-06-17Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-06-17char/serial: fix copy&paste error (fifo8_is_full vs empty)Vladimir Senkov
2013-06-17vl: always define no_frameMichael Tokarev
2013-06-16gtk: Fix compiler warning (GTK 3 deprecated function)Stefan Weil
2013-06-16vl: always define no_frameMichael Tokarev
2013-06-15target-i386: fix over 80 chars warningsliguang
2013-06-15target-i386/helper: remove redundant env->eip assignmentliguang
2013-06-15target-i386/helper: remove DF macroliguang
2013-06-15target-i386/helper: remove EIP macroliguang
2013-06-15target-i386/helper: remove EDI macroliguang
2013-06-15target-i386/helper: remove ESI macroliguang
2013-06-15target-i386/helper: remove ESP macroliguang
2013-06-15target-i386/helper: remove EBP macroliguang
2013-06-15target-i386/helper: remove EDX macroliguang
2013-06-15target-i386/helper: remove ECX macroliguang
2013-06-15target-i386/helper: remove EBX macroliguang
2013-06-15target-i386/helper: remove EAX macroliguang
2013-06-15Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpuBlue Swirl
2013-06-14ide-test: fix failure for test_flushMichael Roth
2013-06-14ppc: Remove CONFIG_FDT conditionalsPeter Maydell
2013-06-14microblaze: Remove CONFIG_FDT conditionalsPeter Maydell
2013-06-14arm: Remove CONFIG_FDT conditionalsPeter Maydell
2013-06-14configure: Require libfdt for arm, ppc, microblaze softmmu targetsPeter Maydell
2013-06-14configure: dtc: Probe for libfdt_env.hPeter Crosthwaite
2013-06-14build: drop TARGET_TYPEPaolo Bonzini
2013-06-14main: use TARGET_ARCH only for the target-specific #definePaolo Bonzini
2013-06-14build: do not use TARGET_ARCHPaolo Bonzini
2013-06-14build: rename TARGET_ARCH2 to TARGET_NAMEPaolo Bonzini
2013-06-14Add a stp file for usage from build directoryAlon Levy
2013-06-14audio/intel-hda: QOM casting sweepPeter Crosthwaite
2013-06-14audio/intel-hda: Fix Inheritance hierachyPeter Crosthwaite
2013-06-14smbios: Check R in -smbios type=0, release=R parses okayMarkus Armbruster
2013-06-14smbios: Fix -smbios type=0, release=... for big endian hostsMarkus Armbruster
2013-06-14smbios: Clean up smbios_add_field() parametersMarkus Armbruster
2013-06-14smbios: Convert to error_report()Markus Armbruster
2013-06-14log.h: Supply missing includesMarkus Armbruster
2013-06-14error-report.h: Supply missing includeMarkus Armbruster
2013-06-14Merge remote-tracking branch 'mjt/trivial-patches-next' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'pmaydell/target-arm.next' into stagingAnthony Liguori
2013-06-14Merge remote-tracking branch 'rth/tcg-for-anthony' into stagingAnthony Liguori
2013-06-14piix: fix some printf errors when debug is enabledHu Tao