]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Bugfix for s390 CPU driver to return a host CPU model
authorDaniel Hansel <daniel.hansel@linux.vnet.ibm.com>
Fri, 19 Dec 2014 14:49:35 +0000 (15:49 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 12 Jan 2015 14:08:29 +0000 (15:08 +0100)
commit59403018893cf2c4f9a6f5145e387cefbd44399a
tree4d50cdec1b6ca4c3e2860a2170b283deab351349
parentb789db36ae1cb5a48986c3b9e3bfb64131367872
cpu: Bugfix for s390 CPU driver to return a host CPU model

The curent libvirt CPU driver for s390 does not return a host CPU model.
This patch returns 'host' according to the other platforms that would
not decode any CPU model.
This is an intermediate bugfix due to a discussion on OpenStack mailing
list. The final patch introducing the CPU model support for s390x will
exchange the hard-coded decode method.

Signed-off-by: Daniel Hansel <daniel.hansel@linux.vnet.ibm.com>
src/cpu/cpu_s390.c