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
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,
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
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
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