qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Ard Biesheuvel <ard.biesheuvel@linaro.org>,
	Laszlo Ersek <lersek@redhat.com>,
	Igor Mammedov <imammedo@redhat.com>
Subject: [Qemu-devel] [PULL 1/8] hw/acpi-defs: replace leading X with x_ in FADT field names
Date: Tue, 9 May 2017 16:15:28 +0300	[thread overview]
Message-ID: <1494330527-24163-2-git-send-email-mst@redhat.com> (raw)
In-Reply-To: <1494330527-24163-1-git-send-email-mst@redhat.com>

From: Ard Biesheuvel <ard.biesheuvel@linaro.org>

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>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 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 4cc3630..db48807 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 */
-- 
MST

  reply	other threads:[~2017-05-09 13:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-09 13:15 [Qemu-devel] [PULL 0/8] pci, virtio, vhost: fixes Michael S. Tsirkin
2017-05-09 13:15 ` Michael S. Tsirkin [this message]
2017-05-09 13:15 ` [Qemu-devel] [PULL 2/8] hw/arm/virt: generate 64-bit addressable ACPI objects Michael S. Tsirkin
2017-05-09 13:15 ` [Qemu-devel] [PULL 3/8] hw/virtio: fix vhost user fails to startup when MQ Michael S. Tsirkin
2017-05-09 13:15 ` [Qemu-devel] [PULL 4/8] libvhost-user: fix crash when rings aren't ready Michael S. Tsirkin
2017-05-09 13:15 ` [Qemu-devel] [PULL 5/8] pc/fwcfg: unbreak migration from qemu-2.5 and qemu-2.6 during firmware boot Michael S. Tsirkin
2017-05-09 13:15 ` [Qemu-devel] [PULL 6/8] pc: add 2.10 machine type Michael S. Tsirkin
2017-05-09 13:15 ` [Qemu-devel] [PULL 7/8] iommu: Don't crash if machine is not PC_MACHINE Michael S. Tsirkin
2017-05-09 13:15 ` [Qemu-devel] [PULL 8/8] ACPI: don't call acpi_pcihp_device_plug_cb on xen Michael S. Tsirkin
2017-05-09 15:45 ` [Qemu-devel] [PULL 0/8] pci, virtio, vhost: fixes no-reply
2017-05-09 18:05   ` Michael S. Tsirkin
2017-05-10 15:14 ` Stefan Hajnoczi

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=1494330527-24163-2-git-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=ard.biesheuvel@linaro.org \
    --cc=imammedo@redhat.com \
    --cc=lersek@redhat.com \
    --cc=peter.maydell@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).