From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK39s-00037e-K4 for qemu-devel@nongnu.org; Mon, 25 Mar 2013 04:53:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK39p-00037P-Lv for qemu-devel@nongnu.org; Mon, 25 Mar 2013 04:53:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK39o-000371-Va for qemu-devel@nongnu.org; Mon, 25 Mar 2013 04:53:33 -0400 Date: Mon, 25 Mar 2013 09:53:29 +0100 From: Stefan Hajnoczi Message-ID: <20130325085329.GC1845@stefanha-thinkpad.redhat.com> References: <1364110875-7074-1-git-send-email-namei.unix@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364110875-7074-1-git-send-email-namei.unix@gmail.com> Subject: Re: [Qemu-devel] [PATCH] rbd: fix compile error List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Liu Yuan Cc: Kevin Wolf , qemu-devel@nongnu.org On Sun, Mar 24, 2013 at 03:41:15PM +0800, Liu Yuan wrote: > From: Liu Yuan > > Commit 787e4a85 [block: Add options QDict to bdrv_file_open() prototypes] didn't > update rbd.c accordingly. > > Cc: Kevin Wolf > Cc: Stefan Hajnoczi > Signed-off-by: Liu Yuan > --- > block/rbd.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan