include: update Xen public headers to Xen 4.17.2 release... in order to advertise the XEN_HVM_CPUID_UPCALL_VECTOR feature,which will come in a subsequent commit.Signed-off-by: David Woodhouse <d
include: update Xen public headers to Xen 4.17.2 release... in order to advertise the XEN_HVM_CPUID_UPCALL_VECTOR feature,which will come in a subsequent commit.Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>Acked-by: Paul Durrant <paul@xen.org>
show more ...
include: import Xen public headers to hw/xen/interfaceThere's already a partial set here; update them and pull in a morecomplete set.To start with, define __XEN_TOOLS__ in hw/xen/xen.h to ensure
include: import Xen public headers to hw/xen/interfaceThere's already a partial set here; update them and pull in a morecomplete set.To start with, define __XEN_TOOLS__ in hw/xen/xen.h to ensure that anyinternal definitions needed by Xen toolstack libraries are presentregardless of the order in which the headers are included. A reckoningwill come later, once we make the PV backends work in emulation anduntangle the headers for Xen-native vs. generic parts.Signed-off-by: Joao Martins <joao.m.martins@oracle.com>[dwmw2: Update to Xen public headers from 4.16.2 release, add some in io/, define __XEN_TOOLS__ in hw/xen/xen.h, move to hw/xen/interface/]Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>Reviewed-by: Paul Durrant <paul@xen.org>