Re: [Qemu-devel] Windows, acpi and kqemu

2006-10-11 Thread Robert Annessi
On 10/11/06 08:41, Brad Campbell wrote: > Has anyone managed to get Win2k or XP reliably running with acpi and kqemu? > > I get random errors usually related to memory access according to the > blue screens. > > Without ACPI it runs ok.. and without kqemu it runs ok. Same here. The solution for

Re: [Qemu-devel] why is not kqemu free?

2006-09-24 Thread Robert Annessi
On 09/24/06 01:23, Mihamina Rakotomandimby wrote: > I am looking for an explanation about kqemu is not free. It is free (as in beer), but not open source. Read the faq: http://kidsquid.com/cgi-bin/moin.cgi/FrequentlyAskedQuestions#head-7550ed5498dedce0f1b9a50dd47e490db719b76e Regards, Robert s

[Qemu-devel] Patch: Build acceleration module within linux kernel source (builtin or as module)

2006-08-20 Thread Robert Annessi
Hi, attached is a patch for the linux 2.6.16 kernel that enables you to build the qemu accelerator from within the kernel source builtin or as a module. Due to the restricting license the binary module is not included of course. It's currently only for x86, but it should be very easy to adapt it

Re: [Qemu-devel] qcow2 issues on freebsd

2006-08-15 Thread Robert Annessi
On 08/09/06 23:02, Robert Annessi wrote: > although it's not yet released, I tried the qcow2 format on some OSes. > Linux, Windowx XP and OpenBSD worked quite well, but I had a > reproduceable issue with FreeBSD: > qemu segfaults when creating a snapshot. Afterwards the disk i

Re: [Qemu-devel] Kernel virtualization doesnt work with win2k/winxp

2006-08-13 Thread Robert Annessi
On 08/10/06 13:07, Robert Annessi wrote: > user virtualization works well with windows 2000 and windows xp guests, > but kernel virtualization doesnt (on a linux host using > qemu-0.8.2|qemu-cvs with kqemu-1.3.0-pre9). > > Trying to install results in a bl

[Qemu-devel] Kernel virtualization doesnt work with win2k/winxp

2006-08-10 Thread Robert Annessi
Hi, user virtualization works well with windows 2000 and windows xp guests, but kernel virtualization doesnt (on a linux host using qemu-0.8.2|qemu-cvs with kqemu-1.3.0-pre9). Trying to install results in a bluescreen saying "PAGE_FAULT_IN_NON_PAGED_AREA" very early. Running an already installed

[Fwd: Re: [Qemu-devel] qcow2 issues on freebsd]

2006-08-10 Thread Robert Annessi
Original Message Subject: Re: [Qemu-devel] qcow2 issues on freebsd Date: Thu, 10 Aug 2006 12:23:30 +0200 From: Robert Annessi <[EMAIL PROTECTED]> To: Fabrice Bellard <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> On 08/09/06 23:3

[Qemu-devel] FreeBSD works with kqemu

2006-08-10 Thread Robert Annessi
Hi, just wanted to note that FreeBSD (6.1 at least) works with user and kernel virtualization - at least on a linux host. Maybe it should be added to http://fabrice.bellard.free.fr/qemu/kqemu-doc.html#SEC6 and #SEC7. Regards, Robert signature.asc Description: OpenPGP digital signature

[Qemu-devel] qcow2 issues on freebsd

2006-08-09 Thread Robert Annessi
Hi, although it's not yet released, I tried the qcow2 format on some OSes. Linux, Windowx XP and OpenBSD worked quite well, but I had a reproduceable issue with FreeBSD: qemu segfaults when creating a snapshot. Afterwards the disk is unuseable (at least qemu hangs when reading it). I just thought

[Qemu-devel] Resuming a guest freezes on high resolutions

2006-08-09 Thread Robert Annessi
Hi, when using a higher resolutions then 640x480 resuming a guest freezes (I ran into that problem with linux, fbsd and win xp guests). The monitor still works, but the guest doesnt respond to anything. Workaround: use -std-vga as argument to qemu (dont emulate cirrus vga but a standard vga card)

[Qemu-devel] Patch: Build acceleration module within linux kernel source (builtin or as module)

2006-08-06 Thread Robert Annessi
Hi, attached is a patch for the linux 2.6.16 kernel that lets you build the qemu accelerator from within the kernel source (builtin or as a module). Due to the restricting license the binary module is not included of course. I only tested it on x86, but it should also work on x86_64 (though I did