From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4Xmk-0007aO-Iw for qemu-devel@nongnu.org; Wed, 09 Nov 2016 13:39:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4Xmf-0004KJ-Kp for qemu-devel@nongnu.org; Wed, 09 Nov 2016 13:39:46 -0500 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:45636) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c4Xmf-0004K2-Ax for qemu-devel@nongnu.org; Wed, 09 Nov 2016 13:39:41 -0500 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id uA9IcgMh064556 for ; Wed, 9 Nov 2016 13:39:40 -0500 Received: from e06smtp10.uk.ibm.com (e06smtp10.uk.ibm.com [195.75.94.106]) by mx0a-001b2d01.pphosted.com with ESMTP id 26m6ka4pcs-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 09 Nov 2016 13:39:39 -0500 Received: from localhost by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 9 Nov 2016 18:39:37 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id BFAEB17D8042 for ; Wed, 9 Nov 2016 18:41:55 +0000 (GMT) Received: from d06av03.portsmouth.uk.ibm.com (d06av03.portsmouth.uk.ibm.com [9.149.37.213]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id uA9IdYLo30736520 for ; Wed, 9 Nov 2016 18:39:34 GMT Received: from d06av03.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av03.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id uA9IdX1N001347 for ; Wed, 9 Nov 2016 11:39:34 -0700 Date: Wed, 9 Nov 2016 19:39:32 +0100 From: Cornelia Huck In-Reply-To: References: <10FE6A77-E705-49BD-BA42-83D18DB7C460@gmail.com> <2034277057.10962206.1478294562081.JavaMail.zimbra@redhat.com> <7187648F-5B69-432A-83C9-6F5CD7C3FEB3@gmail.com> <20161107103932.5953c255.cornelia.huck@de.ibm.com> <20161107111315.36ce9d77.cornelia.huck@de.ibm.com> <7FEF7FEB-55B8-4ADD-A3F1-8A3B17EE1F5A@gmail.com> <20161107162411.1d5a39bb.cornelia.huck@de.ibm.com> <20161107191637.323b1ee2.cornelia.huck@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20161109193932.413ae07a.cornelia.huck@de.ibm.com> Subject: Re: [Qemu-devel] Wiki documentation organization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: G 3 Cc: Paolo Bonzini , qemu-devel qemu-devel On Mon, 7 Nov 2016 16:25:13 -0500 G 3 wrote: > On Nov 7, 2016, at 1:16 PM, Cornelia Huck wrote: > > s/suggested/minimal/ for your command line (it is not very useful > > without any I/O devices...) > > If you know how to add these I/O devices, I should hope so :) > please add to the minimal > command-line. > We could do two command-lines, one minimal, and one with the added I/ > O devices > if you like. Added two examples. Any details on virtio devices should probably go to a page that covers generic virtio and is basically applicable to all transports (pci, ccw, mmio). There's probably a lot more that can be added on that page, but my time is unfortunately limited.