qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Assertion error when installing OpenBSD 6.3 in Linux 4.8.12
@ 2018-10-13 16:50 Hristo Mihaylov
  2018-10-15  9:40 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Hristo Mihaylov @ 2018-10-13 16:50 UTC (permalink / raw)
  To: qemu-devel

Hello,
I'm trying to install OpenBSD 6.3 on Arch Linux.

This is the start script I'm using:

```

#!/bin/sh

qemu-system-x86_64 \

    -enable-kvm \

    -m 2048 \

    -nic user,model=virtio \

    -drive file=openbsd63.qcow2,media=disk,if=virtio \

    -cdrom openbsd63.iso \

    -display gtk

```

Running ls on image and disk:

-rw-r--r-- 1 asthma asthma 336M Oct 7 07:53 openbsd63.iso

-rw-r--r-- 1 asthma asthma 193K Oct 10 22:00 openbsd63.qcow2


This is the crash output:

qemu-system-x86_64:
/build/qemu/src/qemu-3.0.0/include/exec/memory_ldst_cached.inc.h:85:
address_space_stw_le_cached: Assertion `addr < cache->len && 2 <=
cache->len - addr' failed.


Running `uname -a` yields:

Linux dev 4.18.12.a-1-hardened #1 SMP PREEMPT Thu Oct 4 14:02:21 CEST
2018 x86_64 GNU/Linux

And the qemu version is: 3.0.0


Am I doing something wrong or is this a bug?


Regards,

Hristo Mihaylov

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-15  9:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13 16:50 [Qemu-devel] Assertion error when installing OpenBSD 6.3 in Linux 4.8.12 Hristo Mihaylov
2018-10-15  9:40 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).