mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
1063a0ff81
On AArch64 the kernel prints one "processor" (lower case 'p') line per core. As this was missing from the test data, virSysinfo was not parsing any processors at all. Fix the test data so the test now passes.
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
<sysinfo type='smbios'>
|
|
<processor>
|
|
<entry name='socket_destination'>0</entry>
|
|
<entry name='type'>AArch64 Processor rev 0 (aarch64)</entry>
|
|
</processor>
|
|
</sysinfo>
|