Live migration is not supported in this version, so do nothing here.
Signed-off-by: Wei Wang <[email protected]>
---
hw/virtio/vhost-pci-slave.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hw/virtio/vhost-pci-slave.c b/hw/virtio/vhost-pci-slave.c
index 4b4d3c8..799eb1e 100644
--- a/hw/virtio/vhost-pci-slave.c
+++ b/hw/virtio/vhost-pci-slave.c
@@ -358,6 +358,8 @@ static void vp_slave_read(void *opaque, const uint8_t *buf,
int size)
case VHOST_USER_SET_VRING_ENABLE:
vp_slave_set_vring_enable(&msg);
break;
+ case VHOST_USER_SET_LOG_BASE:
+ break;
default:
error_report("vhost-pci-slave does not support msg request = %d",
msg.request);
--
2.7.4