Add qemu_module_dummy and qemu_stamp_xxx to qemu_driver.c

This commit is contained in:
Vitaliy Filippov
2020-11-04 23:10:29 +03:00
parent 3b7279b376
commit a516fefa8c
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -3,6 +3,7 @@
// QEMU block driver
#define BUILD_DSO
#define _GNU_SOURCE
#include "qemu/osdep.h"
#include "qemu/units.h"
@@ -19,6 +20,14 @@
#include "qemu_proxy.h"
void qemu_module_dummy(void)
{
}
void DSO_STAMP_FUN(void)
{
}
typedef struct VitastorClient
{
void *proxy;