From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us8gx-0007ru-0U for qemu-devel@nongnu.org; Thu, 27 Jun 2013 05:40:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Us8gs-0000Xt-0V for qemu-devel@nongnu.org; Thu, 27 Jun 2013 05:40:38 -0400 Received: from mail-we0-x235.google.com ([2a00:1450:400c:c03::235]:54979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us8gr-0000Xh-FO for qemu-devel@nongnu.org; Thu, 27 Jun 2013 05:40:33 -0400 Received: by mail-we0-f181.google.com with SMTP id p58so362103wes.26 for ; Thu, 27 Jun 2013 02:40:32 -0700 (PDT) Date: Thu, 27 Jun 2013 11:40:29 +0200 From: Stefan Hajnoczi Message-ID: <20130627094029.GD14351@stefanha-thinkpad.redhat.com> References: <1372166112-25983-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1372166112-25983-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH] block: Make BlockJobTypes const List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Tue, Jun 25, 2013 at 03:15:12PM +0200, Kevin Wolf wrote: > Signed-off-by: Kevin Wolf > --- > block/commit.c | 2 +- > block/mirror.c | 2 +- > block/stream.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Stefan Hajnoczi