summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-05prep: Fix NIP reset valueFabien Chouteau1-0/+3
2013-05-05Update OpenBIOS imagesBlue Swirl5-2/+2
2013-05-05Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl1-2/+2
2013-05-03target-arm: Fix incorrect check of kvm_vcpu_ioctl return valuePeter Maydell1-2/+2
2013-05-03qdev: skip bus check for bus-less devices in qdev_unplug()Igor Mammedov1-1/+1
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic5-2/+38
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic4-1/+37
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic11-13/+15
2013-05-03virtio: add virtio_device_set_child_bus_name.KONRAD Frederic2-0/+28
2013-05-03virtio-x-bus: force bus name to virtio-bus.KONRAD Frederic3-3/+11
2013-05-03TLS support for VNC WebsocketsTim Hardeck6-42/+178
2013-05-03audio: Enable all cardsJan Kiszka1-3/+3
2013-05-03win32: fix compilation againPaolo Bonzini2-5/+2
2013-05-03libqos: Relocate I2C filesAndreas Färber5-5/+6
2013-05-03Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori8-0/+203
2013-05-03Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-6/+3
2013-05-03Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori11-87/+1618
2013-05-03trace: document ftrace backendEiichi Tsukata1-0/+16
2013-05-03trace: Add ftrace tracing backendEiichi Tsukata5-0/+175
2013-05-03kvm-all: add kvm_run_exit tracepointKazuya Saito2-0/+3
2013-05-03kvm-all: add kvm_ioctl, kvm_vm_ioctl, kvm_vcpu_ioctl tracepointsKazuya Saito2-0/+9
2013-05-03tap: properly initialize vhostfdsJason Wang1-1/+1
2013-05-03net: make network client name uniqueAmos Kong1-5/+2
2013-05-03qemu-iotests: Filter out 'adapter_type'Fam Zheng1-0/+1
2013-05-03nbd: support large NBD requestsStefan Hajnoczi2-7/+13
2013-05-03nbd: use g_slice_new() instead of a freelistStefan Hajnoczi1-17/+6
2013-05-03tcg-arm: Use movi32 in exit_tbRichard Henderson1-9/+7
2013-05-03tcg-arm: Fix 64-bit tlb load for pre-v6Richard Henderson1-1/+1
2013-05-03target-mips: fix calculation of overflow for SHLL.PH and SHLL.QBPetar Jovanovic3-27/+59
2013-05-03qemu-iotests: Filter out vmdk creation optionsFam Zheng1-0/+2
2013-05-03vmdk: add bdrv_co_write_zeroesFam Zheng1-18/+68
2013-05-03vmdk: store fields of VmdkMetaData in cpu endianFam Zheng1-9/+8
2013-05-03vmdk: change magic number to macroFam Zheng1-1/+2
2013-05-03vmdk: Add option to create zeroed-grain imageFam Zheng1-5/+17
2013-05-03vmdk: add support for “zeroed‐grain” GTEFam Zheng1-6/+18
2013-05-03vmdk: named return code.Fam Zheng1-26/+34
2013-05-03blockdev: Replace "undefined error" in qmp_block_resizeKevin Wolf1-2/+4
2013-05-03block: add read-only support to VHDX image format.Jeff Cody1-2/+121
2013-05-03block: initial VHDX driver support framework - supports open and probeJeff Cody3-0/+868
2013-05-03block: vhdx header for the QEMU support of VHDX imagesJeff Cody1-0/+311
2013-05-03qemu: add castagnoli crc32c checksum algorithmJeff Cody3-0/+151
2013-05-02Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori52-326/+1161
2013-05-02Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori7-8/+9
2013-05-02Drop redundant resume_all_vcpus() from main()Jan Kiszka1-1/+0
2013-05-02cpus: Fix pausing TCG CPUs while in vCPU threadAndreas Färber1-1/+2
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost11-200/+186
2013-05-02target-i386: Break CPUID feature definition linesEduardo Habkost1-90/+180
2013-05-01target-i386/kvm.c: Code formatting changesEduardo Habkost1-1/+2
2013-05-01target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost2-4/+4
2013-05-01pvscsi: fix compilation on 32 bit hostsHervé Poussineau1-1/+1