From patchwork Mon Nov 14 14:55:28 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 5106 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 8F88223FF0 for ; Mon, 14 Nov 2011 14:55:37 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 85102A18112 for ; Mon, 14 Nov 2011 14:55:37 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id a26so583418faa.11 for ; Mon, 14 Nov 2011 06:55:37 -0800 (PST) Received: by 10.152.134.116 with SMTP id pj20mr14368423lab.5.1321282537370; Mon, 14 Nov 2011 06:55:37 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.40.7 with SMTP id t7cs42488lak; Mon, 14 Nov 2011 06:55:37 -0800 (PST) Received: by 10.205.132.16 with SMTP id hs16mr19672501bkc.7.1321282532770; Mon, 14 Nov 2011 06:55:32 -0800 (PST) Received: from mnementh.archaic.org.uk (mnementh.archaic.org.uk. [81.2.115.146]) by mx.google.com with ESMTPS id hi16si11562497bkc.137.2011.11.14.06.55.32 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Nov 2011 06:55:32 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) client-ip=81.2.115.146; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 81.2.115.146 as permitted sender) smtp.mail=pm215@archaic.org.uk Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.72) (envelope-from ) id 1RPxwW-0004y9-I4; Mon, 14 Nov 2011 14:55:28 +0000 From: Peter Maydell To: qemu-devel@nongnu.org Cc: patches@linaro.org, Pawel Moll , Anthony Liguori Subject: [RFC 4/4] hw/vexpress.c: Add MMIO virtio transport Date: Mon, 14 Nov 2011 14:55:28 +0000 Message-Id: <1321282528-19070-5-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1321282528-19070-1-git-send-email-peter.maydell@linaro.org> References: <1321282528-19070-1-git-send-email-peter.maydell@linaro.org> Add the MMIO virtio transport. --- hw/vexpress.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hw/vexpress.c b/hw/vexpress.c index 0940a26..fe66185 100644 --- a/hw/vexpress.c +++ b/hw/vexpress.c @@ -150,6 +150,9 @@ static void vexpress_a9_init(ram_addr_t ram_size, /* 0x1001a000 Compact Flash */ + /* 0x1001e000 MMIO virtio transport */ + sysbus_create_simple("virtio-blk-mmio", 0x1001e000, pic[42]); + /* 0x1001f000 PL111 CLCD (motherboard) */ /* Daughterboard peripherals : 0x10020000 .. 0x20000000 */