Re: [Qemu-devel] [FIX] X86 CPU topology broken in KVM mode

2011-09-07 Thread Anthony Liguori
On 09/07/2011 08:24 AM, Bharata B Rao wrote: On Wed, Sep 7, 2011 at 6:29 PM, Anthony Liguori wrote: On 09/06/2011 11:21 PM, Bharata B Rao wrote: Hi, Please post patches as top-level threads with [PATCH] in the subject. I posted a new thread and hence it has appeared as a top-level thread.

Re: [Qemu-devel] [FIX] X86 CPU topology broken in KVM mode

2011-09-07 Thread Bharata B Rao
On Wed, Sep 7, 2011 at 6:29 PM, Anthony Liguori wrote: > On 09/06/2011 11:21 PM, Bharata B Rao wrote: >> >> Hi, >> > Please post patches as top-level threads with [PATCH] in the subject. I posted a new thread and hence it has appeared as a top-level thread. This was a fix and hence used [FIX], b

Re: [Qemu-devel] [FIX] X86 CPU topology broken in KVM mode

2011-09-07 Thread Anthony Liguori
On 09/06/2011 11:21 PM, Bharata B Rao wrote: Hi, Sometime back I posted a patch for fixing x86 CPU topology ( http://lists.gnu.org/archive/html/qemu-devel/2011-08/msg02022.html). Here is the next version of the fix which addresses all but one comment received during that post. - Fixed code styl

Re: [Qemu-devel] [FIX] X86 CPU topology broken in KVM mode

2011-09-07 Thread Jan Kiszka
On 2011-09-07 10:19, Bharata B Rao wrote: > On Wed, Sep 7, 2011 at 1:37 PM, Jan Kiszka wrote: >> On 2011-09-07 06:21, Bharata B Rao wrote: >>> - I am not sure what is the problem with i486 as I haven't been able >>> to boot an i486 VM successfully, hence haven't attempted to fix this. >> >> -smp 2

Re: [Qemu-devel] [FIX] X86 CPU topology broken in KVM mode

2011-09-07 Thread Bharata B Rao
On Wed, Sep 7, 2011 at 1:37 PM, Jan Kiszka wrote: > On 2011-09-07 06:21, Bharata B Rao wrote: >> - I am not sure what is the problem with i486 as I haven't been able >> to boot an i486 VM successfully, hence haven't attempted to fix this. > > -smp 2 -cpu i486 boots fine here (granted, I don't have

Re: [Qemu-devel] [FIX] X86 CPU topology broken in KVM mode

2011-09-07 Thread Jan Kiszka
On 2011-09-07 06:21, Bharata B Rao wrote: > Hi, > > Sometime back I posted a patch for fixing x86 CPU topology ( > http://lists.gnu.org/archive/html/qemu-devel/2011-08/msg02022.html). > Here is the next version of the fix which addresses all but one > comment received during that post. > > - Fixe

[Qemu-devel] [FIX] X86 CPU topology broken in KVM mode

2011-09-06 Thread Bharata B Rao
Hi, Sometime back I posted a patch for fixing x86 CPU topology ( http://lists.gnu.org/archive/html/qemu-devel/2011-08/msg02022.html). Here is the next version of the fix which addresses all but one comment received during that post. - Fixed code style issues - Ensured that the fix doesn't break T