All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] arm/arm64: Detect Xen support earlier
@ 2015-02-12  6:34 Julien Grall
  2015-02-12  6:34 ` [PATCH 1/2] arm/xen: Correctly check if the event channel interrupt is present Julien Grall
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Julien Grall @ 2015-02-12  6:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This small patch series move the detection of running on Xen earlier. This is
required in order to support earlyprintk via Xen and selecting the preferred
console.

Ard, the patch to move the call earlier (see #2) differed from the one I sent
you privately mostly because it's not possible to translate an IRQ before the
GIC has been initialized.

Let me know if it works for you.

Sincerely yours,

Julien Grall (1):
  arm/xen: Correctly check if the event channel interrupt is present

Stefano Stabellini (1):
  arm,arm64/xen: move Xen initialization earlier

 arch/arm/include/asm/xen/hypervisor.h |  8 +++++
 arch/arm/kernel/setup.c               |  2 ++
 arch/arm/xen/enlighten.c              | 58 +++++++++++++++++++++--------------
 arch/arm64/kernel/setup.c             |  2 ++
 4 files changed, 47 insertions(+), 23 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PATCH 0/2] arm/arm64: Detect Xen support earlier
@ 2015-02-12  6:34 Julien Grall
  0 siblings, 0 replies; 24+ messages in thread
From: Julien Grall @ 2015-02-12  6:34 UTC (permalink / raw)
  To: xen-devel, linux-arm-kernel
  Cc: ard.biesheuvel, ian.campbell, Julien Grall, stefano.stabellini

Hello,

This small patch series move the detection of running on Xen earlier. This is
required in order to support earlyprintk via Xen and selecting the preferred
console.

Ard, the patch to move the call earlier (see #2) differed from the one I sent
you privately mostly because it's not possible to translate an IRQ before the
GIC has been initialized.

Let me know if it works for you.

Sincerely yours,

Julien Grall (1):
  arm/xen: Correctly check if the event channel interrupt is present

Stefano Stabellini (1):
  arm,arm64/xen: move Xen initialization earlier

 arch/arm/include/asm/xen/hypervisor.h |  8 +++++
 arch/arm/kernel/setup.c               |  2 ++
 arch/arm/xen/enlighten.c              | 58 +++++++++++++++++++++--------------
 arch/arm64/kernel/setup.c             |  2 ++
 4 files changed, 47 insertions(+), 23 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2015-02-18 13:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12  6:34 [PATCH 0/2] arm/arm64: Detect Xen support earlier Julien Grall
2015-02-12  6:34 ` [PATCH 1/2] arm/xen: Correctly check if the event channel interrupt is present Julien Grall
2015-02-18 11:27   ` Ian Campbell
2015-02-18 11:41     ` Julien Grall
2015-02-18 11:41     ` Julien Grall
2015-02-18 11:50       ` Julien Grall
2015-02-18 11:50         ` Julien Grall
2015-02-18 11:27   ` Ian Campbell
2015-02-12  6:34 ` Julien Grall
2015-02-12  6:34 ` [PATCH 2/2] arm,arm64/xen: move Xen initialization earlier Julien Grall
2015-02-12  6:34 ` [PATCH 2/2] arm, arm64/xen: " Julien Grall
2015-02-12 11:27 ` [PATCH 0/2] arm/arm64: Detect Xen support earlier Ard Biesheuvel
2015-02-12 11:27 ` Ard Biesheuvel
2015-02-18 11:30 ` Ian Campbell
2015-02-18 11:51   ` Julien Grall
2015-02-18 11:51     ` Julien Grall
2015-02-18 12:03     ` Ian Campbell
2015-02-18 12:13       ` Julien Grall
2015-02-18 12:13       ` Julien Grall
2015-02-18 13:40         ` Ian Campbell
2015-02-18 13:40         ` Ian Campbell
2015-02-18 12:03     ` Ian Campbell
2015-02-18 11:30 ` Ian Campbell
  -- strict thread matches above, loose matches on Subject: below --
2015-02-12  6:34 Julien Grall

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.