]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/core/machine.c
vhost-vsock: fix migration issue when seqpacket is supported
[mirror_qemu.git] / hw / core / machine.c
index 3920a2f2af0bd744db081074d497628ac52003e1..74f2a9a984c9cbef8c0b78dfda5fa9ebfb626c5b 100644 (file)
@@ -46,6 +46,7 @@ GlobalProperty hw_compat_6_0[] = {
     { "nvme-ns", "eui64-default", "off"},
     { "e1000", "init-vet", "off" },
     { "e1000e", "init-vet", "off" },
+    { "vhost-vsock-device", "seqpacket", "off" },
 };
 const size_t hw_compat_6_0_len = G_N_ELEMENTS(hw_compat_6_0);