]> www.infradead.org Git - users/dwmw2/qemu.git/commit
include: import Xen public headers to include/standard-headers/
authorJoao Martins <joao.m.martins@oracle.com>
Wed, 13 Feb 2019 17:29:47 +0000 (12:29 -0500)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 4 Jan 2023 18:24:26 +0000 (18:24 +0000)
commiteb35d8277b3c2bd0dbb945167a754f793b9c0e74
tree7ea210198194d182c20b3bf113bbb7fb0667688e
parentecc9a58835f8d4ea4e3ed36832032a71ee08fbb2
include: import Xen public headers to include/standard-headers/

There are already some partial headers in include/hw/xen/interface/
which will be removed once we migrate users to the new location.

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/]
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
20 files changed:
include/standard-headers/xen/arch-x86/cpuid.h [new file with mode: 0644]
include/standard-headers/xen/arch-x86/xen-x86_32.h [new file with mode: 0644]
include/standard-headers/xen/arch-x86/xen-x86_64.h [new file with mode: 0644]
include/standard-headers/xen/arch-x86/xen.h [new file with mode: 0644]
include/standard-headers/xen/event_channel.h [new file with mode: 0644]
include/standard-headers/xen/features.h [new file with mode: 0644]
include/standard-headers/xen/grant_table.h [new file with mode: 0644]
include/standard-headers/xen/hvm/hvm_op.h [new file with mode: 0644]
include/standard-headers/xen/hvm/params.h [new file with mode: 0644]
include/standard-headers/xen/io/console.h [new file with mode: 0644]
include/standard-headers/xen/io/ring.h [new file with mode: 0644]
include/standard-headers/xen/io/xs_wire.h [new file with mode: 0644]
include/standard-headers/xen/memory.h [new file with mode: 0644]
include/standard-headers/xen/physdev.h [new file with mode: 0644]
include/standard-headers/xen/sched.h [new file with mode: 0644]
include/standard-headers/xen/trace.h [new file with mode: 0644]
include/standard-headers/xen/vcpu.h [new file with mode: 0644]
include/standard-headers/xen/version.h [new file with mode: 0644]
include/standard-headers/xen/xen-compat.h [new file with mode: 0644]
include/standard-headers/xen/xen.h [new file with mode: 0644]