repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
include
/
hw
/
arm
/
xen_arch_hvm.h
blob
8fd645e7232dbcd644352924cae7fa9b042a22da
1
#ifndef HW_XEN_ARCH_ARM_HVM_H
2
#define HW_XEN_ARCH_ARM_HVM_H
3
4
#include <xen/hvm/ioreq.h>
5
void
arch_handle_ioreq
(
XenIOState
*
state
,
ioreq_t
*
req
);
6
void
arch_xen_set_memory
(
XenIOState
*
state
,
7
MemoryRegionSection
*
section
,
8
bool
add
);
9
#endif