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: 125547 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E101EB7207 for ; Tue, 15 Nov 2011 01:56:31 +1100 (EST) Received: from localhost ([::1]:52846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPxxU-00054X-QK for incoming@patchwork.ozlabs.org; Mon, 14 Nov 2011 09:56:28 -0500 Received: from eggs.gnu.org ([140.186.70.92]:50875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPxwr-0003Cn-Pd for qemu-devel@nongnu.org; Mon, 14 Nov 2011 09:55:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPxwj-00044N-E7 for qemu-devel@nongnu.org; Mon, 14 Nov 2011 09:55:45 -0500 Received: from mnementh.archaic.org.uk ([81.2.115.146]:59592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPxwj-00041k-4u for qemu-devel@nongnu.org; Mon, 14 Nov 2011 09:55:41 -0500 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 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> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 81.2.115.146 Cc: Anthony Liguori , Pawel Moll , patches@linaro.org Subject: [Qemu-devel] [RFC 4/4] hw/vexpress.c: Add MMIO virtio transport 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 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 */