Re: [PATCH] always report x2apic as supported feature

2009-07-16 Thread Gleb Natapov
On Thu, Jul 16, 2009 at 09:46:21AM +0800, Sheng Yang wrote: On Thursday 16 July 2009 07:01:30 Marcelo Tosatti wrote: On Sun, Jul 12, 2009 at 04:10:55PM +0300, Gleb Natapov wrote: We emulate x2apic in software, so host support is not required. Signed-off-by: Gleb Natapov g...@redhat.com

Re: [PATCH] always report x2apic as supported feature

2009-07-16 Thread Sheng Yang
On Thursday 16 July 2009 14:00:15 Gleb Natapov wrote: On Thu, Jul 16, 2009 at 09:46:21AM +0800, Sheng Yang wrote: On Thursday 16 July 2009 07:01:30 Marcelo Tosatti wrote: On Sun, Jul 12, 2009 at 04:10:55PM +0300, Gleb Natapov wrote: We emulate x2apic in software, so host support is not

Re: [PATCH] always report x2apic as supported feature

2009-07-16 Thread Gleb Natapov
On Thu, Jul 16, 2009 at 02:09:09PM +0800, Sheng Yang wrote: On Thursday 16 July 2009 14:00:15 Gleb Natapov wrote: On Thu, Jul 16, 2009 at 09:46:21AM +0800, Sheng Yang wrote: On Thursday 16 July 2009 07:01:30 Marcelo Tosatti wrote: On Sun, Jul 12, 2009 at 04:10:55PM +0300, Gleb Natapov

Re: [PATCH] always report x2apic as supported feature

2009-07-15 Thread Marcelo Tosatti
On Sun, Jul 12, 2009 at 04:10:55PM +0300, Gleb Natapov wrote: We emulate x2apic in software, so host support is not required. Signed-off-by: Gleb Natapov g...@redhat.com diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 00844eb..c256da7 100644 --- a/arch/x86/kvm/x86.c +++

Re: [PATCH] always report x2apic as supported feature

2009-07-15 Thread Sheng Yang
On Thursday 16 July 2009 07:01:30 Marcelo Tosatti wrote: On Sun, Jul 12, 2009 at 04:10:55PM +0300, Gleb Natapov wrote: We emulate x2apic in software, so host support is not required. Signed-off-by: Gleb Natapov g...@redhat.com diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index

[PATCH] always report x2apic as supported feature

2009-07-12 Thread Gleb Natapov
We emulate x2apic in software, so host support is not required. Signed-off-by: Gleb Natapov g...@redhat.com diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 00844eb..c256da7 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -1497,6 +1497,9 @@ static void do_cpuid_ent(struct

Re: [PATCH] always report x2apic as supported feature

2009-07-12 Thread Avi Kivity
On 07/12/2009 04:10 PM, Gleb Natapov wrote: We emulate x2apic in software, so host support is not required. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to