ioport_config
struct ioport_config ioports; /* (o) ioport handling */
vm_inout_cleanup(struct vm *vm, struct ioport_config *cfg)
vm_inout_attach(struct ioport_config *cfg, uint16_t port, uint16_t flags,
vm_inout_detach(struct ioport_config *cfg, uint16_t port, bool drv_hook,
vm_inout_find(const struct ioport_config *cfg, uint16_t port)
vm_inout_access(struct ioport_config *cfg, bool in, uint16_t port,
vm_inout_init(struct vm *vm, struct ioport_config *cfg)
void vm_inout_init(struct vm *vm, struct ioport_config *ports);
void vm_inout_cleanup(struct vm *vm, struct ioport_config *ports);
int vm_inout_attach(struct ioport_config *ports, uint16_t port, uint16_t flags,
int vm_inout_detach(struct ioport_config *ports, uint16_t port, bool drv_hook,
int vm_inout_access(struct ioport_config *ports, bool in, uint16_t port,