Re: [PATCH] hw/acpi/pcihp: Fix typo in function name

2025-05-06 Thread Eric Auger
Hi Gustavo, On 5/6/25 2:26 AM, Gustavo Romero wrote: > Hi Eric, > > On 5/5/25 11:19, Eric Auger wrote: >> Hi Gustavo, >> >> On 5/5/25 2:29 PM, Gustavo Romero wrote: >>> Hi Eric, >>> >>> On 5/5/25 04:13, Eric Auger wrote: On 5/4/25 11:56 PM, Gustavo Romero wrote: > Fix typo in QE

Re: [PATCH] hw/acpi/pcihp: Fix typo in function name

2025-05-05 Thread Gustavo Romero
Hi Eric, On 5/5/25 11:19, Eric Auger wrote: Hi Gustavo, On 5/5/25 2:29 PM, Gustavo Romero wrote: Hi Eric, On 5/5/25 04:13, Eric Auger wrote: On 5/4/25 11:56 PM, Gustavo Romero wrote: Fix typo in QEMU's ACPI PCI hotplug API function name that checks whether a given bus is hotplug-capable.

Re: [PATCH] hw/acpi/pcihp: Fix typo in function name

2025-05-05 Thread Eric Auger
Hi Gustavo, On 5/5/25 2:29 PM, Gustavo Romero wrote: > Hi Eric, > > On 5/5/25 04:13, Eric Auger wrote: >> >> >> On 5/4/25 11:56 PM, Gustavo Romero wrote: >>> Fix typo in QEMU's ACPI PCI hotplug API function name that checks >>> whether a given bus is hotplug-capable. >>> >>> Signed-off-by: Gustavo

Re: [PATCH] hw/acpi/pcihp: Fix typo in function name

2025-05-05 Thread Gustavo Romero
Hi Eric, On 5/5/25 04:13, Eric Auger wrote: On 5/4/25 11:56 PM, Gustavo Romero wrote: Fix typo in QEMU's ACPI PCI hotplug API function name that checks whether a given bus is hotplug-capable. Signed-off-by: Gustavo Romero Reviewed-by: Eric Auger For awareness, there is a similar typo in

Re: [PATCH] hw/acpi/pcihp: Fix typo in function name

2025-05-05 Thread Eric Auger
On 5/4/25 11:56 PM, Gustavo Romero wrote: > Fix typo in QEMU's ACPI PCI hotplug API function name that checks > whether a given bus is hotplug-capable. > > Signed-off-by: Gustavo Romero Reviewed-by: Eric Auger For awareness, there is a similar typo in pci-port. see https://lore.kernel.org/all

[PATCH] hw/acpi/pcihp: Fix typo in function name

2025-05-04 Thread Gustavo Romero
Fix typo in QEMU's ACPI PCI hotplug API function name that checks whether a given bus is hotplug-capable. Signed-off-by: Gustavo Romero --- hw/acpi/acpi-pci-hotplug-stub.c | 2 +- hw/acpi/ich9.c | 2 +- hw/acpi/pcihp.c | 2 +- hw/acpi/piix4.c | 2