From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMvwX-0007Sm-FD for qemu-devel@nongnu.org; Wed, 14 Nov 2018 09:14:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMvwT-00030l-DN for qemu-devel@nongnu.org; Wed, 14 Nov 2018 09:14:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52640) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gMvwT-000308-7w for qemu-devel@nongnu.org; Wed, 14 Nov 2018 09:14:53 -0500 References: <154219299016.19470.9372139354280787961.stgit@wayrath> <154219301447.19470.4834273682384554888.stgit@wayrath> From: Eric Blake Message-ID: Date: Wed, 14 Nov 2018 08:14:46 -0600 MIME-Version: 1.0 In-Reply-To: <154219301447.19470.4834273682384554888.stgit@wayrath> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 1/3] i386: add properties for customizing L2 and L3 caches size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dario Faggioli , qemu-devel@nongnu.org Cc: Paolo Bonzini , Richard Henderson , Eduardo Habkost , "Michael S. Tsirkin" On 11/14/18 4:56 AM, Dario Faggioli wrote: > Make it possible to specify a custom size for the L2 and > L3 caches, from the command line. > > This can be useful in cases where applications or libraries > check, within the guest, the cache size and behave differently > depending on what they actually see. > > Signed-off-by: Dario Faggioli > --- > I am not entirely sure I got the include/hw/i386 bits right (i.e., > whether I should include the new properties in PC_COMPAT_3_0 and, if > yes, if the stanzas are correct). I'll dig further (and accept any > help/advice :-D ) > --- > Cc: "Michael S. Tsirkin" > Cc: Marcel Apfelbaum > Cc: Paolo Bonzini > Cc: Richard Henderson > Cc: Eduardo Habkost > --- > 0 files changed That's an odd diffstat. Why is git not giving you the normal diffstat with an actual summary of files changed? -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org