Message ID | 1481971427-11094-11-git-send-email-wei.w.wang@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/hw/virtio/vhost-pci-slave.c b/hw/virtio/vhost-pci-slave.c index ac9deae..ef2b66a 100644 --- a/hw/virtio/vhost-pci-slave.c +++ b/hw/virtio/vhost-pci-slave.c @@ -122,6 +122,8 @@ static void vp_slave_read(void *opaque, const uint8_t *buf, int size) if (ret < 0) goto err_handling; break; + case VHOST_USER_SET_PROTOCOL_FEATURES: + break; default: error_report("vhost-pci-slave does not support msg request = %d", msg.request);
Not used currently. Signed-off-by: Wei Wang <wei.w.wang@intel.com> --- hw/virtio/vhost-pci-slave.c | 2 ++ 1 file changed, 2 insertions(+)