Hello,
I'm on commit bd80b59 and my host is:
$lsb_release -s
...
Description: Pop!_OS 20.04 LTS
Release: 20.04In file included from
...
I get a compile error:
...
/home/kennethadammiller/workspace/vm_escape/qemu/include/hw/xen/xen_backend.h:4,
from /home/kennethadammiller/workspace/vm_escape/qemu/hw/block/xen_disk.c:39:
/home/kennethadammiller/workspace/vm_escape/qemu/include/hw/xen/xen_common.h:111:9: error: unknown type name ‘xc_evtchn’
111 | typedef xc_evtchn *XenEvtchn;
| ^~~~~~~~~
/home/kennethadammiller/workspace/vm_escape/qemu/include/hw/xen/xen_common.h:112:9: error: unknown type name ‘xc_gnttab’
112 | typedef xc_gnttab *XenGnttab;
| ^~~~~~~~~
...
I don't know what to do to make sure this builds.