qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build failure due to xen


From: Kenneth Adam Miller
Subject: Build failure due to xen
Date: Fri, 6 Sep 2024 17:59:21 -0600

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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]