From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1c1Dgm-0003TJ-1x for mharc-qemu-trivial@gnu.org; Mon, 31 Oct 2016 10:35:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1Dgj-0003Rk-Uz for qemu-trivial@nongnu.org; Mon, 31 Oct 2016 10:35:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1Dgg-0003CY-LQ for qemu-trivial@nongnu.org; Mon, 31 Oct 2016 10:35:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59362) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1DgX-00039S-2G; Mon, 31 Oct 2016 10:35:37 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3AF3E80E4A; Mon, 31 Oct 2016 14:35:36 +0000 (UTC) Received: from noname.redhat.com (ovpn-116-58.ams2.redhat.com [10.36.116.58]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id u9VEZY61010251; Mon, 31 Oct 2016 10:35:34 -0400 Date: Mon, 31 Oct 2016 15:35:34 +0100 From: Kevin Wolf To: Eric Blake Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, qemu-block@nongnu.org, Markus Armbruster Message-ID: <20161031143534.GA12558@noname.redhat.com> References: <1477599813-6845-1-git-send-email-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477599813-6845-1-git-send-email-eblake@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Mon, 31 Oct 2016 14:35:36 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-trivial] [PATCH] block: Mention replication in BlockdevDriver enum docs X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 14:35:50 -0000 Am 27.10.2016 um 22:23 hat Eric Blake geschrieben: > Missed in commit 82ac554. > > Signed-off-by: Eric Blake Thanks, applied to the block branch. Kevin