Re: [kvm-devel] [PATCH] Fix network boot whether KVM is enabled or disabled

2007-08-23 Thread Chuan-kai Lin
On 8/22/07, Anthony Liguori [EMAIL PROTECTED] wrote: Hrm, it looks like it's the BIOS. Using the BIOS in qemu-0.9.0, -boot n works with x86_64 but the bios installed by KVM doesn't work. Yeah, it does seem to be the case. I ran a few experiments after reading your message: kvm-28 and kvm-36

Re: [kvm-devel] [PATCH] Fix network boot whether KVM is enabled or disabled

2007-08-23 Thread Anthony Liguori
On Thu, 2007-08-23 at 12:08 -0700, Chuan-kai Lin wrote: On 8/22/07, Anthony Liguori [EMAIL PROTECTED] wrote: Hrm, it looks like it's the BIOS. Using the BIOS in qemu-0.9.0, -boot n works with x86_64 but the bios installed by KVM doesn't work. Yeah, it does seem to be the case. I ran

Re: [kvm-devel] [PATCH] Fix network boot whether KVM is enabled or disabled

2007-08-22 Thread Anthony Liguori
How did you test your patch? PXE boot hasn't ever worked with qemu-system-x86_64. I never dug into it because I didn't use it (although now I do since KVM uses it by default). I don't know that it's worth pulling in the PXE boot fix until we figure out why it doesn't work on qemu-system-x86_64

Re: [kvm-devel] [PATCH] Fix network boot whether KVM is enabled or disabled

2007-08-22 Thread Chuan-kai Lin
On 8/22/07, Anthony Liguori [EMAIL PROTECTED] wrote: How did you test your patch? PXE boot hasn't ever worked with qemu-system-x86_64. Really? It worked for me (qemu-system-x86_64 from kvm28, atftpd serving i386 dapper ubuntu-installer image over tap networking device). Could you clarify

[kvm-devel] [PATCH] Fix network boot whether KVM is enabled or disabled

2007-08-10 Thread Chuan-kai Lin
From: Chuan-kai Lin [EMAIL PROTECTED] This patch is based on the one Anthony Liguori submitted to kvm-devel on July 2nd, which fixes PXE booting with KVM enabled but breaks PXE booting when not using KVM. I simplified Anthony's patch and duplicated the cpu_register_physical_memory call to ensure

Re: [kvm-devel] [PATCH] Fix network boot whether KVM is enabled or disabled

2007-08-10 Thread Anthony Liguori
Chuan-kai Lin wrote: From: Chuan-kai Lin [EMAIL PROTECTED] This patch is based on the one Anthony Liguori submitted to kvm-devel on July 2nd, which fixes PXE booting with KVM enabled but breaks PXE booting when not using KVM. I simplified Anthony's patch and duplicated the