diff options
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 2a2a33c..8d0fa98 100644 --- a/include/hw/remote/machine.h +++ b/include/hw/remote/machine.h @@ -22,6 +22,8 @@ struct RemoteMachineState { RemotePCIHost *host; RemoteIOHubState iohub; + + bool vfio_user; }; /* Used to pass to co-routine device and ioc. */ |