]> git.proxmox.com Git - mirror_qemu.git/commit - hw/xen/xen_pt_config_init.c
hw/xen: Rename xen_common.h to xen_native.h
authorDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 2 Jan 2023 00:39:13 +0000 (00:39 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 7 Mar 2023 17:04:30 +0000 (17:04 +0000)
commite2abfe5ec67b69fb310fbeaacf7e68d61d16609e
tree6407aa775a6ad79ddc137bef296c936b08b37a9c
parenta9ae1418b36b20ab06fb760b1108f61f49a76164
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>
18 files changed:
accel/xen/xen-all.c
hw/9pfs/xen-9p-backend.c
hw/block/dataplane/xen-block.c
hw/block/xen-block.c
hw/i386/pc_piix.c
hw/i386/xen/xen-hvm.c
hw/i386/xen/xen-mapcache.c
hw/i386/xen/xen_platform.c
hw/xen/trace-events
hw/xen/xen-operations.c
hw/xen/xen_pt.c
hw/xen/xen_pt.h
hw/xen/xen_pt_config_init.c
hw/xen/xen_pt_msi.c
include/hw/xen/xen.h
include/hw/xen/xen_common.h [deleted file]
include/hw/xen/xen_native.h [new file with mode: 0644]
include/hw/xen/xen_pvdev.h