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 cas

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 kv

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

2007-08-22 Thread Anthony Liguori
On Wed, 2007-08-22 at 18:52 -0700, Chuan-kai Lin wrote: > 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 ub

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

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 s

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

2007-08-13 Thread Chuan-kai Lin
On 8/13/07, Avi Kivity <[EMAIL PROTECTED]> wrote: > Anthony Liguori wrote: > > Should be: > > } else > [other indentation errors there too] My apologies. Webmail is probably not the best MUA for submitting patches in the message body. > > I clearly preferred the way I did it but I don't care tha

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

2007-08-13 Thread Avi Kivity
Anthony Liguori wrote: > 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 pa

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 cpu_regist

[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 ensur