kqemu amd64

2009-08-17 Thread Bobby Johnson
I'm having trouble getting qemu under amd64 to use kqemu. I'm running a snapshot from a couple days ago. I've tried installing the qemu package and the port. The kqemu package is installed and loading on boot. $ sudo qemu -kernel-kqemu -m 256 winxp-big.raw qemu: invalid option --

Re: kqemu amd64

2009-08-17 Thread Marco Peereboom
kqemu on amd64 is pretty much 100% busted so don't use it... On Mon, Aug 17, 2009 at 10:42:43AM -0600, Bobby Johnson wrote: I'm having trouble getting qemu under amd64 to use kqemu. I'm running a snapshot from a couple days ago. I've tried installing the qemu package and the port. The

Re: kqemu amd64

2009-08-17 Thread Louis V. Lambrecht
Must load the kqemu as a kernel module at kernel/pre-secure level .not. as an application switch. cat /var/db/pkg/kqemu-{your version}/+DISPLAY Bobby Johnson wrote: I'm having trouble getting qemu under amd64 to use kqemu. I'm running a snapshot from a couple days ago. I've tried installing

Re: kqemu amd64

2009-08-17 Thread Bobby Johnson
The module is loading, as noted previously. I think the application needs to use -kernel-kqemu to not run kqemu in user mode. Louis V. Lambrecht wrote: Must load the kqemu as a kernel module at kernel/pre-secure level .not. as an application switch. cat /var/db/pkg/kqemu-{your

Re: kqemu amd64

2009-08-17 Thread Louis V. Lambrecht
Sorry. didn;t read the last line of your dmesg, t! Anyway, yep, kqemu full virtualization sometimes works, sometimes not, depending from both hosts and guest OSes and their version. Since your host is OpenBSD, and you have kqemu loaded, you can only test with the -no-qemu option. Bobby