Re: [PATCH v3 05/11] hw/pci: Add a bus property to pci_props and use for acpi/gi

2024-07-01 Thread Jonathan Cameron via
On Fri, 28 Jun 2024 13:58:04 +0200 Igor Mammedov wrote: > On Thu, 27 Jun 2024 15:09:12 +0200 > Igor Mammedov wrote: > > > On Thu, 20 Jun 2024 17:03:13 +0100 > > Jonathan Cameron wrote: > > > > > Using a property allows us to hide the internal details of the PCI device > > > from the code

Re: [PATCH v3 05/11] hw/pci: Add a bus property to pci_props and use for acpi/gi

2024-06-28 Thread Igor Mammedov
On Thu, 27 Jun 2024 15:09:12 +0200 Igor Mammedov wrote: > On Thu, 20 Jun 2024 17:03:13 +0100 > Jonathan Cameron wrote: > > > Using a property allows us to hide the internal details of the PCI device > > from the code to build a SRAT Generic Initiator Affinity Structure with > > PCI Device

Re: [PATCH v3 05/11] hw/pci: Add a bus property to pci_props and use for acpi/gi

2024-06-27 Thread Igor Mammedov
On Thu, 20 Jun 2024 17:03:13 +0100 Jonathan Cameron wrote: > Using a property allows us to hide the internal details of the PCI device > from the code to build a SRAT Generic Initiator Affinity Structure with > PCI Device Handle. > > Suggested-by: Igor Mammedov > Signed-off-by: Jonathan

[PATCH v3 05/11] hw/pci: Add a bus property to pci_props and use for acpi/gi

2024-06-20 Thread Jonathan Cameron via
Using a property allows us to hide the internal details of the PCI device from the code to build a SRAT Generic Initiator Affinity Structure with PCI Device Handle. Suggested-by: Igor Mammedov Signed-off-by: Jonathan Cameron --- V3: New patch --- hw/acpi/acpi_generic_initiator.c | 11