From: Lan Tianyu <tianyu.lan@intel.com>
To: xen-devel@lists.xen.org
Cc: Lan Tianyu <tianyu.lan@intel.com>,
kevin.tian@intel.com, wei.liu2@citrix.com,
andrew.cooper3@citrix.com, ian.jackson@eu.citrix.com,
jbeulich@suse.com, roger.pau@citrix.com,
Chao Gao <chao.gao@intel.com>
Subject: [RFC PATCH V2 4/4] xl/libacpi: extend lapic_id() to uint32_t
Date: Thu, 31 Aug 2017 01:01:49 -0400 [thread overview]
Message-ID: <1504155709-24276-5-git-send-email-tianyu.lan@intel.com> (raw)
In-Reply-To: <1504155709-24276-1-git-send-email-tianyu.lan@intel.com>
From: Chao Gao <chao.gao@intel.com>
This patch is to extend lapic_id() to support more vcpus.
Signed-off-by: Chao Gao <chao.gao@intel.com>
Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
---
tools/firmware/hvmloader/util.c | 2 +-
tools/libacpi/libacpi.h | 2 +-
tools/libxl/libxl_x86_acpi.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/firmware/hvmloader/util.c b/tools/firmware/hvmloader/util.c
index db5f240..814ac2e 100644
--- a/tools/firmware/hvmloader/util.c
+++ b/tools/firmware/hvmloader/util.c
@@ -883,7 +883,7 @@ static void acpi_mem_free(struct acpi_ctxt *ctxt,
/* ACPI builder currently doesn't free memory so this is just a stub */
}
-static uint8_t acpi_lapic_id(unsigned cpu)
+static uint32_t acpi_lapic_id(unsigned cpu)
{
return LAPIC_ID(cpu);
}
diff --git a/tools/libacpi/libacpi.h b/tools/libacpi/libacpi.h
index 74778a5..0b04cbc 100644
--- a/tools/libacpi/libacpi.h
+++ b/tools/libacpi/libacpi.h
@@ -93,7 +93,7 @@ struct acpi_config {
unsigned long rsdp;
/* x86-specific parameters */
- uint8_t (*lapic_id)(unsigned cpu);
+ uint32_t (*lapic_id)(unsigned cpu);
uint32_t lapic_base_address;
uint32_t ioapic_base_address;
uint16_t pci_isa_irq_mask;
diff --git a/tools/libxl/libxl_x86_acpi.c b/tools/libxl/libxl_x86_acpi.c
index 1fa97ff..8fe084d 100644
--- a/tools/libxl/libxl_x86_acpi.c
+++ b/tools/libxl/libxl_x86_acpi.c
@@ -85,7 +85,7 @@ static void acpi_mem_free(struct acpi_ctxt *ctxt,
{
}
-static uint8_t acpi_lapic_id(unsigned cpu)
+static uint32_t acpi_lapic_id(unsigned cpu)
{
return cpu * 2;
}
--
1.8.3.1
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-08-31 5:01 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-31 5:01 [RFC PATCH V2 0/4] Extend resources to support more vcpus in single VM Lan Tianyu
2017-08-31 5:01 ` [RFC PATCH V2 1/4] xen/hap: Increase hap page pool size for more vcpus support Lan Tianyu
2017-08-31 13:56 ` Andrew Cooper
2017-09-01 8:19 ` Lan Tianyu
2017-09-01 8:34 ` Jan Beulich
2017-09-01 9:12 ` Lan Tianyu
2017-08-31 5:01 ` [RFC PATCH V2 2/4] Tool/ACPI: DSDT extension to support more vcpus Lan Tianyu
2017-08-31 15:38 ` Roger Pau Monné
2017-09-01 2:54 ` Lan Tianyu
2017-09-01 9:41 ` Roger Pau Monné
2017-09-01 10:10 ` Jan Beulich
2017-09-01 10:26 ` Roger Pau Monné
2017-09-04 3:07 ` Lan Tianyu
2017-09-04 9:05 ` Roger Pau Monné
2017-09-04 11:16 ` Lan Tianyu
2017-09-11 11:15 ` Julien Grall
2017-08-31 5:01 ` [RFC PATCH V2 3/4] hvmload: Add x2apic entry support in the MADT build Lan Tianyu
2017-09-01 9:57 ` Roger Pau Monné
2017-09-04 10:59 ` Lan Tianyu
2017-09-04 11:12 ` Roger Pau Monné
2017-09-04 12:59 ` Jan Beulich
2017-08-31 5:01 ` Lan Tianyu [this message]
2017-08-31 13:58 ` [RFC PATCH V2 4/4] xl/libacpi: extend lapic_id() to uint32_t Andrew Cooper
2017-09-01 15:41 ` Wei Liu
2017-09-04 8:20 ` Wei Liu
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=1504155709-24276-5-git-send-email-tianyu.lan@intel.com \
--to=tianyu.lan@intel.com \
--cc=andrew.cooper3@citrix.com \
--cc=chao.gao@intel.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=kevin.tian@intel.com \
--cc=roger.pau@citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.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).