All of lore.kernel.org
 help / color / mirror / Atom feed
* Increase GICV size to 64KB so !4KB page-size kernels are able to initialize KVM
@ 2016-06-22  6:48 Itaru Kitayama
  2016-06-22 10:06 ` Marc Zyngier
  0 siblings, 1 reply; 6+ messages in thread
From: Itaru Kitayama @ 2016-06-22  6:48 UTC (permalink / raw)
  To: kvmarm@lists.cs.columbia.edu

Against the tag v4.7-rc2 in the kvmtree.

---
  drivers/irqchip/irq-gic.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c
index fbc4ae2..bd463a3 100644
--- a/drivers/irqchip/irq-gic.c
+++ b/drivers/irqchip/irq-gic.c
@@ -1425,7 +1425,7 @@ static bool __init gic_validate_dist(struct 
acpi_subtable_header *header,
  #define ACPI_GICV2_DIST_MEM_SIZE       (SZ_4K)
  #define ACPI_GIC_CPU_IF_MEM_SIZE       (SZ_8K)
  #define ACPI_GICV2_VCTRL_MEM_SIZE      (SZ_4K)
-#define ACPI_GICV2_VCPU_MEM_SIZE       (SZ_8K)
+#define ACPI_GICV2_VCPU_MEM_SIZE       (SZ_64K)

  static void __init gic_acpi_setup_kvm_info(void)
  {
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-06-23  7:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-22  6:48 Increase GICV size to 64KB so !4KB page-size kernels are able to initialize KVM Itaru Kitayama
2016-06-22 10:06 ` Marc Zyngier
2016-06-22 11:02   ` Itaru Kitayama
2016-06-22 12:20     ` Marc Zyngier
2016-06-23  3:17       ` Itaru Kitayama
2016-06-23  7:33         ` Marc Zyngier

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.