From patchwork Sun May 15 21:59:49 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cole Robinson X-Patchwork-Id: 67821 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp1247505qge; Sun, 15 May 2016 15:04:20 -0700 (PDT) X-Received: by 10.194.77.140 with SMTP id s12mr26397371wjw.24.1463349859927; Sun, 15 May 2016 15:04:19 -0700 (PDT) Return-Path: Received: from mx3-phx2.redhat.com (mx3-phx2.redhat.com. [209.132.183.24]) by mx.google.com with ESMTPS id f8si34995722wjy.191.2016.05.15.15.04.19 (version=TLS1 cipher=AES128-SHA bits=128/128); Sun, 15 May 2016 15:04:19 -0700 (PDT) Received-SPF: pass (google.com: domain of libvir-list-bounces@redhat.com designates 209.132.183.24 as permitted sender) client-ip=209.132.183.24; Authentication-Results: mx.google.com; spf=pass (google.com: domain of libvir-list-bounces@redhat.com designates 209.132.183.24 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx3-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id u4FLxq7U009224; Sun, 15 May 2016 17:59:53 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id u4FLxprq022691 for ; Sun, 15 May 2016 17:59:51 -0400 Received: from colepc.redhat.com (ovpn-116-31.phx2.redhat.com [10.3.116.31]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4FLxoW7015931; Sun, 15 May 2016 17:59:50 -0400 From: Cole Robinson To: libvirt-list@redhat.com Date: Sun, 15 May 2016 17:59:49 -0400 Message-Id: <50713b1350df3516613a17c7aa1a4423e2a9fd90.1463349589.git.crobinso@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] docs: formatdomain: document virtio-mmio device addresses X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com --- docs/formatdomain.html.in | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.7.4 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 58b8cb6..a461a4e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2980,6 +2980,13 @@ set to 0xfe. Since 1.0.4 +
virtio-mmio
+
This places the device on the virtio-mmio transport, which is + currently only available for some armv7l and + aarch64 virtual machines. virtio-mmio addresses + do not have any additional attributes. + Since 1.1.3 +
isa
ISA addresses have the following additional attributes: iobase and irq.