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(-)

Reply via email to