mbox series

[v2,0/2] domain: followup for phys address mapping series

Message ID 20231006130059.97700-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series domain: followup for phys address mapping series | expand

Message

Roger Pau Monné Oct. 6, 2023, 1 p.m. UTC
Hello,

First patch fixes a bug reported by osstest, second patch is an addition
requested by Andrew, I think this should remove the blocker raised
against the series.

Roger Pau Monne (2):
  domain: fix misaligned unmap address in {,un}map_guest_area()
  domain: expose newly introduced hypercalls as XENFEAT

 CHANGELOG.md                  | 2 ++
 xen/arch/x86/domain.c         | 4 ++++
 xen/common/domain.c           | 8 ++++++--
 xen/common/kernel.c           | 6 +++++-
 xen/include/public/features.h | 9 +++++++++
 xen/include/public/vcpu.h     | 3 +++
 6 files changed, 29 insertions(+), 3 deletions(-)