]> xenbits.xensource.com Git - libvirt.git/commit
qemu: S390 does not provide physical address size
authorBoris Fiuczynski <fiuczy@linux.ibm.com>
Fri, 14 Jul 2023 14:38:14 +0000 (16:38 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 19 Jul 2023 06:42:08 +0000 (08:42 +0200)
commit8417c1394cd4deccee07235d4f7b2c54b774b08d
treea57ef970c508f479666f0d484a9206e408046785
parentaece25f66517a327c2a6bde4d06b432d415ed7da
qemu: S390 does not provide physical address size

Commit be1b7d5b18 introduced parsing /proc/cpuinfo for "address size"
which is not including on S390 and therefore reports an internal error.
Lets remove the parsing on S390.

Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: Collin Walling <walling@linux.ibm.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/cpu/cpu_x86.c
src/qemu/qemu_capabilities.c
src/util/virhostcpu.c
src/util/virhostcpu.h
tests/domaincapsdata/qemu_4.2.0.s390x.xml
tests/domaincapsdata/qemu_5.2.0.s390x.xml
tests/domaincapsdata/qemu_6.0.0.s390x.xml
tests/domaincapsdata/qemu_8.1.0.s390x.xml
tests/domaincapsmock.c