qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gustavo Romero <gustavo.romero@linaro.org>
To: qemu-devel@nongnu.org
Cc: gustavo.romero@linaro.org
Subject: [PATCH] hw/acpi/acpi_dev_interface: Clean up remains of madt_cpu
Date: Tue, 15 Oct 2024 14:09:57 +0000	[thread overview]
Message-ID: <20241015140957.385491-1-gustavo.romero@linaro.org> (raw)

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



             reply	other threads:[~2024-10-15 14:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-15 14:09 Gustavo Romero [this message]
2024-10-15 14:48 ` [PATCH] hw/acpi/acpi_dev_interface: Clean up remains of madt_cpu Philippe Mathieu-Daudé
2024-10-15 16:35 ` Bernhard Beschow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241015140957.385491-1-gustavo.romero@linaro.org \
    --to=gustavo.romero@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).