aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-11Update version for 3.0.1 releasev3.0.1Michael Roth
2019-04-08vhost-user: Fix userfaultfd leakIlya Maximets
2019-04-08vhost-user: Don't ask for reply on postcopy mem table setIlya Maximets
2019-04-02ppc/pnv: check size before data buffer accessPrasad J Pandit
2019-04-02slirp: check data length while emulating ident functionPrasad J Pandit
2019-04-02lsi53c895a: check message length value is validPrasad J Pandit
2019-04-02seccomp: set the seccomp filter to all threadsMarc-André Lureau
2019-04-02configure: require libseccomp 2.2.0Marc-André Lureau
2019-04-02seccomp: prefer SCMP_ACT_KILL_PROCESS if availableMarc-André Lureau
2019-04-02seccomp: use SIGSYS signal instead of killing the threadMarc-André Lureau
2019-04-01usb-mtp: use O_NOFOLLOW and O_CLOEXEC.Gerd Hoffmann
2019-04-01usb-mtp: outlaw slashes in filenamesGerd Hoffmann
2019-04-019p: fix QEMU crash when renaming filesGreg Kurz
2019-04-01nvme: fix out-of-bounds access to the CMBPaolo Bonzini
2019-04-01qga: update docs with systemd suspend support infoDaniel Henrique Barboza
2019-04-01bitmap: Update count after a mergeEric Blake
2019-04-01tpm_tis: fix loop that cancels any seizure by a lower localityLiam Merwick
2019-04-01slirp: check sscanf result when emulating identWilliam Bowling
2019-04-01hw/rdma: another clang compilation fixMarcel Apfelbaum
2019-04-01acpi: Make TPM 2.0 with TIS available as MSFT0101Stefan Berger
2019-04-01block: Fix invalidate_cache error path for parent activationKevin Wolf
2019-04-01tpm: Make sure the locality received from backend is validStefan Berger
2019-04-01tpm: Make sure new locality passed to tpm_tis_prep_abort() is validStefan Berger
2019-04-01tpm: use loop iterator to set sts data fieldPrasad J Pandit
2019-04-01tpm: Zero-init structure to avoid uninitialized variables in valgrind logStefan Berger
2019-04-01exec.c: Don't reallocate IOMMUNotifiers that are in usePeter Maydell
2019-04-01s390x: Return specification exception for unimplemented diag 308 subcodesJanosch Frank
2019-04-01linux-user: make pwrite64/pread64(fd, NULL, 0, offset) return 0Peter Maydell
2019-04-01linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones
2019-04-01hw/s390x: Fix bad mask in time2tod()Thomas Huth
2019-04-01pc:piix4: Update smbus I/O space after a migrationCorey Minyard
2019-04-01pcie: set link state inactive/active after hot unplug/plugZheng Xiang
2019-04-01Changes requirement for "vsubsbs" instructionPaul A. Clarke
2019-04-01iotests: make 235 work on s390 (and others)Christian Borntraeger
2019-04-01iotests: simple mirror test with kvm on 1G imageVladimir Sementsov-Ogievskiy
2019-04-01mirror: fix dead-lockVladimir Sementsov-Ogievskiy
2019-04-01nbd/client: Send NBD_CMD_DISC if open fails after connectEric Blake
2019-04-01nbd/client: Make x-dirty-bitmap more reliableEric Blake
2019-04-01nbd/server: Advertise all contexts in response to bare LISTEric Blake
2019-04-01i2c: Add a length check to the SMBus write handlingCorey Minyard
2019-04-01i2c: Move typedef of bitbang_i2c_interface to i2c.hBALATON Zoltan
2019-04-01vfio-helpers: Fix qemu_vfio_open_pci() crashMarkus Armbruster
2019-04-01fmops: fix off-by-one in AR_TABLE and DR_TABLE array sizeGerd Hoffmann
2019-04-01qemu-img: Fix leakMax Reitz
2019-04-01qemu-img: Fix typoMax Reitz
2019-04-01fdc: fix segfault in fdctrl_stop_transfer() when DMA is disabledMark Cave-Ayland
2019-04-01net: drop too large packet earlyJason Wang
2019-04-01make-release: add skiboot .version fileMichael Roth
2019-03-27vhost-scsi: prevent using uninitialized vqsyuchenlin
2019-03-27migration: Stop postcopy fault thread before notifyingIlya Maximets