From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhHfF-0006vj-FF for qemu-devel@nongnu.org; Tue, 06 Sep 2016 10:47:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhHfB-0002es-55 for qemu-devel@nongnu.org; Tue, 06 Sep 2016 10:47:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhHfA-0002eh-VJ for qemu-devel@nongnu.org; Tue, 06 Sep 2016 10:47:49 -0400 References: <1472736127-18137-1-git-send-email-marcel@redhat.com> <6c9103e7-70ad-55c6-5533-d6d9bbaa39b4@redhat.com> <1473161728.31857.20.camel@redhat.com> From: Marcel Apfelbaum Message-ID: <7e365a45-a6a2-e4c5-092c-beee051db9d9@redhat.com> Date: Tue, 6 Sep 2016 17:47:36 +0300 MIME-Version: 1.0 In-Reply-To: <1473161728.31857.20.camel@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC] docs: add PCIe devices placement guidelines List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Laszlo Ersek Cc: qemu-devel@nongnu.org, mst@redhat.com, Peter Maydell , Drew Jones , Laine Stump , Andrea Bolognani , Alex Williamson On 09/06/2016 02:35 PM, Gerd Hoffmann wrote: > Hi, > >>> +Plug only legacy PCI devices as Root Complex Integrated Devices >>> +even if the PCIe spec does not forbid PCIe devices. >> >> I suggest "even though the PCI Express spec does not forbid PCI Express >> devices as Integrated Devices". (Detail is good!) > > While talking about integrated devices: There is docs/q35-chipset.cfg, > which documents how to mimic q35 with integrated devices as close and > complete as possible. > > Usage: > qemu-system-x86_64 -M q35 -readconfig docs/q35-chipset.cfg $args > > Side note for usb: In practice you don't want to use the tons of > uhci/ehci controllers present in the original q35 but plug xhci into one > of the pcie root ports instead (unless your guest doesn't support xhci). > Hi Gerd, Thanks for the comments, I'll be sure to refer them in the doc. Marcel [...]