 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MINI-OS PATCH 2/2] x86: don't use a memory page for mapping the shared info page
 On 28.07.25 16:21, Jan Beulich wrote: On 08.07.2025 08:37, Juergen Gross wrote:--- a/hypervisor.c +++ b/hypervisor.c @@ -27,8 +27,10 @@#include <mini-os/os.h>#include <mini-os/lib.h> +#include <mini-os/e820.h> #include <mini-os/hypervisor.h> #include <mini-os/events.h> +#include <mini-os/mm.h> #include <xen/memory.h>EXPORT_SYMBOL(hypercall_page); Good catch. It is needed here, otherwise we'll leak the virtual page during a suspend/resume cycle. Talking of map_frame_virt() - I take it its 2nd parameter being named "mfn" is kind of stale (pre-dating the addition of PVH support)? I think it was misnamed back then. 
 Agreed. Juergen Attachment:
OpenPGP_0xB0DE9DD628BF132F.asc Attachment:
OpenPGP_signature.asc 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |