summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-09ui: spice: Exit if gl=on EGL init failsCole Robinson1-2/+4
2016-08-09sdl2: skip init without outputsGerd Hoffmann1-0/+3
2016-08-09ui: sdl2: Release grab before opening console windowCole Robinson1-0/+4
2016-08-09ui: gtk: fix crash when terminal inner-border is NULLCole Robinson1-4/+6
2016-08-09ahci: free irqs arrayMarc-André Lureau1-0/+1
2016-08-09ahci: fix sglist leak on retryMarc-André Lureau2-2/+2
2016-08-09macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland1-0/+1
2016-08-09atapi: fix halted DMA resetJohn Snow1-0/+1
2016-08-05ide: fix halted IO segfault at resetJohn Snow1-0/+1
2016-08-05virtio: error out if guest exceeds virtqueue sizeStefan Hajnoczi1-0/+5
2016-08-05target-i386: fix typo in xsetbv implementationDave Hansen1-1/+1
2016-08-05pcie: fix link active status bit migrationMichael S. Tsirkin4-1/+23
2016-08-05nbd: Limit nbdflags to 16 bitsEric Blake5-25/+25
2016-08-05nbd: Don't use *_to_cpup() functionsPeter Maydell3-11/+11
2016-08-05nbd: More debug typo fixes, use correct formatsEric Blake2-40/+49
2016-08-05Fix some typos found by codespellStefan Weil36-48/+48
2016-08-05block/iscsi: fix rounding in iscsi_allocationmap_setPeter Lieven1-3/+5
2016-08-05util: Fix MIN_NON_ZEROFam Zheng1-1/+2
2016-08-05qemu-iotests: Test naming of throttling groupsAlberto Garcia2-2/+100
2016-08-05blockdev: Fix regression with the default naming of throttling groupsAlberto Garcia1-3/+6
2016-08-05s390x/ipl: fix reboots for migration from different biosDavid Hildenbrand2-2/+11
2016-08-05Revert "virtio-net: unbreak self announcement and guest offloads after migrat...Michael S. Tsirkin1-23/+17
2016-08-05virtio: set low features early on loadMichael S. Tsirkin1-0/+10
2016-08-05target-sparc: fix register corruption in ldstub if there is no write permissionArtyom Tarasenko1-1/+4
2016-08-05scsi: Advertise limits by blocksize, not 512Eric Blake1-1/+2
2016-08-05scsi-generic: Merge block max xfer len in INQUIRY responseFam Zheng1-0/+12
2016-08-05nbd: Allow larger requestsEric Blake2-4/+1
2016-08-05vfio/pci: Fix VGA quirksAlex Williamson2-5/+4
2016-08-05pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.cLin Ma2-4/+3
2016-08-05qapi: Fix crash on missing alternate member of QAPI structEric Blake2-0/+20
2016-08-05qcow2: Avoid making the L1 table too bigMax Reitz1-1/+2
2016-08-05backup: Don't leak BackupBlockJob in error pathKevin Wolf1-2/+5
2016-08-05net: fix qemu_announce_self not emitting packetsPeter Lieven1-1/+1
2016-08-05ui: fix regression in printing VNC host/port on startupDaniel P. Berrange1-1/+1
2016-08-05io: remove mistaken call to object_ref on QTaskDaniel P. Berrange1-2/+1
2016-08-05vmsvga: don't process more than 1024 fifo commands at onceGerd Hoffmann1-2/+2
2016-08-05vmsvga: shadow fifo registersGerd Hoffmann1-29/+28
2016-08-05vmsvga: add more fifo checksGerd Hoffmann1-1/+4
2016-08-05vmsvga: move fifo sanity checks to vmsvga_fifo_lengthGerd Hoffmann1-13/+15
2016-08-05block: Drop bdrv_ioctl_bh_cbFam Zheng1-18/+2
2016-08-05scsi: mptsas: infinite loop while fetching requestsPrasad J Pandit1-5/+4
2016-08-05scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)Prasad J Pandit1-4/+20
2016-08-05Fix configure test for PBKDF2 in nettleSteven Luo1-0/+1
2016-08-05savevm: fail if migration blockers are presentGreg Kurz3-7/+17
2016-08-05nbd: Don't trim unrequested bytesEric Blake1-6/+14
2016-08-05block/iscsi: avoid potential overflow of acb->task->cdbPeter Lieven1-0/+7
2016-08-05vfio: Fix broken EEHGavin Shan1-1/+1
2016-08-04vga: add sr_vbe register setGerd Hoffmann2-22/+29
2016-08-04usb/ohci: Fix crash with when specifying too many num-portsThomas Huth1-0/+6
2016-08-04block/nfs: refuse readahead if cache.direct is onPeter Lieven1-4/+16