mbox series

[v4,0/2] epte_get_entry_emt() modifications

Message ID 20200731144112.12516-1-paul@xen.org (mailing list archive)
Headers show
Series epte_get_entry_emt() modifications | expand

Message

Paul Durrant July 31, 2020, 2:41 p.m. UTC
From: Paul Durrant <pdurrant@amazon.com>

Paul Durrant (2):
  x86/hvm: set 'ipat' in EPT for special pages
  x86/hvm: simplify 'mmio_direct' check in epte_get_entry_emt()

 xen/arch/x86/hvm/mtrr.c | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

Comments

Jan Beulich July 31, 2020, 2:50 p.m. UTC | #1
On 31.07.2020 16:41, Paul Durrant wrote:
> From: Paul Durrant <pdurrant@amazon.com>
> 
> Paul Durrant (2):
>   x86/hvm: set 'ipat' in EPT for special pages
>   x86/hvm: simplify 'mmio_direct' check in epte_get_entry_emt()

Reviewed-by: Jan Beulich <jbeulich@suse.com>