summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Update version for 2.9.1 releasev2.9.1Michael Roth1-1/+1
2017-09-05virtfs: error out gracefully when mandatory suboptions are missingGreg Kurz1-6/+10
2017-09-04target/arm: Fix aa64 ldp register writebackRichard Henderson1-12/+17
2017-09-01exec: Add lock parameter to qemu_ram_ptr_lengthAnthony PERARD1-6/+6
2017-09-01xen/mapcache: store dma information in revmapcache entries for debuggingStefano Stabellini3-11/+17
2017-09-01exec: use qemu_ram_ptr_length to access guest ramPrasad J Pandit1-2/+2
2017-09-01xhci: only update dequeue ptr on completed transfersGerd Hoffmann1-2/+4
2017-08-31vl.c/exit: pause cpus before closing block devicesDr. David Alan Gilbert1-1/+1
2017-08-31PPC: E500: update u-boot to match shipped binaryMichael Roth1-0/+0
2017-08-31s390-ccw: Fix alignment for CCW1Farhan Ali1-1/+1
2017-08-31vnc: Set default kbd delay to 10msAlexander Graf2-2/+2
2017-08-31qemu-nbd: Ignore SIGPIPEMax Reitz1-0/+4
2017-08-31usb-redir: fix stack overflow in usbredir_log_dataGerd Hoffmann1-12/+1
2017-08-31megasas: do not read SCSI req parameters more than once from framePaolo Bonzini1-34/+26
2017-08-31megasas: do not read command more than once from framePaolo Bonzini1-35/+25
2017-08-31megasas: do not read DCMD opcode more than once from framePaolo Bonzini1-14/+11
2017-08-31megasas: do not read iovec count more than once from framePaolo Bonzini1-4/+5
2017-08-31megasas: do not read sense length more than once from framePaolo Bonzini1-2/+4
2017-08-319pfs: local: forbid client access to metadata (CVE-2017-7493)Greg Kurz1-2/+56
2017-08-31scsi: avoid an off-by-one error in megasas_mmio_writePrasad J Pandit1-5/+5
2017-08-31audio: release capture buffersGerd Hoffmann1-0/+2
2017-08-31vmw_pvscsi: check message ring page count at initialisationP J P1-1/+1
2017-08-31hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" deviceThomas Huth1-0/+2
2017-08-31hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = falseThomas Huth1-0/+2
2017-08-31qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost56-69/+71
2017-08-31fix qemu-system-unicore32 crashing when calling without -kernelEduardo Otubo1-1/+4
2017-08-31hw/s390x/ipl: Fix crash with virtio-scsi-pci deviceThomas Huth1-1/+7
2017-08-31slirp: fix clearing ifq_so from pending packetsSamuel Thibault1-16/+23
2017-08-31slirp: tftp, copy sockaddr_sizeMarc-André Lureau1-1/+1
2017-08-31monitor: Check whether TCG is enabled before running the "info jit" codeThomas Huth1-0/+5
2017-08-31target-s390x: Mask the SIGP order_code to 8bit.Philipp Kern1-1/+2
2017-08-249pfs: local: fix fchmodat_nofollow() limitationsGreg Kurz2-16/+50
2017-08-24block/nfs: fix mutex assertion in nfs_file_close()Jeff Cody1-3/+8
2017-08-24hw/i386: allow SHPC for Q35 machineAleksandr Bezzubikov1-2/+2
2017-08-24cpu: don't allow negative core idLaurent Vivier1-0/+5
2017-08-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf11-28/+109
2017-08-24qemu-iotests: Test automatic commit job cancel on hot unplugKevin Wolf2-4/+35
2017-08-24input: Decrement queue count on kbd delayAlexander Graf1-0/+1
2017-08-24input: limit kbd queue depthGerd Hoffmann1-3/+11
2017-08-24virtio-net: fix offload ctrl endianJason Wang1-0/+2
2017-08-24spapr: fix memory leak in spapr_core_pre_plug()Greg Kurz1-1/+1
2017-08-24commit: Add NULL check for overlay_bsKevin Wolf1-1/+3
2017-08-24virtio-scsi: finalize IOMMU supportJason Wang1-1/+2
2017-08-24spapr: fix migration to pseries machine < 2.8Laurent Vivier1-14/+14
2017-08-24hid: Reset kbd modifiers on resetAlexander Graf1-0/+1
2017-08-249pfs: local: remove: use correct path componentBruce Rogers1-1/+1
2017-08-24block: Do not strcmp() with NULL uri->schemeMax Reitz4-8/+8
2017-08-24nbd: fix NBD over TLSPaolo Bonzini1-2/+2
2017-08-24blkverify: Catch bs->exact_filename overflowMax Reitz1-4/+8
2017-08-24blkdebug: Catch bs->exact_filename overflowMax Reitz1-3/+7