diff options
author | Jagannathan Raman <jag.raman@oracle.com> | 2022-06-13 16:26:25 -0400 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2022-06-15 16:43:42 +0100 |
commit | 8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131 (patch) | |
tree | c06eadbfa3d68d5ee966ce4b2bf90dc5a22fef4b /include/hw/remote | |
parent | 55116968deb09fdae198cecaa45f4e5532d5445a (diff) | |
download | qemu-8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131.zip qemu-8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131.tar.gz qemu-8f9a9259d32c1b6ba41a38ad99fc67bcc0da0131.tar.bz2 |
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/hw/remote')
-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. */ |