Re: running openbsd 4.6 under qemu

2009-12-15 Thread Sam Watkins
arch=qemu, arch=vmware anyone? Unlike with xen, it should not be necessary to create a different arch to run things in qemu. I was impressed that it can happily run the 9 different operating systems I tried with it, with very few problems. I guess it's difficult to know whether the bug is in

Re: running openbsd 4.6 under qemu

2009-12-14 Thread Bob Beck
Current qemu releases (more recent than in the ports tree) do not run on OpenBSD (have not been able to solve this yet *sigh*) so the above person has Linux running natively and OpenBSD inside a newer qemu. Originally it was kvm that had this bug but looks like qemu is now bug-for-bug

Re: running openbsd 4.6 under qemu

2009-12-14 Thread Todd T. Fries
Penned by Bob Beck on 20091214 13:43.50, we have: | | Current qemu releases (more recent than in the ports tree) do not run on | OpenBSD (have not been able to solve this yet *sigh*) so the above person has | Linux running natively and OpenBSD inside a newer qemu. ?Originally it was | kvm

running openbsd 4.6 under qemu

2009-12-13 Thread Sam Watkins
I have been playing with qemu and finally found out how to get networking going for OpenBSD and NetBSD guests. If you are interested, please check out my qemu page. It shows my little Eee PC running 10 operating systems at once! http://sam.nipl.net/qemu.html The short answer for OpenBSD

Re: running openbsd 4.6 under qemu

2009-12-13 Thread Henning Brauer
* Sam Watkins s...@nipl.net [2009-12-13 20:45]: I have been playing with qemu and finally found out how to get networking going for OpenBSD and NetBSD guests. If you are interested, please check out my qemu page. It shows my little Eee PC running 10 operating systems at once!

Re: running openbsd 4.6 under qemu

2009-12-13 Thread acamari
Henning Brauer lists-open...@bsws.de wrote: * Sam Watkins s...@nipl.net [2009-12-13 20:45]: I have been playing with qemu and finally found out how to get networking going for OpenBSD and NetBSD guests. If you are interested, please check out my qemu page. It shows my little Eee PC

Re: running openbsd 4.6 under qemu

2009-12-13 Thread Sam Watkins
On Sun, Dec 13, 2009 at 02:53:48PM -0600, acam...@the00z.org wrote: huh? many of us are using qemu on their laptops to hack on openbsd. i'm not doing this, and i doubt any of the others does. Yup, me neither need this to run OpenBSD on qemu... Ok that's good! It makes a big difference for me

Re: running openbsd 4.6 under qemu

2009-12-13 Thread Henning Brauer
* Sam Watkins s...@nipl.net [2009-12-13 22:26]: On Sun, Dec 13, 2009 at 02:53:48PM -0600, acam...@the00z.org wrote: huh? many of us are using qemu on their laptops to hack on openbsd. i'm not doing this, and i doubt any of the others does. Yup, me neither need this to run OpenBSD on

Re: running openbsd 4.6 under qemu

2009-12-13 Thread Marco Peereboom
ETHER=em0 BRIDGE=bridge0 qemu-system-x86_64 -no-fd-bootchk -hda boot.img -hdb 1.img -hdc 2.img -hdd 3.img -net nic,model=rtl8139 -net tap -nographic -serial stdio don't use kqemu; it simply doesn't work right. On Mon, Dec 14, 2009 at 08:28:04AM +1100, Sam Watkins wrote: On Sun, Dec 13, 2009

Re: running openbsd 4.6 under qemu

2009-12-13 Thread Nick Guenther
On Sun, Dec 13, 2009 at 6:56 PM, Marco Peereboom sl...@peereboom.us wrote: ETHER=em0 BRIDGE=bridge0 qemu-system-x86_64 -no-fd-bootchk -hda boot.img -hdb 1.img -hdc 2.img -hdd 3.img -net nic,model=rtl8139 -net tap -nographic -serial stdio don't use kqemu; it simply doesn't work right. How

Re: running openbsd 4.6 under qemu

2009-12-13 Thread Marco Peereboom
It crashes, hangs and does other nasty stuff. Someone who cares needs to go over it. On Sun, Dec 13, 2009 at 07:44:53PM -0500, Nick Guenther wrote: On Sun, Dec 13, 2009 at 6:56 PM, Marco Peereboom sl...@peereboom.us wrote: ETHER=em0 BRIDGE=bridge0 qemu-system-x86_64 -no-fd-bootchk -hda

Re: running openbsd 4.6 under qemu

2009-12-13 Thread Stuart Henderson
On 2009-12-13, Sam Watkins s...@nipl.net wrote: On Sun, Dec 13, 2009 at 02:53:48PM -0600, acam...@the00z.org wrote: huh? many of us are using qemu on their laptops to hack on openbsd. i'm not doing this, and i doubt any of the others does. Yup, me neither need this to run OpenBSD on qemu...

Re: running openbsd 4.6 under qemu

2009-12-13 Thread Todd T. Fries
Penned by Henning Brauer on 20091213 20:57.07, we have: | * Sam Watkins s...@nipl.net [2009-12-13 20:45]: | I have been playing with qemu and finally found out how to get | networking going for OpenBSD and NetBSD guests. If you are | interested, please check out my qemu page. It shows my