From patchwork Fri Feb 1 21:51:29 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 217597 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C38D12C02A8 for ; Sat, 2 Feb 2013 08:56:43 +1100 (EST) Received: from localhost ([::1]:41899 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1ObB-0000GV-Sv for incoming@patchwork.ozlabs.org; Fri, 01 Feb 2013 16:56:41 -0500 Received: from eggs.gnu.org ([208.118.235.92]:51496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1OZt-000082-7C for qemu-devel@nongnu.org; Fri, 01 Feb 2013 16:56:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1OWN-00080H-Ap for qemu-devel@nongnu.org; Fri, 01 Feb 2013 16:55:21 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:54253) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1OWN-0007zx-40 for qemu-devel@nongnu.org; Fri, 01 Feb 2013 16:51:43 -0500 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id E5D017280044; Fri, 1 Feb 2013 22:51:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8ujj0X5xTdaj; Fri, 1 Feb 2013 22:51:41 +0100 (CET) Received: by v220110690675601.yourvserver.net (Postfix, from userid 1000) id BF3AF7280047; Fri, 1 Feb 2013 22:51:40 +0100 (CET) From: Stefan Weil To: Kevin Wolf , Stefan Hajnoczi , qemu-devel@nongnu.org Date: Fri, 1 Feb 2013 22:51:29 +0100 Message-Id: <1359755494-28012-3-git-send-email-sw@weilnetz.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1359755494-28012-1-git-send-email-sw@weilnetz.de> References: <1359755494-28012-1-git-send-email-sw@weilnetz.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 78.47.199.172 Cc: Stefan Weil , jcody@redhat.com Subject: [Qemu-devel] [PATCH 2/7] block/vpc: Add link to available VHD documentation X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Stefan Weil --- block/vpc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/block/vpc.c b/block/vpc.c index 1c55c21..4565723 100644 --- a/block/vpc.c +++ b/block/vpc.c @@ -21,6 +21,9 @@ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. + * + * See http://en.wikipedia.org/wiki/VHD_(file_format) for more information + * and links to the VHD specification. */ #include "qemu-common.h" #include "block/block_int.h"