]> www.infradead.org Git - users/dwmw2/qemu.git/commit
include: import xen public 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>
Thu, 1 Dec 2022 23:10:42 +0000 (15:10 -0800)
commit032de52141d1c3a99374f13677af2bc68da22e06
tree4ef336d6b5836aad3272009555a29b352d3a03f6
parentc4ffd91aba1c3d878e99a3e7ba8aad4826728ece
include: import xen public headers

Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
[dwmw2: Update to Xen public headers from 4.16.2 release]
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
17 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/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]