From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fL5Cz-0003F9-Fk for qemu-devel@nongnu.org; Tue, 22 May 2018 07:12:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fL5Cu-0001Xd-Il for qemu-devel@nongnu.org; Tue, 22 May 2018 07:12:01 -0400 Date: Tue, 22 May 2018 13:11:49 +0200 From: Cornelia Huck Message-ID: <20180522131149.13326045.cohuck@redhat.com> In-Reply-To: <20180522104000.9044-3-peter.maydell@linaro.org> References: <20180522104000.9044-1-peter.maydell@linaro.org> <20180522104000.9044-3-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/5] hw/i386: Rename 2.13 machine types 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:57 +0100 Peter Maydell wrote: > Rename the 2.13 machine types to match what we're going to > use as our next release number. > > Signed-off-by: Peter Maydell > --- > hw/i386/pc_piix.c | 8 ++++---- > hw/i386/pc_q35.c | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-) Reviewed-by: Cornelia Huck