Re: [kvm-devel] [PATCH] Fix network boot while KVM is enabled

2007-07-03 Thread Gregory Haskins
This patch was included in my in-kernel-apic series. I can resubmit if its not handy. -Greg On Mon, 2007-07-02 at 21:36 -0700, Avi Kivity wrote: > Anthony Liguori wrote: > >>> > >> > >> #ifdef USE_KVM is needed here. > > > > I thought a patch was recently submitted that made kvm_allowed not

Re: [kvm-devel] [PATCH] Fix network boot while KVM is enabled

2007-07-02 Thread Avi Kivity
Anthony Liguori wrote: >>> >> >> #ifdef USE_KVM is needed here. > > I thought a patch was recently submitted that made kvm_allowed not > depend on USE_KVM? I must have missed it, or forgotten. > If not, do you have a problem with one? > It serves as a delimiter of what code we introduced,

Re: [kvm-devel] [PATCH] Fix network boot while KVM is enabled

2007-07-02 Thread Anthony Liguori
Avi Kivity wrote: > Anthony Liguori wrote: >> While QEMU can remap portions of physical ram to a higher address in >> phys_ram_base, KVM requires that the memory be present where it would >> be in >> physical memory. Make sure to copy the option ROMs to the right >> space in >> physical memory w

Re: [kvm-devel] [PATCH] Fix network boot while KVM is enabled

2007-07-02 Thread Avi Kivity
Anthony Liguori wrote: > While QEMU can remap portions of physical ram to a higher address in > phys_ram_base, KVM requires that the memory be present where it would be in > physical memory. Make sure to copy the option ROMs to the right space in > physical memory when KVM is enabled. > > Signed-o

[kvm-devel] [PATCH] Fix network boot while KVM is enabled

2007-07-02 Thread Anthony Liguori
While QEMU can remap portions of physical ram to a higher address in phys_ram_base, KVM requires that the memory be present where it would be in physical memory. Make sure to copy the option ROMs to the right space in physical memory when KVM is enabled. Signed-off-by: Anthony Liguori <[EMAIL PRO