mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
The ivshmem device was remapping the host file every time the BAR was reprogrammed. This occurs on the vCPU thread and so was falling foul of our improved seccomp filters. Avoid this by maintaining the existing region when the device BARs are changed and just adjust the guest GPA. Assisted-by: Codex:GPT-5.6 Signed-off-by: Rob Bradford <rbradford@meta.com>