From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPxLf-0004uj-L6 for qemu-devel@nongnu.org; Wed, 20 Jul 2016 15:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPxLc-00069G-TU for qemu-devel@nongnu.org; Wed, 20 Jul 2016 15:40:02 -0400 Received: from mail-yw0-x243.google.com ([2607:f8b0:4002:c05::243]:34726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPxLc-000697-P5 for qemu-devel@nongnu.org; Wed, 20 Jul 2016 15:40:00 -0400 Received: by mail-yw0-x243.google.com with SMTP id j12so3549370ywb.1 for ; Wed, 20 Jul 2016 12:40:00 -0700 (PDT) From: Pranith Kumar Date: Wed, 20 Jul 2016 15:39:54 -0400 Message-Id: <20160720193955.21782-3-bobby.prani@gmail.com> In-Reply-To: <20160720193955.21782-1-bobby.prani@gmail.com> References: <20160720193955.21782-1-bobby.prani@gmail.com> Subject: [Qemu-devel] [PATCH 2/3] Create README.md as a symlink to README List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , John Snow , "Daniel P. Berrange" , "open list:All patches CC here" Cc: famz@redhat.com, peter.maydell@linaro.org, sw@weilnetz.de, eblake@redhat.com, stefanha@gmail.com, armbru@redhat.com Signed-off-by: Pranith Kumar --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 README.md diff --git a/README.md b/README.md new file mode 120000 index 0000000..100b938 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +README \ No newline at end of file -- 2.9.2