Which makes it fail like: ``` qemu-system-x86_64: -device {"driver":"vfio-user-pci","socket":{"path": "/tmp/vfio-user.sock", "type": "unix"}: JSON parse error, premature EOI ``` https://github.com/nutanix/libvfio-user/blob/master/docs/qemu.md?plain=1#L55: there's a `}` missing at the end.
Which makes it fail like:
https://github.com/nutanix/libvfio-user/blob/master/docs/qemu.md?plain=1#L55: there's a
}missing at the end.