Re: [PATCH v2] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot

2023-06-19 Thread Ani Sinha
> On 15-Jun-2023, at 4:56 PM, Igor Mammedov wrote: > > On Thu, 15 Jun 2023 10:46:45 +0530 > Ani Sinha wrote: > >> PCIE root ports and other upstream ports only allow one device on slot 0. >> When hotplugging a device on a pcie root port, make sure that the device >> address passed always rep

Re: [PATCH v2] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot

2023-06-16 Thread Igor Mammedov
On Fri, 16 Jun 2023 13:06:06 +0530 Ani Sinha wrote: > > On 15-Jun-2023, at 4:56 PM, Igor Mammedov wrote: > > > > On Thu, 15 Jun 2023 10:46:45 +0530 > > Ani Sinha wrote: > > > >> PCIE root ports and other upstream ports only allow one device on slot 0. > >> When hotplugging a device on a pci

Re: [PATCH v2] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot

2023-06-16 Thread Ani Sinha
> On 15-Jun-2023, at 4:56 PM, Igor Mammedov wrote: > > On Thu, 15 Jun 2023 10:46:45 +0530 > Ani Sinha wrote: > >> PCIE root ports and other upstream ports only allow one device on slot 0. >> When hotplugging a device on a pcie root port, make sure that the device >> address passed always rep

Re: [PATCH v2] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot

2023-06-15 Thread Igor Mammedov
On Thu, 15 Jun 2023 10:46:45 +0530 Ani Sinha wrote: > PCIE root ports and other upstream ports only allow one device on slot 0. > When hotplugging a device on a pcie root port, make sure that the device > address passed always represents slot 0. Any other slot value would be > illegal on a root p

[PATCH v2] hw/pci: prevent hotplug of devices on pcie-root-ports on the wrong slot

2023-06-14 Thread Ani Sinha
PCIE root ports and other upstream ports only allow one device on slot 0. When hotplugging a device on a pcie root port, make sure that the device address passed always represents slot 0. Any other slot value would be illegal on a root port. CC: jus...@redhat.com CC: imamm...@redhat.com Resolves: