diff options
author | Jagannathan Raman | 2022-06-13 22:26:25 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2022-06-15 17:43:42 +0200 |
commit | 8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131 (patch) | |
tree | c06eadbfa3d68d5ee966ce4b2bf90dc5a22fef4b /include | |
parent | vfio-user: build library (diff) | |
download | qemu-8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131.tar.gz qemu-8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131.tar.xz qemu-8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131.zip |
vfio-user: define vfio-user-server object
Define vfio-user object which is remote process server for QEMU. Setup
object initialization functions and properties necessary to instantiate
the object
Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
Signed-off-by: John G Johnson <john.g.johnson@oracle.com>
Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: e45a17001e9b38f451543a664ababdf860e5f2f2.1655151679.git.jag.raman@oracle.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include')
-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 8d0fa98d33..ac32fda387 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. */ |