]> www.infradead.org Git - users/dwmw2/qemu.git/commit
configure: Remove s390 (31-bit mode) from the list of supported CPUs
authorThomas Huth <thuth@redhat.com>
Sat, 28 Sep 2019 19:03:34 +0000 (21:03 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 30 Sep 2019 11:51:50 +0000 (13:51 +0200)
commitee35e9684c334523e2864b1f9c31f0838e834343
treeac886d675e54ccbddd04bed7b0d467ce10fcc741
parent832be0d8a3bb7b54d64730f7a37d674f30ca0427
configure: Remove s390 (31-bit mode) from the list of supported CPUs

On IBM Z, KVM in the kernel is only implemented for 64-bit mode, and
with regards to TCG, we also only support 64-bit host CPUs (see the
check at the beginning of tcg/s390/tcg-target.inc.c), so we should
remove s390 (without "x", i.e. the old 31-bit mode CPUs) from the
list of supported CPUs.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190928190334.6897-1-thuth@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
configure