From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkuJZ-00009h-HE for qemu-devel@nongnu.org; Mon, 25 Nov 2013 06:26:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkuJT-0002KJ-IE for qemu-devel@nongnu.org; Mon, 25 Nov 2013 06:26:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkuJT-0002KF-9w for qemu-devel@nongnu.org; Mon, 25 Nov 2013 06:26:47 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAPBQk84028209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 25 Nov 2013 06:26:46 -0500 Date: Mon, 25 Nov 2013 12:26:47 +0100 From: Kevin Wolf Message-ID: <20131125112647.GH3009@dhcp-200-207.str.redhat.com> References: <1385097894-1380-1-git-send-email-famz@redhat.com> <1385097894-1380-2-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385097894-1380-2-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 1/7] qapi: Add BlockOperationType enum List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: hbrock@redhat.com, qemu-devel@nongnu.org, rjones@redhat.com, imain@redhat.com, stefanha@redhat.com, pbonzini@redhat.com Am 22.11.2013 um 06:24 hat Fam Zheng geschrieben: > This adds the enum of all the operations that can be taken on a block > device. > > Signed-off-by: Fam Zheng Okay, so now I've read the whole series and I still couldn't solve this mystery: Why is this a QAPI type and not some internal enum? Kevin