aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i386/xen_arch_hvm.h
blob: 1000f8f543363114b1f8b9ad57cd1f6a6dc13e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef HW_XEN_ARCH_I386_HVM_H
#define HW_XEN_ARCH_I386_HVM_H

#include <xen/hvm/ioreq.h>
#include "hw/xen/xen-hvm-common.h"

void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
void arch_xen_set_memory(XenIOState *state,
                         MemoryRegionSection *section,
                         bool add);
#endif