summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version for 6.0.1 releasev6.0.1stable-6.0-stagingstable-6.0Michael Roth2021-10-281-1/+1
* Partially revert "build: -no-pie is no functional linker flag"Jessica Clarke2021-10-271-1/+4
* hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...Helge Deller2021-10-271-4/+4
* libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addrDavid Hildenbrand2021-10-271-0/+1
* vhost-user: fix duplicated notifier MR initXueming Li2021-10-271-2/+3
* pvrdma: Fix the ring init error flow (CVE-2021-3608)Marcel Apfelbaum2021-10-171-1/+1
* pvrdma: Ensure correct input on ring init (CVE-2021-3607)Marcel Apfelbaum2021-10-171-0/+5
* hw/rdma: Fix possible mremap overflow in the pvrdma device (CVE-2021-3582)Marcel Apfelbaum2021-10-171-0/+7
* vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)Li Qiang2021-10-171-0/+4
* vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-...Li Qiang2021-10-171-1/+4
* vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)Li Qiang2021-10-171-0/+7
* vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...Li Qiang2021-10-171-0/+1
* vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)Li Qiang2021-10-171-0/+5
* vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)Li Qiang2021-10-171-0/+1
* vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...Li Qiang2021-10-171-0/+1
* usb: limit combined packets to 1 MiB (CVE-2021-3527)Gerd Hoffmann2021-10-171-1/+3
* usb/redir: avoid dynamic stack allocation (CVE-2021-3527)Gerd Hoffmann2021-10-171-3/+3
* uas: add stream number sanity checks.Gerd Hoffmann2021-10-171-0/+11
* virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE eventDavid Hildenbrand2021-10-151-6/+1
* hmp: Unbreak "change vnc"Markus Armbruster2021-10-151-1/+1
* qemu-nbd: Change default cache mode to writebackNir Soffer2021-10-152-4/+8
* virtio-net: fix use after unmap/free for sgJason Wang2021-10-151-7/+32
* target/arm: Don't skip M-profile reset entirely in user modePeter Maydell2021-10-151-0/+19
* audio: Never send migration sectionDr. David Alan Gilbert2021-10-141-0/+10
* hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30Philippe Mathieu-Daudé2021-10-141-1/+1
* hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROTPhilippe Mathieu-Daudé2021-10-141-1/+8
* hw/net/can: sja1000 fix buff2frame_bas and buff2frame_pel when dlc is out of ...Pavel Pisa2021-10-141-0/+8
* virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand2021-10-141-0/+13
* hw/nvme: fix pin-based interrupt behavior (again)Klaus Jensen2021-10-142-1/+18
* hw/nvme: fix missing check for PMR capabilityKlaus Jensen2021-10-141-0/+4
* hw/block/nvme: align with existing styleGollu Appalanaidu2021-10-143-35/+44
* tests: acpi: pc: update expected DSDT blobsIgor Mammedov2021-10-1411-10/+0
* acpi: pc: revert back to v5.2 PCI slot enumerationIgor Mammedov2021-10-141-2/+7
* tests: acpi: prepare for changing DSDT tablesIgor Mammedov2021-10-141-0/+10
* yank: Unregister function when using TLS migrationLeonardo Bras2021-10-143-14/+19
* crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé2021-10-1411-56/+58
* ui/vnc: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-10-141-3/+4
* migration/tls: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-10-141-5/+1
* chardev/socket: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-10-141-12/+6
* qemu-nbd: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-10-141-12/+7
* block/nbd: Use qcrypto_tls_creds_check_endpoint()Philippe Mathieu-Daudé2021-10-142-6/+6
* crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helperPhilippe Mathieu-Daudé2021-10-142-0/+26
* block/nvme: Fix VFIO_MAP_DMA failed: No space left on devicePhilippe Mathieu-Daudé2021-10-141-0/+22
* hw/pci-host/q35: Ignore write of reserved PCIEXBAR LENGTH fieldPhilippe Mathieu-Daudé2021-10-141-0/+3
* tcg: Allocate sufficient storage in temp_allocate_frameRichard Henderson2021-10-141-5/+26
* tcg/sparc: Fix temp_allocate_frame vs sparc stack biasRichard Henderson2021-10-142-12/+13
* vl: Fix an assert failure in error pathZhenzhong Duan2021-10-141-1/+1
* vfio: Fix unregister SaveVMHandler in vfio_migration_finalizeKunkun Jiang2021-10-141-0/+1
* runstate: Initialize Error * to NULLPeng Liang2021-10-141-1/+1
* esp: only set ESP_RSEQ at the start of the select sequenceMark Cave-Ayland2021-10-141-2/+9