]> git.proxmox.com Git - mirror_qemu.git/blobdiff - replication.h
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / replication.h
index 8faefe005f83584c39e66e5a80cbb2aa1bc0c1ca..d49fc22cb9fbb8c5506b3b27fe1bfab53128f9ab 100644 (file)
@@ -16,6 +16,7 @@
 #define REPLICATION_H
 
 #include "qapi/qapi-types-block-core.h"
+#include "qemu/module.h"
 #include "qemu/queue.h"
 
 typedef struct ReplicationOps ReplicationOps;
@@ -67,7 +68,6 @@ typedef struct ReplicationState ReplicationState;
  *
  * BlockDriver bdrv_replication = {
  *     .format_name                = "replication",
- *     .protocol_name              = "replication",
  *     .instance_size              = sizeof(BDRVReplicationState),
  *
  *     .bdrv_open                  = replication_open,