diff options
| author | Paul Durrant <pdurrant@amazon.com> | 2023-01-02 11:05:16 +0000 |
|---|---|---|
| committer | David Woodhouse <dwmw@amazon.co.uk> | 2023-03-07 17:04:30 +0000 |
| commit | ba2a92db1ff682c16730b1d7f156bac61928f04d (patch) | |
| tree | dde2437fc696530e24735ca05cdbd84e4fbf5bb2 /hw/xen/xen_pt_graphics.c | |
| parent | 15e283c5b684c2e502e9327186eb89eb69c68812 (diff) | |
| download | focaccia-qemu-ba2a92db1ff682c16730b1d7f156bac61928f04d.tar.gz focaccia-qemu-ba2a92db1ff682c16730b1d7f156bac61928f04d.zip | |
hw/xen: Add xenstore operations to allow redirection to internal emulation
Signed-off-by: Paul Durrant <pdurrant@amazon.com> Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>
Diffstat (limited to 'hw/xen/xen_pt_graphics.c')
| -rw-r--r-- | hw/xen/xen_pt_graphics.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xen/xen_pt_graphics.c b/hw/xen/xen_pt_graphics.c index f303f67c9c..0aed3bb6fd 100644 --- a/hw/xen/xen_pt_graphics.c +++ b/hw/xen/xen_pt_graphics.c @@ -5,7 +5,6 @@ #include "qapi/error.h" #include "xen_pt.h" #include "xen-host-pci-device.h" -#include "hw/xen/xen-legacy-backend.h" static unsigned long igd_guest_opregion; static unsigned long igd_host_opregion; |