mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Replace the stored AccessPlatform reference with one to the VirtioDevice. By doing this not only does it allow the code to be simplified but also now makes it virtio spec compliant by only translating via the access platform if the feature is acknowledged. Signed-off-by: Rob Bradford <rbradford@meta.com>