The following changes since commit 46cd24e7ed38191b5ab5c40a836d6c5b6b604f8a:
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2019-07-12 17:34:13 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 45d8bc3adedeceaf449d758aee1810bfbe6feff4: vl: make sure char-pty message displayed by moving setbuf to the beginning (2019-07-16 09:27:16 +0200) ---------------------------------------------------------------- * VFIO bugfix for AMD SEV (Alex) * Kconfig improvements (Julio, Philippe) * MemoryRegion reference counting bugfix (King Wang) * Build system cleanups (Marc-André, myself) * rdmacm-mux off-by-one (Marc-André) * ZBC passthrough fixes (Shinichiro, myself) * WHPX build fix (Stefan) * char-pty fix (Wei Yang) ---------------------------------------------------------------- Alex Williamson (1): target/i386: sev: Do not unpin ram device memory region Julio Montes (1): hw/i386: turn off vmport if CONFIG_VMPORT is disabled King Wang (1): memory: unref the memory region in simplify flatview Marc-André Lureau (2): build-sys: remove slirp cflags from main-loop.o rdmacm-mux: fix strcpy string warning Paolo Bonzini (8): scsi: explicitly list guest-recoverable sense codes scsi: add guest-recoverable ZBC errors iscsi: fix busy/timeout/task set full iscsi: base all handling of check condition on scsi_sense_to_errno util: merge main-loop.c and iohandler.c checkpatch: detect doubly-encoded UTF-8 Makefile: do not repeat $(CONFIG_SOFTMMU) in hw/Makefile.objs create_config: remove $(CONFIG_SOFTMMU) hack Philippe Mathieu-Daudé (3): hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCI hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCI Shinichiro Kawasaki (1): scsi-disk: pass sense correctly for guest-recoverable errors Stefan Weil (1): Fix broken build with WHPX enabled Wei Yang (1): vl: make sure char-pty message displayed by moving setbuf to the beginning block/iscsi.c | 29 +++++----- configure | 2 +- contrib/rdmacm-mux/main.c | 2 +- hw/Makefile.objs | 61 +++++++++++---------- hw/i386/Kconfig | 4 +- hw/i386/pc.c | 5 ++ hw/lm32/Kconfig | 1 + hw/scsi/scsi-disk.c | 15 ++++-- hw/usb/Kconfig | 11 ++-- hw/usb/Makefile.objs | 5 +- include/scsi/utils.h | 1 + memory.c | 5 +- scripts/checkpatch.pl | 16 ++++++ scripts/create_config | 2 +- scsi/utils.c | 53 ++++++++++++++++-- target/i386/sev.c | 11 ++++ target/i386/whpx-all.c | 4 +- util/Makefile.objs | 3 +- util/iohandler.c | 135 ---------------------------------------------- util/main-loop.c | 110 +++++++++++++++++++++++++++++++++++++ vl.c | 4 +- 21 files changed, 276 insertions(+), 203 deletions(-) delete mode 100644 util/iohandler.c -- 1.8.3.1