summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Update VERSION for 2.0.1 releasev2.0.1Michael Roth1-1/+1
2014-08-07mirror: Fix qiov size for short requestsKevin Wolf3-3/+10
2014-08-07qemu-iotests: Test 0-length image for mirrorFam Zheng2-5/+10
2014-08-07block: make 'top' argument to block-commit optionalJeff Cody4-17/+39
2014-08-07qemu-iotests: Test BLOCK_JOB_READY event for 0Kb image active commitFam Zheng2-5/+11
2014-08-07mirror: Go through ready -> complete process for 0 len imageFam Zheng1-1/+10
2014-08-07blockjob: Add block_job_yield()Fam Zheng2-0/+22
2014-08-07mirror: Fix resource leak when bdrv_getlength failsFam Zheng1-2/+2
2014-08-06hw/arm/boot: Set PC correctly when loading AArch64 ELF filesPeter Maydell1-2/+6
2014-08-06hw/misc/imx_ccm.c: Add missing VMState list terminatorPeter Maydell1-0/+1
2014-08-06vmstate_xhci_event: fix unterminated field listLaszlo Ersek1-0/+1
2014-08-06kvm-all: Use 'tmpcpu' instead of 'cpu' in sub-looping to avoid 'cpu' be NULLChen Gang1-2/+3
2014-08-06cadence_uart: check for serial backend before using it.KONRAD Frederic1-4/+11
2014-08-06s390x/kvm: synchronize guest floating point registersJason J. Herne1-0/+23
2014-08-06disas/libvixl: prepend the include path of libvixl header filesStefano Stabellini2-2/+2
2014-08-06mc146818rtc: register the clock reset notifier on the right clockPaolo Bonzini1-1/+1
2014-08-06pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan1-1/+1
2014-08-06Allow mismatched virtio config-lenDr. David Alan Gilbert1-5/+11
2014-08-06virtio: validate config_len on loadMichael S. Tsirkin1-1/+7
2014-08-06virtio: out-of-bounds buffer write on invalid state loadMichael S. Tsirkin1-1/+7
2014-08-06hw: Fix qemu_allocate_irqs() leaksAndreas Färber14-29/+28
2014-08-06sdhci: Fix misuse of qemu_free_irqs()Andreas Färber1-2/+2
2014-08-06pc: make isapc and pc-0.10 to pc-0.13 have 1.7.0 memory layoutDon Slutz1-0/+6
2014-08-05SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo5-22/+28
2014-08-05nbd: Shutdown socket before closing.Hani Benhabiles2-0/+2
2014-08-05nbd: Close socket on negotiation failure.Hani Benhabiles2-3/+5
2014-08-05nbd: Don't validate from and len in NBD_CMD_DISC.Hani Benhabiles1-3/+4
2014-08-05nbd: Don't export a block device with no medium.Hani Benhabiles1-0/+4
2014-08-05virtio-serial: don't migrate the config spaceAlexander Graf1-10/+6
2014-08-05virtio-net: byteswap virtio-net headerCédric Le Goater1-0/+17
2014-08-05target-i386: Filter FEAT_7_0_EBX TCG features tooEduardo Habkost1-1/+2
2014-08-05target-i386: Make TCG feature filtering more readableEduardo Habkost1-6/+10
2014-08-05hw/xtensa/xtfpga: fix FLASH mapping to boot region for KC705Max Filippov1-3/+5
2014-08-05coroutine-win32.c: Add noinline attribute to work around gcc bugPeter Maydell1-2/+11
2014-08-05q35: Use PC_Q35_COMPAT_1_4 on pc-q35-1.4 compat_propsEduardo Habkost1-1/+1
2014-08-05KVM: Fix GSI number space limitAlexander Graf1-1/+1
2014-08-05usb: Fix usb-bt-dongle initialization.Hani Benhabiles1-8/+16
2014-08-05virtio-scsi: define dummy handle_output for vhost-scsi vqsMing Lei3-7/+22
2014-08-05vhost: fix resource leak in error handlingMichael S. Tsirkin1-4/+6
2014-08-05scsi-disk: fix bug in scsi_block_new_request() introduced by commit 137745cUlrich Obergfell1-1/+1
2014-08-05qdev: recursively unrealize devices when unrealizing busPaolo Bonzini1-1/+12
2014-08-05qdev: reorganize error reporting in bus_set_realizedPaolo Bonzini1-13/+5
2014-08-05hw: Consistently name Error ** objects errp, and not errMarkus Armbruster3-14/+14
2014-08-05rdma: bug fixesMichael R. Hines1-10/+10
2014-08-05migration: catch unknown flags in ram_loadPeter Lieven2-20/+24
2014-08-05arch_init: Be sure of only one exit entry with DPRINTF() for ram_load()Chen Gang1-4/+8
2014-08-05migration: remove duplicate codeChenLiang1-35/+33
2014-08-05qga: Fix handle fd leak in acquire_privilege()Gonglei1-2/+4
2014-08-05aio: fix qemu_bh_schedule() bh->ctx race conditionStefan Hajnoczi1-4/+10
2014-08-05s390x/css: handle emw correctly for tschCornelia Huck1-4/+20