From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpFs1-0003hD-1Y for qemu-devel@nongnu.org; Fri, 05 Aug 2011 04:35:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpFry-0008Q8-Op for qemu-devel@nongnu.org; Fri, 05 Aug 2011 04:35:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpFry-0008PA-BD for qemu-devel@nongnu.org; Fri, 05 Aug 2011 04:35:02 -0400 Message-ID: <4E3BABE2.7010207@redhat.com> Date: Fri, 05 Aug 2011 10:37:54 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1312457212-4926-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1312457212-4926-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/2] block: parse cache mode flags in a single place List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Christoph Hellwig Am 04.08.2011 13:26, schrieb Stefan Hajnoczi: > This patch introduces bdrv_parse_cache_flags() which sets open flags > given a cache mode. Previously this was duplicated in blockdev.c and > qemu-img.c. > > Signed-off-by: Stefan Hajnoczi Thanks, applied both to the block branch. Kevin