]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Implement minimal sysinfo for ARM platforms
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 3 Apr 2013 17:58:50 +0000 (18:58 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 4 Apr 2013 10:07:31 +0000 (11:07 +0100)
commit347081effaa5e8df9d0b183a40878566c4a5cc50
tree5e5553ab9f4e7c4170616ed2a7102cfcc7499d21
parent0464ab183d46989577f04a9d1a9c87589e1d8fa9
Implement minimal sysinfo for ARM platforms

Implement the bare minimal sysinfo for ARM platforms by
reading the CPU models from /proc/cpuinfo

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virsysinfo.c
tests/sysinfodata/armcpuinfo.data [new file with mode: 0644]
tests/sysinfodata/armsysinfo.expect [new file with mode: 0644]
tests/sysinfotest.c