* [PATCH] hw/acpi/acpi_dev_interface: Clean up remains of madt_cpu
@ 2024-10-15 14:09 Gustavo Romero
2024-10-15 14:48 ` Philippe Mathieu-Daudé
2024-10-15 16:35 ` Bernhard Beschow
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Romero @ 2024-10-15 14:09 UTC (permalink / raw)
To: qemu-devel; +Cc: gustavo.romero
Commit c461f3e382 ("Remove now unused madt_cpu virtual method") removed
madt_cpu virtual method but didn't remove the text about it in the
header file. Thus, remove it now.
Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
---
include/hw/acpi/acpi_dev_interface.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/include/hw/acpi/acpi_dev_interface.h b/include/hw/acpi/acpi_dev_interface.h
index 68d9d15f50..2f5ab5c1b1 100644
--- a/include/hw/acpi/acpi_dev_interface.h
+++ b/include/hw/acpi/acpi_dev_interface.h
@@ -34,10 +34,6 @@ void acpi_send_event(DeviceState *dev, AcpiEventStatusBits event);
* ospm_status: returns status of ACPI device objects, reported
* via _OST method if device supports it.
* send_event: inject a specified event into guest
- * madt_cpu: fills @entry with Interrupt Controller Structure
- * for CPU indexed by @uid in @apic_ids array,
- * returned structure types are:
- * 0 - Local APIC, 9 - Local x2APIC, 0xB - GICC
*
* Interface is designed for providing unified interface
* to generic ACPI functionality that could be used without
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] hw/acpi/acpi_dev_interface: Clean up remains of madt_cpu
2024-10-15 14:09 [PATCH] hw/acpi/acpi_dev_interface: Clean up remains of madt_cpu Gustavo Romero
@ 2024-10-15 14:48 ` Philippe Mathieu-Daudé
2024-10-15 16:35 ` Bernhard Beschow
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-10-15 14:48 UTC (permalink / raw)
To: Gustavo Romero, qemu-devel; +Cc: Bernhard Beschow
On 15/10/24 11:09, Gustavo Romero wrote:
> Commit c461f3e382 ("Remove now unused madt_cpu virtual method") removed
> madt_cpu virtual method but didn't remove the text about it in the
> header file. Thus, remove it now.
>
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
> ---
> include/hw/acpi/acpi_dev_interface.h | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/include/hw/acpi/acpi_dev_interface.h b/include/hw/acpi/acpi_dev_interface.h
> index 68d9d15f50..2f5ab5c1b1 100644
> --- a/include/hw/acpi/acpi_dev_interface.h
> +++ b/include/hw/acpi/acpi_dev_interface.h
> @@ -34,10 +34,6 @@ void acpi_send_event(DeviceState *dev, AcpiEventStatusBits event);
> * ospm_status: returns status of ACPI device objects, reported
> * via _OST method if device supports it.
> * send_event: inject a specified event into guest
> - * madt_cpu: fills @entry with Interrupt Controller Structure
> - * for CPU indexed by @uid in @apic_ids array,
> - * returned structure types are:
> - * 0 - Local APIC, 9 - Local x2APIC, 0xB - GICC
> *
> * Interface is designed for providing unified interface
> * to generic ACPI functionality that could be used without
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] hw/acpi/acpi_dev_interface: Clean up remains of madt_cpu
2024-10-15 14:09 [PATCH] hw/acpi/acpi_dev_interface: Clean up remains of madt_cpu Gustavo Romero
2024-10-15 14:48 ` Philippe Mathieu-Daudé
@ 2024-10-15 16:35 ` Bernhard Beschow
1 sibling, 0 replies; 3+ messages in thread
From: Bernhard Beschow @ 2024-10-15 16:35 UTC (permalink / raw)
To: qemu-devel, Gustavo Romero; +Cc: gustavo.romero
Am 15. Oktober 2024 14:09:57 UTC schrieb Gustavo Romero <gustavo.romero@linaro.org>:
>Commit c461f3e382 ("Remove now unused madt_cpu virtual method") removed
>madt_cpu virtual method but didn't remove the text about it in the
>header file. Thus, remove it now.
>
>Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
>---
> include/hw/acpi/acpi_dev_interface.h | 4 ----
> 1 file changed, 4 deletions(-)
>
>diff --git a/include/hw/acpi/acpi_dev_interface.h b/include/hw/acpi/acpi_dev_interface.h
>index 68d9d15f50..2f5ab5c1b1 100644
>--- a/include/hw/acpi/acpi_dev_interface.h
>+++ b/include/hw/acpi/acpi_dev_interface.h
>@@ -34,10 +34,6 @@ void acpi_send_event(DeviceState *dev, AcpiEventStatusBits event);
> * ospm_status: returns status of ACPI device objects, reported
> * via _OST method if device supports it.
> * send_event: inject a specified event into guest
>- * madt_cpu: fills @entry with Interrupt Controller Structure
>- * for CPU indexed by @uid in @apic_ids array,
>- * returned structure types are:
>- * 0 - Local APIC, 9 - Local x2APIC, 0xB - GICC
> *
> * Interface is designed for providing unified interface
> * to generic ACPI functionality that could be used without
Reviewed-by: Bernhard Beschow <shentey@gmail.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-10-15 16:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 14:09 [PATCH] hw/acpi/acpi_dev_interface: Clean up remains of madt_cpu Gustavo Romero
2024-10-15 14:48 ` Philippe Mathieu-Daudé
2024-10-15 16:35 ` Bernhard Beschow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).