aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-11Update version for 3.0.1 releasev3.0.1stable-3.0Michael Roth1-1/+1
2019-04-08vhost-user: Fix userfaultfd leakIlya Maximets1-0/+7
2019-04-08vhost-user: Don't ask for reply on postcopy mem table setIlya Maximets1-12/+1
2019-04-02ppc/pnv: check size before data buffer accessPrasad J Pandit1-1/+7
2019-04-02slirp: check data length while emulating ident functionPrasad J Pandit1-0/+5
2019-04-02lsi53c895a: check message length value is validPrasad J Pandit1-2/+17
2019-04-02seccomp: set the seccomp filter to all threadsMarc-André Lureau1-0/+5
2019-04-02configure: require libseccomp 2.2.0Marc-André Lureau1-5/+2
2019-04-02seccomp: prefer SCMP_ACT_KILL_PROCESS if availableMarc-André Lureau1-1/+30
2019-04-02seccomp: use SIGSYS signal instead of killing the threadMarc-André Lureau1-1/+1
2019-04-01usb-mtp: use O_NOFOLLOW and O_CLOEXEC.Gerd Hoffmann1-4/+9
2019-04-01usb-mtp: outlaw slashes in filenamesGerd Hoffmann1-0/+6
2019-04-019p: fix QEMU crash when renaming filesGreg Kurz1-0/+3
2019-04-01nvme: fix out-of-bounds access to the CMBPaolo Bonzini3-12/+60
2019-04-01qga: update docs with systemd suspend support infoDaniel Henrique Barboza1-11/+14
2019-04-01bitmap: Update count after a mergeEric Blake1-0/+3
2019-04-01tpm_tis: fix loop that cancels any seizure by a lower localityLiam Merwick1-1/+1
2019-04-01slirp: check sscanf result when emulating identWilliam Bowling1-5/+5
2019-04-01hw/rdma: another clang compilation fixMarcel Apfelbaum1-2/+2
2019-04-01acpi: Make TPM 2.0 with TIS available as MSFT0101Stefan Berger1-2/+10
2019-04-01block: Fix invalidate_cache error path for parent activationKevin Wolf1-0/+1
2019-04-01tpm: Make sure the locality received from backend is validStefan Berger1-0/+2
2019-04-01tpm: Make sure new locality passed to tpm_tis_prep_abort() is validStefan Berger1-1/+3
2019-04-01tpm: use loop iterator to set sts data fieldPrasad J Pandit1-1/+1
2019-04-01tpm: Zero-init structure to avoid uninitialized variables in valgrind logStefan Berger1-0/+1
2019-04-01exec.c: Don't reallocate IOMMUNotifiers that are in usePeter Maydell1-4/+6
2019-04-01s390x: Return specification exception for unimplemented diag 308 subcodesJanosch Frank1-1/+1
2019-04-01linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell1-4/+18
2019-04-01linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones1-0/+3
2019-04-01hw/s390x: Fix bad mask in time2tod()Thomas Huth1-1/+1
2019-04-01pc:piix4: Update smbus I/O space after a migrationCorey Minyard1-0/+1
2019-04-01pcie: set link state inactive/active after hot unplug/plugZheng Xiang1-0/+12
2019-04-01Changes requirement for "vsubsbs" instructionPaul A. Clarke1-1/+1
2019-04-01iotests: make 235 work on s390 (and others)Christian Borntraeger1-1/+3
2019-04-01iotests: simple mirror test with kvm on 1G imageVladimir Sementsov-Ogievskiy3-0/+80
2019-04-01mirror: fix dead-lockVladimir Sementsov-Ogievskiy1-8/+5
2019-04-01nbd/client: Send NBD_CMD_DISC if open fails after connectEric Blake1-2/+17
2019-04-01nbd/client: Make x-dirty-bitmap more reliableEric Blake1-0/+5
2019-04-01nbd/server: Advertise all contexts in response to bare LISTEric Blake1-0/+1
2019-04-01i2c: Add a length check to the SMBus write handlingCorey Minyard1-1/+5
2019-04-01i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan3-5/+2
2019-04-01vfio-helpers: Fix qemu_vfio_open_pci() crashMarkus Armbruster1-1/+1
2019-04-01fmops: fix off-by-one in AR_TABLE and DR_TABLE array sizeGerd Hoffmann1-2/+2
2019-04-01qemu-img: Fix leakMax Reitz1-0/+1
2019-04-01qemu-img: Fix typoMax Reitz1-1/+1
2019-04-01fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabledMark Cave-Ayland1-1/+1
2019-04-01net: drop too large packet earlyJason Wang2-17/+17
2019-04-01make-release: add skiboot .version fileMichael Roth1-0/+1
2019-03-27vhost-scsi: prevent using uninitialized vqsyuchenlin1-1/+1
2019-03-27migration: Stop postcopy fault thread before notifyingIlya Maximets1-5/+6