mbox

[PULL,0/5] More changes for QEMU 9.2 rc

Message ID 20241120072723.103477-1-pbonzini@redhat.com (mailing list archive)
State New
Headers show

Pull-request

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

Message

Paolo Bonzini Nov. 20, 2024, 7:27 a.m. UTC
The following changes since commit e6459afb1ff4d86b361b14f4a2fc43f0d2b4d679:

  Merge tag 'pull-target-arm-20241119' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-11-19 14:23:34 +0000)

are available in the Git repository at:

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

for you to fetch changes up to b73d7eff1eedb2399cd594bc872d5db13506d951:

  scsi: fix allocation for s390x loadparm (2024-11-20 01:29:29 +0100)

----------------------------------------------------------------
* target/i386: fix warning on macOS
* target/i386: fix coverity barfing on vmport and smp cache support
* scsi: fix off by one

----------------------------------------------------------------
Kamil Szczęk (1):
      hw/i386/pc: Remove vmport value assertion

Paolo Bonzini (1):
      scsi: fix allocation for s390x loadparm

Pierrick Bouvier (1):
      hvf: remove unused but set variable

Zhao Liu (2):
      hw/core/machine-smp: Initialize caches_bitmap before reading
      hw/core/machine-smp: Fix error message parameter

 hw/core/machine-smp.c      |  3 ++-
 hw/i386/pc.c               |  1 -
 hw/scsi/scsi-disk.c        |  2 +-
 target/i386/hvf/x86_task.c | 10 +++++-----
 4 files changed, 8 insertions(+), 8 deletions(-)

Comments

Peter Maydell Nov. 20, 2024, 12:09 p.m. UTC | #1
On Wed, 20 Nov 2024 at 07:28, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit e6459afb1ff4d86b361b14f4a2fc43f0d2b4d679:
>
>   Merge tag 'pull-target-arm-20241119' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2024-11-19 14:23:34 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to b73d7eff1eedb2399cd594bc872d5db13506d951:
>
>   scsi: fix allocation for s390x loadparm (2024-11-20 01:29:29 +0100)
>
> ----------------------------------------------------------------
> * target/i386: fix warning on macOS
> * target/i386: fix coverity barfing on vmport and smp cache support
> * scsi: fix off by one
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.2
for any user-visible changes.

-- PMM