Home
last modified time | relevance | path

Searched refs:auto_shutdown (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/remote/
H A Dmachine.c96 return s->auto_shutdown; in remote_machine_get_auto_shutdown()
104 s->auto_shutdown = value; in remote_machine_set_auto_shutdown()
111 s->auto_shutdown = true; in remote_machine_instance_init()
H A Dvfio-user-obj.c120 bool auto_shutdown = true; in vfu_object_auto_shutdown() local
124 return auto_shutdown; in vfu_object_auto_shutdown()
127 auto_shutdown = object_property_get_bool(OBJECT(current_machine), in vfu_object_auto_shutdown()
138 auto_shutdown = true; in vfu_object_auto_shutdown()
142 return auto_shutdown; in vfu_object_auto_shutdown()
/qemu/include/hw/remote/
H A Dmachine.h28 bool auto_shutdown; member