Re: [PATCH v2 2/6] hw/i386/pc: Rename "bus" attribute to "pcibus"

2024-02-26 Thread Zhao Liu
On Sat, Feb 24, 2024 at 02:58:47PM +0100, Bernhard Beschow wrote: > Date: Sat, 24 Feb 2024 14:58:47 +0100 > From: Bernhard Beschow > Subject: [PATCH v2 2/6] hw/i386/pc: Rename "bus" attribute to "pcibus" > X-Mailer: git-send-email 2.44.0 > > Th

Re: [PATCH v2 2/6] hw/i386/pc: Rename "bus" attribute to "pcibus"

2024-02-26 Thread Philippe Mathieu-Daudé
On 24/2/24 14:58, Bernhard Beschow wrote: The attribute is of type PCIBus; reflect that in the name. It will also make the next change more intuitive. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Bernhard Beschow --- include/hw/i386/pc.h | 2 +- hw/i386/acpi-build.c | 2 +-

[PATCH v2 2/6] hw/i386/pc: Rename "bus" attribute to "pcibus"

2024-02-24 Thread Bernhard Beschow
The attribute is of type PCIBus; reflect that in the name. It will also make the next change more intuitive. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Bernhard Beschow --- include/hw/i386/pc.h | 2 +- hw/i386/acpi-build.c | 2 +- hw/i386/amd_iommu.c | 2 +-