[libvirt] [PATCH] Bug fix: Allow sysinfo to display processor information

2012-02-07 Thread Prerna Saxena
From: Prerna Saxena pre...@linux.vnet.ibm.com Date: Tue, 7 Feb 2012 17:05:37 +0530 Subject: [PATCH] On systems with dmidecode version 2.10 or older, dmidecode displays processor information, followed by BIOS, system and memory-DIMM details. Calls to virSysinfoParseBIOS(),

Re: [libvirt] [PATCH] Bug fix: Allow sysinfo to display processor information

2012-02-07 Thread Eric Blake
On 02/07/2012 04:43 AM, Prerna Saxena wrote: From: Prerna Saxena pre...@linux.vnet.ibm.com Date: Tue, 7 Feb 2012 17:05:37 +0530 Subject: [PATCH] On systems with dmidecode version 2.10 or older, dmidecode displays processor information, followed by BIOS, system and memory-DIMM details.

[libvirt] [PATCH] Bug fix: Allow sysinfo to display processor information

2012-02-06 Thread Prerna Saxena
From: Prerna Saxena pre...@linux.vnet.ibm.com Date: Mon, 6 Feb 2012 13:46:10 +0530 Subject: [PATCH] Bugfix: Allow sysinfo to display 'processor' information Calls to virSysinfoParseBIOS(), virSysinfoParseSystem() would update the buffer pointer 'base', so the processor information would be lost

Re: [libvirt] [PATCH] Bug fix: Allow sysinfo to display processor information

2012-02-06 Thread Eric Blake
On 02/06/2012 01:36 AM, Prerna Saxena wrote: From: Prerna Saxena pre...@linux.vnet.ibm.com Date: Mon, 6 Feb 2012 13:46:10 +0530 Subject: [PATCH] Bugfix: Allow sysinfo to display 'processor' information Calls to virSysinfoParseBIOS(), virSysinfoParseSystem() would update the buffer pointer

Re: [libvirt] [PATCH] Bug fix: Allow sysinfo to display processor information

2012-02-06 Thread Prerna Saxena
On 02/07/2012 03:18 AM, Eric Blake wrote: On 02/06/2012 01:36 AM, Prerna Saxena wrote: From: Prerna Saxena pre...@linux.vnet.ibm.com Date: Mon, 6 Feb 2012 13:46:10 +0530 Subject: [PATCH] Bugfix: Allow sysinfo to display 'processor' information Calls to virSysinfoParseBIOS(),