Re: [libvirt] [PATCH] Implement minimal sysinfo for ARM platforms

2013-04-03 Thread Eric Blake
On 04/03/2013 11:59 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Implement the bare minimal sysinfo for ARM platforms by > reading the CPU models from /proc/cpuinfo > > Signed-off-by: Daniel P. Berrange > --- > src/util/virsysinfo.c | 129 >

[libvirt] [PATCH] Implement minimal sysinfo for ARM platforms

2013-04-03 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Implement the bare minimal sysinfo for ARM platforms by reading the CPU models from /proc/cpuinfo Signed-off-by: Daniel P. Berrange --- src/util/virsysinfo.c | 129 +++- tests/sysinfodata/armcpuinfo.data | 17 + te