Re: [Qemu-devel] [PATCH V4] docs: add PCIe devices placement guidelines

2016-11-01 Thread Marcel Apfelbaum
On 10/31/2016 07:44 PM, Laine Stump wrote: On 10/31/2016 12:18 PM, Marcel Apfelbaum wrote: Hi Laine, Thank you for having a look at the document. + +2.2.1 Plugging a PCI Express device into a PCI Express Root Port: + -device ioh3420,id=root_port1,slot=x[,chassis=y][,bus=pcie.0][,ad

Re: [Qemu-devel] [PATCH V4] docs: add PCIe devices placement guidelines

2016-10-31 Thread Laine Stump
On 10/31/2016 12:18 PM, Marcel Apfelbaum wrote: + +2.2.1 Plugging a PCI Express device into a PCI Express Root Port: + -device ioh3420,id=root_port1,slot=x[,chassis=y][,bus=pcie.0][,addr=z] \ + -device ,bus=root_port1 + Note that (slot, chassis) pair is mandatory and mus

[Qemu-devel] [PATCH V4] docs: add PCIe devices placement guidelines

2016-10-31 Thread Marcel Apfelbaum
Proposes best practices on how to use PCI Express/PCI device in PCI Express based machines and explain the reasoning behind them. Reviewed-by: Laszlo Ersek Signed-off-by: Marcel Apfelbaum --- Hi, v3->v4: - Addressed minor typos spotted by Laszlo, thanks! v2->v3: - Addressed the comments fr