[PULL 0/3] for-9.0 queue

Cédric Le Goater posted 3 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240319140516.392542-1-clg@redhat.com
Maintainers: Alistair Francis <alistair@alistair23.me>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Peter Maydell <peter.maydell@linaro.org>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, "Cédric Le Goater" <clg@kaod.org>, Nicholas Piggin <npiggin@gmail.com>, "Frédéric Barrat" <fbarrat@linux.ibm.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Alex Williamson <alex.williamson@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
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(-)
[PULL 0/3] for-9.0 queue
Posted by Cédric Le Goater 1 month, 1 week ago
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(-)


Re: [PULL 0/3] for-9.0 queue
Posted by Peter Maydell 1 month, 1 week ago
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