xen_arch_hvm.h 287 B

123456789
  1. #ifndef HW_XEN_ARCH_ARM_HVM_H
  2. #define HW_XEN_ARCH_ARM_HVM_H
  3. #include <xen/hvm/ioreq.h>
  4. void arch_handle_ioreq(XenIOState *state, ioreq_t *req);
  5. void arch_xen_set_memory(XenIOState *state,
  6. MemoryRegionSection *section,
  7. bool add);
  8. #endif