mbox

[PULL,0/3] for-9.0 queue

Message ID 20240319140516.392542-1-clg@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/legoater/qemu/ tags/pull-for-9.0-20240319

Message

Cédric Le Goater March 19, 2024, 2:05 p.m. UTC
The following changes since commit 4511400fb78e72d4d9916ed60e04f4e99e594f65:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2024-03-18 17:16:08 +0000)

are available in the Git repository at:

  https://github.com/legoater/qemu/ tags/pull-for-9.0-20240319

for you to fetch changes up to a7538ca0791880b6aeb2cc4cc8c00305e2d975f8:

  aspeed/smc: Only wire flash devices at reset (2024-03-19 11:58:15 +0100)

----------------------------------------------------------------
aspeed, pnv, vfio queue:

* user device fixes for Aspeed and PowerNV machines
* coverity fix for iommufd

----------------------------------------------------------------
Cédric Le Goater (3):
      vfio/iommufd: Fix memory leak
      ppc/pnv: I2C controller is not user creatable
      aspeed/smc: Only wire flash devices at reset

 include/hw/block/flash.h  |  2 ++
 hw/arm/xlnx-versal-virt.c |  3 ++-
 hw/block/m25p80.c         |  1 -
 hw/ppc/pnv_i2c.c          |  3 +++
 hw/ssi/aspeed_smc.c       |  9 +++++++++
 hw/vfio/iommufd.c         | 19 ++++++++-----------
 6 files changed, 24 insertions(+), 13 deletions(-)

Comments

Peter Maydell March 19, 2024, 5:33 p.m. UTC | #1
On Tue, 19 Mar 2024 at 14:06, Cédric Le Goater <clg@redhat.com> wrote:
>
> The following changes since commit 4511400fb78e72d4d9916ed60e04f4e99e594f65:
>
>   Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2024-03-18 17:16:08 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/legoater/qemu/ tags/pull-for-9.0-20240319
>
> for you to fetch changes up to a7538ca0791880b6aeb2cc4cc8c00305e2d975f8:
>
>   aspeed/smc: Only wire flash devices at reset (2024-03-19 11:58:15 +0100)
>
> ----------------------------------------------------------------
> aspeed, pnv, vfio queue:
>
> * user device fixes for Aspeed and PowerNV machines
> * coverity fix for iommufd
>


Applied, thanks.

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

-- PMM