[pve-devel] [PATCH 1/1] Add pci.3 to pve-q35.cfg required by iothread

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Apr 30 08:06:56 CEST 2018


On 4/29/18 6:17 PM, Kamil Trzciński wrote:
> ---
>  pve-q35.cfg | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/pve-q35.cfg b/pve-q35.cfg
> index 05f85f0..c233036 100644
> --- a/pve-q35.cfg
> +++ b/pve-q35.cfg
> @@ -145,3 +145,9 @@
>    bus = "pcidmi"
>    addr = "3.0"
>    chassis_nr = "3"
> +
> +[device "pci.3"]
> +  driver = "pci-bridge"
> +  bus = "pcidmi"
> +  addr = "4.0"
> +  chassis_nr = "4"
> 


Breaks new to old migration, but we were always pretty OK
with that, as else we could not do pretty much anything.

Old to new still works, so if no objection arises I'd pull
this later today.

cheers,
Thomas





More information about the pve-devel mailing list