Re: [Qemu-devel] kernel-kqemu and linux

2006-03-21 Thread Pascal Terjan
On 3/21/06, Brad Campbell <[EMAIL PROTECTED]> wrote: > Neat trick for capturing such groovy stuff.. > In one console :- > > cat /dev/ptyzf | tee qemu.oops.log > > In another console :- > > qemu -hda vm-1.img -kernel /tracks/linux-2.6.15.6/arch/i386/boot/bzImage > -serial /dev/ttyzf -append > "cons

Re: [Qemu-devel] kernel-kqemu and linux

2006-03-21 Thread Brad Campbell
Brad Campbell wrote: Fabrice Bellard wrote: Try the following patch: diff -u -w -r1.39 helper2.c --- helper2.c 4 Dec 2005 18:46:06 - 1.39 +++ helper2.c 20 Mar 2006 23:38:51 - @@ -110,6 +110,7 @@ env->pat = 0x0007040600070406ULL; env->cpuid_ext_features = 0;

Re: [Qemu-devel] kernel-kqemu and linux

2006-03-20 Thread Kevin F. Quinn
Sorry, still fails at the same place. It recognises the APIC: ... Found and enabled local APIC! mapped APIC to d000 (fee0) ... I noticed that before the 'kernel BUG' message I got a warning that scrolled off the screen; so I halted qemu and captured it piece by piece: ... hda: cache flu

Re: [Qemu-devel] kernel-kqemu and linux

2006-03-20 Thread Brad Campbell
Fabrice Bellard wrote: Try the following patch: diff -u -w -r1.39 helper2.c --- helper2.c 4 Dec 2005 18:46:06 - 1.39 +++ helper2.c 20 Mar 2006 23:38:51 - @@ -110,6 +110,7 @@ env->pat = 0x0007040600070406ULL; env->cpuid_ext_features = 0; env->cpuid_fea

Re: [Qemu-devel] kernel-kqemu and linux

2006-03-20 Thread Fabrice Bellard
Try the following patch: diff -u -w -r1.39 helper2.c --- helper2.c 4 Dec 2005 18:46:06 - 1.39 +++ helper2.c 20 Mar 2006 23:38:51 - @@ -110,6 +110,7 @@ env->pat = 0x0007040600070406ULL; env->cpuid_ext_features = 0; env->cpuid_features |= CPUID_FXSR | CP

[Qemu-devel] kernel-kqemu and linux

2006-03-20 Thread Kevin F. Quinn
Hi. I'm successfully running Windows 2000 guest on qemu (linux host) with kernel-kqemu, and the speed is excellent. However I can't get linux to run as a guest (still linux host); no matter what kernel or kernel config I create, it always BUGs at the same point: hda: hda1 hda2 hda3