On Fri, Aug 17, 2018 at 01:18:59AM -0600, Antoine Jacoutot wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   ajacou...@cvs.openbsd.org       2018/08/17 01:18:59
> 
> Modified files:
>       emulators/qemu : Makefile distinfo 
>       emulators/qemu/patches: patch-configure 
> Removed files:
>       emulators/qemu/patches: patch-roms_vgabios_vgabios_c 
> 
> Log message:
> Update to qemu-3.0.0.
> 
> from Brad (maintainer)

Trying to access virtio net with both qemu-system-aarch64 and
qemu-system-x86_64 after this update triggers a fatal assert.

assertion "addr < cache->len && 2 <= cache->len - addr" failed: file 
"/usr/obj/ports/qemu-3.0.0/qemu-3.0.0/include/exec/memory_ldst_cached.inc.h", 
line 85, function "address_space_stw_le_cached"
Abort trap (core dumped)

starting network
assertion "addr < cache->len && 2 <= cache->len - addr" failed: file 
"/usr/obj/ports/qemu-3.0.0/qemu-3.0.0/include/exec/memory_ldst_cached.inc.h", 
line 85, function "address_space_stw_le_cached"
Abort trap

This turns out to have already been reported on the qemu list
but I see no fix for it in the git repository.

https://lists.gnu.org/archive/html/qemu-devel/2018-08/msg04849.html

Reply via email to