diff options
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/remote/machine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/remote/machine.h b/include/hw/remote/machine.h index 8d0fa98..ac32fda 100644 --- a/include/hw/remote/machine.h +++ b/include/hw/remote/machine.h @@ -24,6 +24,8 @@ struct RemoteMachineState { RemoteIOHubState iohub; bool vfio_user; + + bool auto_shutdown; }; /* Used to pass to co-routine device and ioc. */ |