From: "Michael S. Tsirkin" <mst@redhat.com>
To: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
qemu-devel@nongnu.org, peter.maydell@linaro.org,
phil@philjordan.eu, imammedo@redhat.com, drjones@redhat.com,
zhaoshenglong@huawei.com
Subject: Re: [Qemu-devel] [PATCH v3 1/2] hw/acpi-defs: replace leading X with x_ in FADT field names
Date: Mon, 10 Apr 2017 23:21:04 +0300 [thread overview]
Message-ID: <20170410232053-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <f3c8cba3-6cf5-75a1-eaf6-a3ad1d3505f9@redhat.com>
On Mon, Apr 10, 2017 at 05:28:44PM +0200, Laszlo Ersek wrote:
> On 04/10/17 17:03, Ard Biesheuvel wrote:
> > At the request of Michael, replace the leading capital X in the FADT
> > field name Xfacs and Xdsdt with lower case x + underscore.
> >
> > Cc: Michael S. Tsirkin <mst@redhat.com>
> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> > ---
> > include/hw/acpi/acpi-defs.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/include/hw/acpi/acpi-defs.h b/include/hw/acpi/acpi-defs.h
> > index 4cc3630e613e..db48807056b3 100644
> > --- a/include/hw/acpi/acpi-defs.h
> > +++ b/include/hw/acpi/acpi-defs.h
> > @@ -165,8 +165,8 @@ struct AcpiFadtDescriptorRev5_1 {
> > /* ARM-Specific Boot Flags (see below for individual flags) (ACPI 5.1) */
> > uint16_t arm_boot_flags;
> > uint8_t minor_revision; /* FADT Minor Revision (ACPI 5.1) */
> > - uint64_t Xfacs; /* 64-bit physical address of FACS */
> > - uint64_t Xdsdt; /* 64-bit physical address of DSDT */
> > + uint64_t x_facs; /* 64-bit physical address of FACS */
> > + uint64_t x_dsdt; /* 64-bit physical address of DSDT */
> > /* 64-bit Extended Power Mgt 1a Event Reg Blk address */
> > struct AcpiGenericAddress xpm1a_event_block;
> > /* 64-bit Extended Power Mgt 1b Event Reg Blk address */
> >
>
> (This is for 2.10, or whatever comes after 2.9.)
>
> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Thanks, pls remember to repost after 2.9 is out.
prev parent reply other threads:[~2017-04-10 20:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-10 15:03 [Qemu-devel] [PATCH v3 1/2] hw/acpi-defs: replace leading X with x_ in FADT field names Ard Biesheuvel
2017-04-10 15:03 ` [Qemu-devel] [PATCH v3 2/2] hw/arm/virt: generate 64-bit addressable ACPI objects Ard Biesheuvel
2017-04-20 13:27 ` Peter Maydell
2017-04-10 15:28 ` [Qemu-devel] [PATCH v3 1/2] hw/acpi-defs: replace leading X with x_ in FADT field names Laszlo Ersek
2017-04-10 20:21 ` Michael S. Tsirkin [this message]
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=20170410232053-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=ard.biesheuvel@linaro.org \
--cc=drjones@redhat.com \
--cc=imammedo@redhat.com \
--cc=lersek@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=phil@philjordan.eu \
--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).