From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fL5Fc-0004lF-Vz for qemu-devel@nongnu.org; Tue, 22 May 2018 07:14:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fL5FY-0002VU-3g for qemu-devel@nongnu.org; Tue, 22 May 2018 07:14:44 -0400 Date: Tue, 22 May 2018 13:14:35 +0200 From: Cornelia Huck Message-ID: <20180522131435.0e06ca84.cohuck@redhat.com> In-Reply-To: <20180522104000.9044-5-peter.maydell@linaro.org> References: <20180522104000.9044-1-peter.maydell@linaro.org> <20180522104000.9044-5-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/5] ppc: Rename 2.13 machines to 3.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org, "Michael S. Tsirkin" , Marcel Apfelbaum , Paolo Bonzini , Eduardo Habkost , David Gibson , Christian Borntraeger , Eric Blake , Markus Armbruster , qemu-ppc@nongnu.org, qemu-s390x@nongnu.org On Tue, 22 May 2018 11:39:59 +0100 Peter Maydell wrote: > Rename the 2.13 machines to match the number we're going to > use for the next release. > > Signed-off-by: Peter Maydell > --- > target/ppc/cpu.h | 2 +- > hw/ppc/spapr.c | 14 +++++++------- > target/ppc/machine.c | 8 ++++---- > target/ppc/translate_init.inc.c | 2 +- > 4 files changed, 13 insertions(+), 13 deletions(-) Reviewed-by: Cornelia Huck