mbox

[PULL,0/5] virtio-grants-v8-tag

Message ID alpine.DEB.2.22.394.2406121625590.1328433@ubuntu-linux-20-04-desktop (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/sstabellini/qemu.git

Message

Stefano Stabellini June 12, 2024, 9:29 p.m. UTC
The following changes since commit 80e8f0602168f451a93e71cbb1d59e93d745e62e:

  Merge tag 'virtio-grants-v8-tag' into staging (2024-06-09 11:21:55 -0700)

are available in the Git repository at:

  https://gitlab.com/sstabellini/qemu.git 

for you to fetch changes up to 6d87a2a311fe4a8363143e6914d000697ea0cd83:

  hw/arm: xen: Enable use of grant mappings (2024-06-09 20:16:14 +0200)

----------------------------------------------------------------
Edgar E. Iglesias (5):
      xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
      xen: mapcache: Unmap first entries in buckets
      xen: mapcache: Pass the ram_addr offset to xen_map_cache()
      xen: mapcache: Add support for grant mappings
      hw/arm: xen: Enable use of grant mappings

 hw/arm/xen_arm.c                |   5 +
 hw/xen/xen-hvm-common.c         |  12 ++-
 hw/xen/xen-mapcache.c           | 234 ++++++++++++++++++++++++++++++----------
 include/hw/xen/xen-hvm-common.h |   3 +
 include/sysemu/xen-mapcache.h   |   2 +
 include/sysemu/xen.h            |   1 +
 system/physmem.c                |   9 +-
 7 files changed, 202 insertions(+), 64 deletions(-)

Comments

Richard Henderson June 14, 2024, 4:04 a.m. UTC | #1
On 6/12/24 14:29, Stefano Stabellini wrote:
> The following changes since commit 80e8f0602168f451a93e71cbb1d59e93d745e62e:
> 
>    Merge tag 'virtio-grants-v8-tag' into staging (2024-06-09 11:21:55 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/sstabellini/qemu.git  
> 
> for you to fetch changes up to 6d87a2a311fe4a8363143e6914d000697ea0cd83:
> 
>    hw/arm: xen: Enable use of grant mappings (2024-06-09 20:16:14 +0200)

gpg: Signature made Wed 12 Jun 2024 02:25:34 PM PDT
gpg:                using RSA key D04E33ABA51F67BA07D30AEA894F8F4870E1AE90
gpg: Good signature from "Stefano Stabellini <sstabellini@kernel.org>" [expired]
gpg:                 aka "Stefano Stabellini <stefano.stabellini@eu.citrix.com>" [expired]
gpg: Note: This key has expired!


Have you posted a refreshed key?
The latest I can find is from 2023-10-19.


r~
Stefano Stabellini June 14, 2024, 10:22 p.m. UTC | #2
On Thu, 13 Jun 2024, Richard Henderson wrote:
> On 6/12/24 14:29, Stefano Stabellini wrote:
> > The following changes since commit 80e8f0602168f451a93e71cbb1d59e93d745e62e:
> > 
> >    Merge tag 'virtio-grants-v8-tag' into staging (2024-06-09 11:21:55 -0700)
> > 
> > are available in the Git repository at:
> > 
> >    https://gitlab.com/sstabellini/qemu.git  
> > for you to fetch changes up to 6d87a2a311fe4a8363143e6914d000697ea0cd83:
> > 
> >    hw/arm: xen: Enable use of grant mappings (2024-06-09 20:16:14 +0200)
> 
> gpg: Signature made Wed 12 Jun 2024 02:25:34 PM PDT
> gpg:                using RSA key D04E33ABA51F67BA07D30AEA894F8F4870E1AE90
> gpg: Good signature from "Stefano Stabellini <sstabellini@kernel.org>"
> [expired]
> gpg:                 aka "Stefano Stabellini
> <stefano.stabellini@eu.citrix.com>" [expired]
> gpg: Note: This key has expired!
> 
> 
> Have you posted a refreshed key?
> The latest I can find is from 2023-10-19.

The key D04E33ABA51F67BA07D30AEA894F8F4870E1AE90 should expire in 2028.
I did another gpg --send-keys to a couple of keyservers and you should
see the new expiration date now (e.g. try keyserver.ubuntu.com and
keys.openpgp.org).
Richard Henderson June 16, 2024, 6:04 p.m. UTC | #3
On 6/12/24 14:29, Stefano Stabellini wrote:
> The following changes since commit 80e8f0602168f451a93e71cbb1d59e93d745e62e:
> 
>    Merge tag 'virtio-grants-v8-tag' into staging (2024-06-09 11:21:55 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/sstabellini/qemu.git  
> 
> for you to fetch changes up to 6d87a2a311fe4a8363143e6914d000697ea0cd83:
> 
>    hw/arm: xen: Enable use of grant mappings (2024-06-09 20:16:14 +0200)
> 
> ----------------------------------------------------------------
> Edgar E. Iglesias (5):
>        xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurable
>        xen: mapcache: Unmap first entries in buckets
>        xen: mapcache: Pass the ram_addr offset to xen_map_cache()
>        xen: mapcache: Add support for grant mappings
>        hw/arm: xen: Enable use of grant mappings

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


r~