Searched refs:RemoteMachineState (Results 1 – 3 of 3) sorted by relevance
31 RemoteMachineState *s = REMOTE_MACHINE(machine); in remote_machine_init()75 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_get_vfio_user()82 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_set_vfio_user()94 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_get_auto_shutdown()102 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_set_auto_shutdown()109 RemoteMachineState *s = REMOTE_MACHINE(obj); in remote_machine_instance_init()146 .instance_size = sizeof(RemoteMachineState),
80 RemoteMachineState *machine = REMOTE_MACHINE(current_machine); in process_set_irqfd_msg()
20 struct RemoteMachineState { struct38 OBJECT_DECLARE_SIMPLE_TYPE(RemoteMachineState, REMOTE_MACHINE) argument