From: Samuel Ortiz <sameo@linux.intel.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>,
Shannon Zhao <zhaoshenglong@huawei.com>,
qemu-devel@nongnu.org, qemu-arm@nongnu.org,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2 00/19] ACPI reorganization for hardware-reduced support
Date: Tue, 30 Oct 2018 16:20:41 +0100 [thread overview]
Message-ID: <20181030152041.GD5291@caravaggio.home> (raw)
In-Reply-To: <874ld4mzlb.fsf@dusky.pond.sub.org>
Hi Markus,
On Mon, Oct 29, 2018 at 06:28:48PM +0100, Markus Armbruster wrote:
> You neglected to cc: maintainers. I'm doing that for you now.
> scripts/get_maintainer.pl can help you finding maintainers.
Sorry about that. I sent a v3 with all maintainers cc'ed.
Cheers,
Samuel.
> Samuel Ortiz <sameo@linux.intel.com> writes:
>
> > This patch set provides an ACPI code reorganization in preparation for
> > adding hardware-reduced support to QEMU.
> >
> > The changes are coming from the NEMU [1] project where we're defining
> > a new x86 machine type: i386/virt. This is an EFI only, ACPI
> > hardware-reduced platform and as such we had to implement support
> > for the latter.
> >
> > As a preliminary for adding hardware-reduced support to QEMU, we did
> > some ACPI code reorganization with the following goals:
> >
> > * Share as much as possible of the current ACPI build APIs between
> > legacy and hardware-reduced ACPI.
> > * Share the ACPI build code across machine types and architectures and
> > remove the typical PC machine type dependency.
> > Eventually we hope to see arm/virt also re-use much of that code.
> >
> > The patches are also available in their own git branch [2].
> >
> > [1] https://github.com/intel/nemu
> > [2] https://github.com/intel/nemu/tree/topic/upstream/acpi
> >
> > v1 -> v2:
> > * Drop the hardware-reduced implementation for now. Our next patch set
> > will add hardware-reduced and convert arm/virt to it.
> > * Implement the ACPI build methods as a QOM Interface Class and convert
> > the PC machine type to it.
> [...]
>
next prev parent reply other threads:[~2018-10-30 15:21 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-29 16:24 [Qemu-devel] [PATCH v2 00/19] ACPI reorganization for hardware-reduced support Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 01/19] hw: i386: Decouple the ACPI build from the PC machine type Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 02/19] hw: acpi: Export ACPI build alignment API Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 03/19] hw: acpi: Export the RSDP build API Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 04/19] hw: acpi: Implement XSDT support for RSDP Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 05/19] hw: arm: Switch to the AML build RSDP building routine Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 06/19] hw: acpi: Generalize AML build routines Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 07/19] hw: acpi: Factorize _OSC AML across architectures Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 08/19] hw: i386: Refactor PCI host getter Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 09/19] hw: acpi: Export and generalize the PCI host AML API Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 10/19] hw: acpi: Export the MCFG getter Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 11/19] hw: acpi: Do not create hotplug method when handler is not defined Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 12/19] hw: i386: Make the hotpluggable memory size property more generic Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 13/19] hw: acpi: Export the SRAT AML build API Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 14/19] hw: acpi: Fix memory hotplug AML generation error Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 15/19] hw: acpi: Export the PCI hotplug API Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 16/19] hw: acpi: Retrieve the PCI bus from AcpiPciHpState Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 17/19] hw: acpi: Define ACPI tables builder interface Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 18/19] hw: i386: Export the MADT build method Samuel Ortiz
2018-10-29 16:24 ` [Qemu-devel] [PATCH v2 19/19] hw: i386: Implement the ACPI builder interface for PC Samuel Ortiz
2018-10-29 16:51 ` [Qemu-devel] [PATCH v2 00/19] ACPI reorganization for hardware-reduced support Samuel Ortiz
2018-10-29 17:28 ` Markus Armbruster
2018-10-30 15:20 ` Samuel Ortiz [this message]
2018-10-30 16:21 ` Markus Armbruster
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=20181030152041.GD5291@caravaggio.home \
--to=sameo@linux.intel.com \
--cc=armbru@redhat.com \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=zhaoshenglong@huawei.com \
/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).