> -----Original Message----- > From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] > On Behalf Of Eduardo Habkost > Sent: Monday, June 11, 2018 4:05 PM > To: Moger, Babu <babu.mo...@amd.com> > Cc: m...@redhat.com; marcel.apfelb...@gmail.com; pbonz...@redhat.com; > r...@twiddle.net; mtosa...@redhat.com; qemu-devel@nongnu.org; > k...@vger.kernel.org; k...@tripleback.net; ge...@hostfission.com > Subject: Re: [PATCH v13 2/5] i386: Introduce auto_topoext bit to manage > topoext > > On Mon, Jun 11, 2018 at 05:46:23PM -0300, Eduardo Habkost wrote: > [...] > > On PC_COMPAT_2_12, both would work: > > { TYPE_X86_CPU, "auto-topoext", "off" } > > or > > { "EPYC" "-" TYPE_X86_CPU, "auto-topoext", "off" }. > > > > I prefer the latter, but both would work. > > Oh, while we're at it: please name the property "x-auto-topoext", > to indicate it's only for QEMU internal use or debugging, and not > a supported command-line option.
Ok. Sure. > > -- > Eduardo