From: Eric DeVolder <eric.devolder@oracle.com>
To: mst@redhat.com, imammedo@redhat.com, marcel.apfelbaum@gmail.com,
pbonzini@redhat.com, rth@twiddle.net, ehabkost@redhat.com,
qemu-devel@nongnu.org
Cc: boris.ostrovsky@oracle.com, kwilk@oracle.com
Subject: [PATCH v2 4/7] ACPI ERST: build step for ACPI ERST
Date: Mon, 8 Feb 2021 15:57:56 -0500 [thread overview]
Message-ID: <1612817879-21511-5-git-send-email-eric.devolder@oracle.com> (raw)
In-Reply-To: <1612817879-21511-1-git-send-email-eric.devolder@oracle.com>
This change includes ERST in the build of ACPI support.
Signed-off-by: Eric DeVolder <eric.devolder@orace.com>
---
hw/acpi/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/acpi/meson.build b/hw/acpi/meson.build
index dd69577..262a8ee 100644
--- a/hw/acpi/meson.build
+++ b/hw/acpi/meson.build
@@ -4,6 +4,7 @@ acpi_ss.add(files(
'aml-build.c',
'bios-linker-loader.c',
'utils.c',
+ 'erst.c',
))
acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_true: files('cpu.c'))
acpi_ss.add(when: 'CONFIG_ACPI_CPU_HOTPLUG', if_true: files('cpu_hotplug.c'))
--
1.8.3.1
next prev parent reply other threads:[~2021-02-08 23:09 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-08 20:57 [PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU Eric DeVolder
2021-02-08 20:57 ` [PATCH v2 1/7] ACPI ERST: bios-tables-test.c steps 1 and 2 Eric DeVolder
2021-02-08 20:57 ` [PATCH v2 2/7] ACPI ERST: header file for erst Eric DeVolder
2021-02-08 20:57 ` [PATCH v2 3/7] ACPI ERST: support for ACPI ERST feature Eric DeVolder
2021-04-06 19:31 ` Igor Mammedov
2021-04-09 15:54 ` Eric DeVolder
2021-04-14 9:17 ` Igor Mammedov
2021-05-03 15:49 ` Eric DeVolder
2021-05-03 17:07 ` Igor Mammedov
2021-05-17 15:01 ` Eric DeVolder
2021-05-17 16:31 ` Igor Mammedov
2021-05-18 17:08 ` Eric DeVolder
2021-05-20 11:00 ` Igor Mammedov
2021-05-25 20:22 ` Eric DeVolder
2021-05-25 21:43 ` Igor Mammedov
2021-02-08 20:57 ` Eric DeVolder [this message]
2021-04-06 19:17 ` [PATCH v2 4/7] ACPI ERST: build step for ACPI ERST Igor Mammedov
2021-02-08 20:57 ` [PATCH v2 5/7] ACPI ERST: support ERST for x86 guest Eric DeVolder
2021-02-08 20:57 ` [PATCH v2 6/7] ACPI ERST: qtest for ERST Eric DeVolder
2021-02-08 20:57 ` [PATCH v2 7/7] ACPI ERST: bios-tables-test.c step 5 Eric DeVolder
2021-03-01 19:04 ` [PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU Eric Devolder
2021-04-01 13:44 ` Michael S. Tsirkin
2021-05-14 13:57 ` Michael S. Tsirkin
2021-05-14 14:12 ` Eric DeVolder
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=1612817879-21511-5-git-send-email-eric.devolder@oracle.com \
--to=eric.devolder@oracle.com \
--cc=boris.ostrovsky@oracle.com \
--cc=ehabkost@redhat.com \
--cc=imammedo@redhat.com \
--cc=kwilk@oracle.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/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.