mbox

[PULL,0/5] Patches for QEMU 8.1 hard freeze

Message ID 20230714105953.223485-1-pbonzini@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini July 14, 2023, 10:59 a.m. UTC
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(-)

Comments

Richard Henderson July 14, 2023, 11:04 p.m. UTC | #1
On 7/14/23 11:59, Paolo Bonzini wrote:
> The following changes since commit 3dd9e54703e6ae4f9ab3767f5cecc99edf066668:
> 
>    Merge tag 'block-pull-request' ofhttps://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

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/8.1 as appropriate.


r~