From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJLe7-0000YZ-Dw for qemu-devel@nongnu.org; Thu, 27 Oct 2011 04:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJLe3-0005qT-6B for qemu-devel@nongnu.org; Thu, 27 Oct 2011 04:49:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJLe2-0005qM-SM for qemu-devel@nongnu.org; Thu, 27 Oct 2011 04:49:03 -0400 Message-ID: <4EA91BB4.70407@redhat.com> Date: Thu, 27 Oct 2011 10:52:04 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1319633497-19923-1-git-send-email-ronniesahlberg@gmail.com> <1319633497-19923-2-git-send-email-ronniesahlberg@gmail.com> In-Reply-To: <1319633497-19923-2-git-send-email-ronniesahlberg@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Documentation: add new section for device URL syntax for special files and describe the iSCSI URL with examples List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ronnie Sahlberg Cc: qemu-devel@nongnu.org Am 26.10.2011 14:51, schrieb Ronnie Sahlberg: > Signed-off-by: Ronnie Sahlberg > --- > qemu-options.hx | 42 ++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 42 insertions(+), 0 deletions(-) Thanks, applied to the block branch. For future patches, please keep the subject lines short and place the longer text in the body (first line in the git commit message is the subject, the second one should stay empty, and the body starts at the third line) Kevin