On Thu, 08/23 14:21, Paolo Bonzini wrote: > Because the cache is sized to include the rings and the event indices, > negotiating the VIRTIO_RING_F_EVENT_IDX feature will result in the size > of the cache changing. And because MemoryRegionCache accesses are > range-checked, if we skip this we end up with an assertion failure. > This happens with OpenBSD 6.3. > > Reported-by: Fam Zheng <f...@redhat.com> > Fixes: 97cd965c070152bc626c7507df9fb356bbe1cd81 > Cc: qemu-sta...@nongnu.org > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com>
Tested-by: Fam Zheng <f...@redhat.com>