[Qemu-devel] [kqemu patch] get Open/NetBSD to work with the kqemu accelerator

2007-11-05 Thread Enache Adrian
[sorry if this is the wrong list, but I haven't figured out any public address where I could send kqemu bug reports and patches] Currently, both NetBSD and OpenBSD are hanging or crashing when running on qemu with the kqemu accelerator enabled. This happens because both systems are using a weird

[Qemu-devel] crash when run with the -nographic switch

2007-03-25 Thread Enache Adrian
ahq$ ./qemu -nographic -snapshot -fda serflp.fs Segmentation fault (core dumped) [...] (gdb) bt #0 console_putchar (s=0x8ae43000, ch=112) at /scrap/ahq/build/qemu/console.c:809 #1 0x1c01258a in console_puts (chr=0x0, buf=0xcfbd1e20 "parallel0 console\r\n", len=19) at /scrap/ahq/build/

Re: [Qemu-devel] support for non aio host os's?

2007-03-25 Thread Enache Adrian
On Fri, Mar 16, 2007 at 04:31:36PM -0500, Todd T. Fries wrote: > .. so now that aio is in, and whatever existed before is out, has anybody > come up with a way to support host os's that do not have aio? This is what I'm using. Just manage to have '#define CONFIG_NO_AIO 1' in ./config-host.h. Patc