All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Mammedov <imammedo@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Pierrick Bouvier <pierrick.bouvier@linaro.org>,
	Ani Sinha <anisinha@redhat.com>
Subject: Re: [PATCH v2 04/11] hw/acpi: Always link QOM interfaces with system binaries
Date: Mon, 2 Mar 2026 07:24:21 +0100	[thread overview]
Message-ID: <20260302072421.7bb71507@imammedo> (raw)
In-Reply-To: <20260225035739.42848-5-philmd@linaro.org>

On Wed, 25 Feb 2026 04:57:32 +0100
Philippe Mathieu-Daudé <philmd@linaro.org> wrote:

> Now that acpi_interface.c only contains QOM interfaces,
> unconditionally link it with system binaries, regardless
> of whether CONFIG_ACPI is set or not. It is now easier to
> deselect hardware models depending on ACPI.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>

Reviewed-by: Igor Mammedov <imammedo@redhat.com>

> ---
>  hw/acpi/meson.build | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/hw/acpi/meson.build b/hw/acpi/meson.build
> index 66c978aae83..e1e848327b9 100644
> --- a/hw/acpi/meson.build
> +++ b/hw/acpi/meson.build
> @@ -1,6 +1,5 @@
>  acpi_ss = ss.source_set()
>  acpi_ss.add(files(
> -  'acpi_interface.c',
>    'aml-build.c',
>    'bios-linker-loader.c',
>    'core.c',
> @@ -36,4 +35,4 @@ system_ss.add(when: 'CONFIG_ACPI_PCI_BRIDGE', if_false: files('pci-bridge-stub.c
>  system_ss.add_all(when: 'CONFIG_ACPI', if_true: acpi_ss)
>  system_ss.add(when: 'CONFIG_GHES_CPER', if_true: files('ghes_cper.c'))
>  system_ss.add(when: 'CONFIG_GHES_CPER', if_false: files('ghes_cper_stub.c'))
> -system_ss.add(files('acpi-qmp-cmds.c'))
> +system_ss.add(files('acpi-qmp-cmds.c', 'acpi_interface.c'))



  reply	other threads:[~2026-03-02  6:24 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-25  3:57 [PATCH v2 00/11] buildsys: Build most stubs once Philippe Mathieu-Daudé
2026-02-25  3:57 ` [PATCH v2 01/11] meson: Include various directories providing stubs before libqemuutil Philippe Mathieu-Daudé
2026-02-25  3:57 ` [PATCH v2 02/11] hw/acpi: Move acpi_send_event() function out of acpi_interface.c Philippe Mathieu-Daudé
2026-03-02  6:22   ` Igor Mammedov
2026-02-25  3:57 ` [PATCH v2 03/11] hw/acpi: Move qbus_build_aml() " Philippe Mathieu-Daudé
2026-03-02  6:23   ` Igor Mammedov
2026-02-25  3:57 ` [PATCH v2 04/11] hw/acpi: Always link QOM interfaces with system binaries Philippe Mathieu-Daudé
2026-03-02  6:24   ` Igor Mammedov [this message]
2026-02-25  3:57 ` [PATCH v2 05/11] hw/nvram: Build fw_cfg-acpi.c once Philippe Mathieu-Daudé
2026-03-02  6:25   ` Igor Mammedov
2026-02-25  3:57 ` [PATCH v2 06/11] hw/acpi: Build stubs once Philippe Mathieu-Daudé
2026-03-02  6:42   ` Igor Mammedov
2026-02-25  3:57 ` [PATCH v2 07/11] hw/display: " Philippe Mathieu-Daudé
2026-02-25  3:57 ` [PATCH v2 08/11] hw/net: " Philippe Mathieu-Daudé
2026-02-25  3:57 ` [PATCH v2 09/11] hw/*: " Philippe Mathieu-Daudé
2026-02-25  3:57 ` [PATCH v2 10/11] fsdev: " Philippe Mathieu-Daudé
2026-02-25  3:57 ` [PATCH v2 11/11] semihosting: " Philippe Mathieu-Daudé
2026-02-25  4:44 ` [PATCH v2 00/11] buildsys: Build most " Richard Henderson
2026-02-26 16:43 ` Philippe Mathieu-Daudé

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=20260302072421.7bb71507@imammedo \
    --to=imammedo@redhat.com \
    --cc=anisinha@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@linaro.org \
    --cc=pierrick.bouvier@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.