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

Paolo Bonzini posted 5 patches 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230714105953.223485-1-pbonzini@redhat.com
Maintainers: Thomas Huth <thuth@redhat.com>, Halil Pasic <pasic@linux.ibm.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, John Snow <jsnow@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Jason Wang <jasowang@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Richard Henderson <richard.henderson@linaro.org>, David Hildenbrand <david@redhat.com>, Ilya Leoshkevich <iii@linux.ibm.com>, Fam Zheng <fam@euphon.net>, Gerd Hoffmann <kraxel@redhat.com>
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(-)
[PULL 0/5] Patches for QEMU 8.1 hard freeze
Posted by Paolo Bonzini 10 months ago
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


Re: [PULL 0/5] Patches for QEMU 8.1 hard freeze
Posted by Richard Henderson 10 months ago
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~