]> git.ipfire.org Git - thirdparty/qemu.git/commit
i386: Disable TOPOEXT by default on "-cpu host"
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 9 Aug 2018 22:18:52 +0000 (19:18 -0300)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 21 Mar 2019 20:43:11 +0000 (15:43 -0500)
commit3dceceec723649584ae5080631bf82624f212824
tree118b97de8b81a24ce69c4650f1931bf88c5d315b
parent9431827af99edba5ef040e5504ae3b319be9f0b0
i386: Disable TOPOEXT by default on "-cpu host"

Enabling TOPOEXT is always allowed, but it can't be enabled
blindly by "-cpu host" because it may make guests crash if the
rest of the cache topology information isn't provided or isn't
consistent.

This addresses the bug reported at:
https://bugzilla.redhat.com/show_bug.cgi?id=1613277

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20180809221852.15285-1-ehabkost@redhat.com>
Tested-by: Richard W.M. Jones <rjones@redhat.com>
Reviewed-by: Babu Moger <babu.moger@amd.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
(cherry picked from commit 7210a02c58572b2686a3a8d610c6628f87864aed)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/i386/cpu.c