mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Based upon the discussion and in https://github.com/rust-vmm/vhost/issues/29#issue-830820820 and the QEMU behaviour the get_config offset should be zero. This was not caught by our integration tests as the vhost-user-blk backend as implemented in this repository does not use the offset. Fixes: #7615 Signed-off-by: Rob Bradford <rbradford@meta.com>