summaryrefslogtreecommitdiffstats
path: root/include/hw/remote/machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/remote/machine.h')
-rw-r--r--include/hw/remote/machine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/remote/machine.h b/include/hw/remote/machine.h
index b92b2ce705..2a2a33c4b2 100644
--- a/include/hw/remote/machine.h
+++ b/include/hw/remote/machine.h
@@ -15,11 +15,13 @@
#include "hw/boards.h"
#include "hw/pci-host/remote.h"
#include "io/channel.h"
+#include "hw/remote/iohub.h"
struct RemoteMachineState {
MachineState parent_obj;
RemotePCIHost *host;
+ RemoteIOHubState iohub;
};
/* Used to pass to co-routine device and ioc. */