Re: [PATCH] fix apic_debug instances

2009-05-04 Thread Avi Kivity
Glauber Costa wrote: Appearently nobody turned this on in a while... setting apic_debug to something compilable, generates some errors. This patch fixes it. Applied, thanks. -- Do not meddle in the internals of kernels, for they are subtle and quick to panic. -- To unsubscribe from this

[PATCH] fix apic_debug instances

2009-04-29 Thread Glauber Costa
Appearently nobody turned this on in a while... setting apic_debug to something compilable, generates some errors. This patch fixes it. Signed-off-by: Glauber Costa --- arch/x86/kvm/lapic.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/x86/kvm/lapic.c b/arc