Quoting Warner Losh <i...@bsdimp.com>:

Greetings,

I was wondering if anybody is using the current stock qemu user-mode code
to run OpenBSD code. The code looks woefully incomplete to my eye, so
incomplete I can't see how it would work for anything useful. I'm not even
sure it would work for anything trivial.

My searching has lead me to conclude that other than Sean Bruno's
qemu-bsd-user github branch, there's no other changes to qemu's bsd-user
patches. However, I thought I'd ask here as well.

Warner

I am not sure if it is user-mode code etc., so the following may not be relevant.

The qemu package on OpenBSD 6.2 works very well for my purposes.

In case it helps I am using

/usr/bin/doas env ETHER=em0 /usr/local/bin/qemu-system-x86_64
        -net nic,vlan=0,macaddr=AA:BB:CC:01:01:01 -net tap,vlan=0 \
        -serial telnet:127.0.0.1:1080,server,nowait \
        -monitor telnet:127.0.0.1:1081,server,nowait \
        -m 4096 -hda openbsd63.img -nographic &


Vijay Sankar, M.Eng., P.Eng.
ForeTell Technologies Limited
vsan...@foretell.ca

Reply via email to