From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqp5H-0000On-RB for qemu-devel@nongnu.org; Sat, 09 Sep 2017 19:22:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqp5H-0008Ec-0v for qemu-devel@nongnu.org; Sat, 09 Sep 2017 19:22:43 -0400 Date: Sat, 9 Sep 2017 20:22:33 -0300 From: Eduardo Habkost Message-ID: <20170909232232.GM7570@localhost.localdomain> References: <1504533662-198084-1-git-send-email-imammedo@redhat.com> <1504533662-198084-7-git-send-email-imammedo@redhat.com> <20170905213152.GG17184@localhost.localdomain> <20170905221226.GZ7570@localhost.localdomain> <20170909203014.GG7570@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 6/6] arm: drop intermadiate cpu_model -> cpu type parsing and use cpu type directly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Alistair Francis , Igor Mammedov , Andrew Jones , Rob Herring , Igor Mitsyanko , Alistair Francis , "qemu-devel@nongnu.org Developers" , qemu-arm , Jan Kiszka , "Edgar E. Iglesias" , Richard Henderson On Sat, Sep 09, 2017 at 11:41:55PM +0100, Peter Maydell wrote: > On 9 September 2017 at 21:30, Eduardo Habkost wrote: > > However, I have a suggestion for Igor: making a separate patch > > that renames the existing property to "x-cpu-model", and using > > "x-cpu-type" in this series. This way we will explicitly > > document the fact that the property is not a stable > > user/management interface. > > We have lots and lots of properties on non-user-instantiated > devices that aren't intended as user level configurable > things... Well, we need to deal with them somehow, otherwise we have no simple way to know if removing/renaming a property is really safe or not. -- Eduardo