From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4r0-0001l6-B8 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:37:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC4qu-0003bx-Ak for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:37:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC4qu-0003bj-36 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 05:37:20 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7L9bJmU011677 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 21 Aug 2013 05:37:19 -0400 Date: Wed, 21 Aug 2013 12:39:07 +0300 From: "Michael S. Tsirkin" Message-ID: <20130821093907.GA4657@redhat.com> References: <20130820182051.7766.29027.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130820182051.7766.29027.stgit@bling.home> Subject: Re: [Qemu-devel] [PATCH] q35: Add PCIe switch to example q35 configuration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: armbru@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com On Tue, Aug 20, 2013 at 12:21:57PM -0600, Alex Williamson wrote: > Signed-off-by: Alex Williamson Thanks, applied. > --- > docs/q35-chipset.cfg | 23 +++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > > diff --git a/docs/q35-chipset.cfg b/docs/q35-chipset.cfg > index 1b6efc0..e4ddb7d 100644 > --- a/docs/q35-chipset.cfg > +++ b/docs/q35-chipset.cfg > @@ -91,6 +91,29 @@ > port = "4" > chassis = "4" > > +## > +# Example PCIe switch with two downstream ports > +# > +#[device "pcie-switch-upstream-port-1"] > +# driver = "x3130-upstream" > +# bus = "ich9-pcie-port-4" > +# addr = "00.0" > +# > +#[device "pcie-switch-downstream-port-1-1"] > +# driver = "xio3130-downstream" > +# multifunction = "on" > +# bus = "pcie-switch-upstream-port-1" > +# addr = "00.0" > +# port = "1" > +# chassis = "5" > +# > +#[device "pcie-switch-downstream-port-1-2"] > +# driver = "xio3130-downstream" > +# multifunction = "on" > +# bus = "pcie-switch-upstream-port-1" > +# addr = "00.1" > +# port = "1" > +# chassis = "6" > > [device "ich9-ehci-1"] > driver = "ich9-usb-ehci1"