]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Implement minimal sysinfo for AArch64 platforms.
authorPranavkumar Sawargaonkar <pranavkumar@linaro.org>
Tue, 8 Oct 2013 13:49:09 +0000 (19:19 +0530)
committerCole Robinson <crobinso@redhat.com>
Tue, 15 Oct 2013 20:59:43 +0000 (16:59 -0400)
commit2f064f35d584966731fed4b6994369e990fefa83
tree36b91ce26c558fb658e5c8219096b8ad4f9cdabd
parent950127620dc503d94d4fa56b81fa75378f5bbf4e
Implement minimal sysinfo for AArch64 platforms.

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

Signed-off-by: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
src/util/virsysinfo.c
tests/sysinfodata/aarch64cpuinfo.data [new file with mode: 0644]
tests/sysinfodata/aarch64sysinfo.expect [new file with mode: 0644]
tests/sysinfotest.c