aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-23Update version for 2.7.1 releaseupstream-stable-2.7Michael Roth
2016-12-21ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya
2016-12-21portio: keep references on portioMarc-André Lureau
2016-12-21block-backend: Always notify on blk_ejectJohn Snow
2016-12-21dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-12-20atapi: classify read_cd as conditionally returning dataJohn Snow
2016-12-20ui/gtk: fix "Copy" menu item segfaultStefan Hajnoczi
2016-12-14vfio/pci: Fix vfio_rtl8168_quirk_data_read address offsetThorsten Kohfeldt
2016-12-14msmouse: Fix segfault caused by free the chr before chardev cleanup.Lin Ma
2016-12-12Revert "megasas: remove useless check for cmd->frame"Paolo Bonzini
2016-12-12vl: Delay initialization of memory backendsEduardo Habkost
2016-12-12vhost-user-test: Use libqos instead of pxe-virtio.romEduardo Habkost
2016-12-12intel_iommu: fix incorrect device invalidatePeter Xu
2016-12-12rules.mak: Use -r instead of -Wl, -r to fix building when PIE is defaultAdrian Bunk
2016-12-12pci-assign: sync MSI/MSI-X cap and table with PCIDevicePeter Xu
2016-12-12ivshmem: Fix 64 bit memory bar configurationZhuang Yanying
2016-12-12vhost: drop legacy vring layout bitsGreg Kurz
2016-12-12block/curl: Do not wait for data beyond EOFMax Reitz
2016-12-12block/curl: Remember all socketsMax Reitz
2016-12-12block/curl: Fix return value from curl_read_cbMax Reitz
2016-12-12block/curl: Use BDRV_SECTOR_SIZEMax Reitz
2016-12-12block: Pass unaligned discard requests to driversEric Blake
2016-12-12block: Return -ENOTSUP rather than assert on unaligned discardsEric Blake
2016-12-12block: Let write zeroes fallback work even with small max_transferEric Blake
2016-12-12qcow2: Inform block layer about discard boundariesEric Blake
2016-12-08slirp: Fix access to freed memorySamuel Thibault
2016-12-08vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz
2016-12-08block: Don't mark node clean after failed flushKevin Wolf
2016-12-08virtio-net: mark VIRTIO_NET_F_GSO as legacyMichael S. Tsirkin
2016-12-08virtio: allow per-device-class legacy featuresMichael S. Tsirkin
2016-12-02target-ppc: Fix CPU migration from qemu-2.6 <-> later versionsDavid Gibson
2016-11-18net: fix sending of data with -net socket, listen backendDaniel P. Berrange
2016-11-18acpi/ipmi: Initialize the fwinfo before fetching itCorey Minyard
2016-11-02memory: Don't use memcpy for ram_device regionsAlex Williamson
2016-11-02memory: Replace skip_dump flag with "ram_device"Alex Williamson
2016-11-02net: rtl8139: limit processing of ring descriptorsPrasad J Pandit
2016-11-02qemu-iotests: Test I/O in a single drive from a throttling groupAlberto Garcia
2016-11-02throttle: Correct access to wrong BlockBackendPublic structuresAlberto Garcia
2016-11-02ppc/kvm: Mark 64kB page size support as disabled if not availableThomas Huth
2016-11-02rbd: shift byte count as a 64-bit valuePaolo Bonzini
2016-11-02tests/test-qmp-input-strict: Cover missing struct membersMarkus Armbruster
2016-11-02qapi: Fix crash when 'any' or 'null' parameter is missingMarc-André Lureau
2016-11-02qmp: fix object-add assert() without propsMarc-André Lureau
2016-11-02char: fix missing return in error path for chardev TLS initDaniel P. Berrange
2016-11-02qht: fix unlock-after-free segfault upon resizingEmilio G. Cota
2016-11-02qht: simplify qht_reset_sizeEmilio G. Cota
2016-11-02migrate: Fix cpu-throttle-increment regression in HMPEric Blake
2016-11-02block-backend: remove blk_flush_allJohn Snow
2016-11-02qemu: use bdrv_flush_all for vm_stop et alJohn Snow
2016-11-02block: reintroduce bdrv_flush_allJohn Snow