From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Habkost Subject: Re: [PATCH v9 2/7] i386: Add new property to control cache info Date: Mon, 14 May 2018 16:28:19 -0300 Message-ID: <20180514192819.GA25013@localhost.localdomain> References: <20180514164156.27034-1-babu.moger@amd.com> <20180514164156.27034-3-babu.moger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: geoff@hostfission.com, kvm@vger.kernel.org, mst@redhat.com, kash@tripleback.net, mtosatti@redhat.com, qemu-devel@nongnu.org, pbonzini@redhat.com, rth@twiddle.net To: Babu Moger Return-path: Content-Disposition: inline In-Reply-To: <20180514164156.27034-3-babu.moger@amd.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel2=m.gmane.org@nongnu.org Sender: "Qemu-devel" List-Id: kvm.vger.kernel.org On Mon, May 14, 2018 at 11:41:51AM -0500, Babu Moger wrote: > The property legacy-cache will be used to control the cache information. > If user passes "-cpu legacy-cache" then older information will > be displayed even if the hardware supports new information. Otherwise > use the statically loaded cache definitions if available. > > Renamed the previous cache structures to legacy_*. If there is any change in > the cache information, then it needs to be initialized in builtin_x86_defs. > > Signed-off-by: Babu Moger > Tested-by: Geoffrey McRae Reviewed-by: Eduardo Habkost Queued, thanks. -- Eduardo