summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/bdrv-next-monitor-owned.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/bdrv-next-monitor-owned.c')
-rw-r--r--qemu/stubs/bdrv-next-monitor-owned.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu/stubs/bdrv-next-monitor-owned.c b/qemu/stubs/bdrv-next-monitor-owned.c
new file mode 100644
index 000000000..2acf6c3ec
--- /dev/null
+++ b/qemu/stubs/bdrv-next-monitor-owned.c
@@ -0,0 +1,8 @@
+#include "qemu/osdep.h"
+#include "qemu-common.h"
+#include "block/block.h"
+
+BlockDriverState *bdrv_next_monitor_owned(BlockDriverState *bs)
+{
+ return NULL;
+}