Re: [kvm-devel] [PATCH 2/3] KVM: in-kernel-apic modification to QEMU

2007-05-09 Thread Gregory Haskins
>>> On Wed, May 9, 2007 at 4:16 AM, in message <[EMAIL PROTECTED]>, "Dor Laor" <[EMAIL PROTECTED]> wrote: > For having the option of using kvm with qemu- apic you can use the > apic_level variable below and add it to qemu's configuration params. > This will be valuable while testing your impleme

Re: [kvm-devel] [PATCH 2/3] KVM: in-kernel-apic modification to QEMU

2007-05-09 Thread Dor Laor
> qemu/hw/apic.c | 17 - > qemu/hw/pc.c| 11 +++ > qemu/qemu-kvm.c | 12 +--- > user/kvmctl.c | 25 +++-- > user/kvmctl.h |5 +++-- > user/main.c |3 +-- > 6 files changed, 59 insertions(+), 14 deletions(-) > >diff --git a/q

[kvm-devel] [PATCH 2/3] KVM: in-kernel-apic modification to QEMU

2007-05-02 Thread Gregory Haskins
Signed-off-by: Gregory Haskins <[EMAIL PROTECTED]> --- qemu/hw/apic.c | 17 - qemu/hw/pc.c| 11 +++ qemu/qemu-kvm.c | 12 +--- user/kvmctl.c | 25 +++-- user/kvmctl.h |5 +++-- user/main.c |3 +-- 6 files changed, 59