Sign in
qemu
/
qemu
/
2529ea2d561ea9fe359fb19ebdcfeb8b6cddd219
/
.
/
include
/
hw
/
arm
/
xen_arch_hvm.h
blob: 8fd645e7232dbcd644352924cae7fa9b042a22da [
file
] [
log
] [
blame
]
#ifndef
HW_XEN_ARCH_ARM_HVM_H
#define
HW_XEN_ARCH_ARM_HVM_H
#include
<xen/hvm/ioreq.h>
void
arch_handle_ioreq
(
XenIOState
*
state
,
ioreq_t
*
req
);
void
arch_xen_set_memory
(
XenIOState
*
state
,
MemoryRegionSection
*
section
,
bool
add
);
#endif