The following changes since commit 3dd9e54703e6ae4f9ab3767f5cecc99edf066668:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2023-07-12 20:46:10 +0100) are available in the Git repository at: https://gitlab.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 2eb5599e8a73e70a9e86a97120818ff95a43a23a: scsi: clear unit attention only for REPORT LUNS commands (2023-07-14 11:10:58 +0200) ---------------------------------------------------------------- * SCSI unit attention fix * add PCIe devices to s390x emulator * IDE unplug fix for Xen ---------------------------------------------------------------- Cédric Le Goater (1): kconfig: Add PCIe devices to s390x machines Olaf Hering (1): hw/ide/piix: properly initialize the BMIBA register Stefano Garzarella (3): scsi: fetch unit attention when creating the request scsi: cleanup scsi_clear_unit_attention() scsi: clear unit attention only for REPORT LUNS commands configs/devices/s390x-softmmu/default.mak | 1 + hw/ide/piix.c | 2 +- hw/net/Kconfig | 4 +- hw/pci/Kconfig | 3 ++ hw/s390x/Kconfig | 3 +- hw/scsi/scsi-bus.c | 82 ++++++++++++++++--------------- hw/usb/Kconfig | 2 +- include/hw/scsi/scsi.h | 1 + 8 files changed, 53 insertions(+), 45 deletions(-) -- 2.41.0