From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9CFH-00035H-Kx for qemu-devel@nongnu.org; Fri, 31 Jan 2014 06:26:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9CF9-0004ZN-4U for qemu-devel@nongnu.org; Fri, 31 Jan 2014 06:26:51 -0500 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:62567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9CF8-0004ZB-Pu for qemu-devel@nongnu.org; Fri, 31 Jan 2014 06:26:43 -0500 Received: by mail-ee0-f52.google.com with SMTP id e53so2190848eek.39 for ; Fri, 31 Jan 2014 03:26:41 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52EB886B.4070002@redhat.com> Date: Fri, 31 Jan 2014 12:26:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1391087394-17914-1-git-send-email-pbonzini@redhat.com> <1391087394-17914-12-git-send-email-pbonzini@redhat.com> <8738k4y3t0.fsf@blackfin.pond.sub.org> In-Reply-To: <8738k4y3t0.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/12] qdev: add enum property types to QAPI schema List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi , afaerber@suse.de Il 31/01/2014 09:05, Markus Armbruster ha scritto: > > If you want the obsolete ways to specify translation accept the new > values, too, then the patch to do that (currently "[PATCH v2] block: > handle "rechs" and "large" translation options") should immediately > follow the first one, or be squashed into it. I can squash it and put it in this series with an ack from the block maintainers. Paolo