summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Update version for 2.7.1 releasev2.7.1Michael Roth1-1/+1
2016-12-21ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya3-1/+13
2016-12-21portio: keep references on portioMarc-André Lureau11-22/+41
2016-12-21block-backend: Always notify on blk_ejectJohn Snow1-0/+5
2016-12-21dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland6-17/+26
2016-12-20atapi: classify read_cd as conditionally returning dataJohn Snow1-11/+40
2016-12-20ui/gtk: fix "Copy" menu item segfaultStefan Hajnoczi1-0/+8
2016-12-14vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt1-1/+1
2016-12-14msmouse: Fix segfault caused by free the chr before chardev cleanup.Lin Ma1-1/+0
2016-12-12Revert "megasas: remove useless check for cmd->frame"Paolo Bonzini1-1/+5
2016-12-12vl: Delay initialization of memory backendsEduardo Habkost1-0/+13
2016-12-12vhost-user-test: Use libqos instead of pxe-virtio.romEduardo Habkost2-4/+35
2016-12-12intel_iommu: fix incorrect device invalidatePeter Xu1-0/+1
2016-12-12rules.mak: Use -r instead of -Wl, -r to fix building when PIE is defaultAdrian Bunk1-1/+1
2016-12-12pci-assign: sync MSI/MSI-X cap and table with PCIDevicePeter Xu1-0/+4
2016-12-12ivshmem: Fix 64 bit memory bar configurationZhuang Yanying1-1/+3
2016-12-12vhost: drop legacy vring layout bitsGreg Kurz2-16/+0
2016-12-12block/curl: Do not wait for data beyond EOFMax Reitz1-9/+23
2016-12-12block/curl: Remember all socketsMax Reitz1-6/+41
2016-12-12block/curl: Fix return value from curl_read_cbMax Reitz1-4/+7
2016-12-12block/curl: Use BDRV_SECTOR_SIZEMax Reitz1-6/+5
2016-12-12block: Pass unaligned discard requests to driversEric Blake1-13/+32
2016-12-12block: Return -ENOTSUP rather than assert on unaligned discardsEric Blake3-3/+11
2016-12-12block: Let write zeroes fallback work even with small max_transferEric Blake1-5/+8
2016-12-12qcow2: Inform block layer about discard boundariesEric Blake1-0/+1
2016-12-08slirp: Fix access to freed memorySamuel Thibault1-0/+17
2016-12-08vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz2-19/+64
2016-12-08block: Don't mark node clean after failed flushKevin Wolf4-1/+49
2016-12-08virtio-net: mark VIRTIO_NET_F_GSO as legacyMichael S. Tsirkin1-0/+1
2016-12-08virtio: allow per-device-class legacy featuresMichael S. Tsirkin4-2/+14
2016-12-02target-ppc: Fix CPU migration from qemu-2.6 <-> later versionsDavid Gibson2-4/+31
2016-11-18net: fix sending of data with -net socket, listen backendDaniel P. Berrange2-3/+3
2016-11-18acpi/ipmi: Initialize the fwinfo before fetching itCorey Minyard1-0/+1
2016-11-02memory: Don't use memcpy for ram_device regionsAlex Williamson3-2/+73
2016-11-02memory: Replace skip_dump flag with "ram_device"Alex Williamson5-24/+43
2016-11-02net: rtl8139: limit processing of ring descriptorsPrasad J Pandit1-1/+1
2016-11-02qemu-iotests: Test I/O in a single drive from a throttling groupAlberto Garcia2-7/+30
2016-11-02throttle: Correct access to wrong BlockBackendPublic structuresAlberto Garcia1-4/+23
2016-11-02ppc/kvm: Mark 64kB page size support as disabled if not availableThomas Huth1-0/+7
2016-11-02rbd: shift byte count as a 64-bit valuePaolo Bonzini1-2/+2
2016-11-02tests/test-qmp-input-strict: Cover missing struct membersMarkus Armbruster1-0/+46
2016-11-02qapi: Fix crash when 'any' or 'null' parameter is missingMarc-André Lureau1-0/+11
2016-11-02qmp: fix object-add assert() without propsMarc-André Lureau1-2/+6
2016-11-02char: fix missing return in error path for chardev TLS initDaniel P. Berrange1-0/+1
2016-11-02qht: fix unlock-after-free segfault upon resizingEmilio G. Cota1-21/+28
2016-11-02qht: simplify qht_reset_sizeEmilio G. Cota1-5/+3
2016-11-02migrate: Fix cpu-throttle-increment regression in HMPEric Blake1-0/+1
2016-11-02block-backend: remove blk_flush_allJohn Snow4-25/+4
2016-11-02qemu: use bdrv_flush_all for vm_stop et alJohn Snow1-2/+2
2016-11-02block: reintroduce bdrv_flush_allJohn Snow2-0/+26