]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virNodeParseNode: Propagate host architecture
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 17 Jun 2014 11:58:48 +0000 (13:58 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 20 Jun 2014 13:50:56 +0000 (15:50 +0200)
commit9571eaaa637e11a585427c87b4dff79f54c072d2
tree78625abded292d4b829af0f46aed7e5bc73fb5e4
parente808357528d8be1ebc3970424b4a7b7c04eda2b6
virNodeParseNode: Propagate host architecture

As in previous commit, there are again some places where we can do
runtime decision instead of compile time. This time it's whether the
'topology/physical_package_id' is allowed to have '-1' within or not.
Then, core ID is pared differently on s390(x) than on the rest of
architectures.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/nodeinfo.c