mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
hw/xen: Rename xen_common.h to xen_native.h
This header is now only for native Xen code, not PV backends that may be used in Xen emulation. Since the toolstack libraries may depend on the specific version of Xen headers that they pull in (and will set the __XEN_TOOLS__ macro to enable internal definitions that they depend on), the rule is that xen_native.h (and thus the toolstack library headers) must be included *before* any of the headers in include/hw/xen/interface. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>
This commit is contained in:
parent
a9ae1418b3
commit
e2abfe5ec6
17 changed files with 47 additions and 32 deletions
|
@ -13,8 +13,8 @@
|
|||
#include "qemu/uuid.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
#include "hw/xen/xen_native.h"
|
||||
#include "hw/xen/xen_backend_ops.h"
|
||||
#include "hw/xen/xen_common.h"
|
||||
|
||||
/*
|
||||
* If we have new enough libxenctrl then we do not want/need these compat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue