mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/xen: Support mapping grant frames
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>
This commit is contained in:
parent
a28b0fc034
commit
e33cb789af
3 changed files with 75 additions and 2 deletions
|
@ -49,7 +49,7 @@ struct XenOverlayState {
|
|||
|
||||
struct XenOverlayState *xen_overlay_singleton;
|
||||
|
||||
static void xen_overlay_do_map_page(MemoryRegion *page, uint64_t gpa)
|
||||
void xen_overlay_do_map_page(MemoryRegion *page, uint64_t gpa)
|
||||
{
|
||||
/*
|
||||
* Xen allows guests to map the same page as many times as it likes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue