All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] guest exploitation of the XIVE interrupt controller
@ 2017-06-22  9:29 Cédric Le Goater
  2017-06-22  9:29 ` [RFC PATCH 1/2] powerpc/xive: " Cédric Le Goater
  2017-06-22  9:29 ` [RFC PATCH 2/2] powerpc/xive: add XIVE exploitation mode to CAS Cédric Le Goater
  0 siblings, 2 replies; 12+ messages in thread
From: Cédric Le Goater @ 2017-06-22  9:29 UTC (permalink / raw)
  To: linuxppc-dev
  Cc: Benjamin Herrenschmidt, Michael Ellerman, Paul Mackerras,
	David Gibson, Cédric Le Goater

Hello,

I am currently working on a XIVE model for the pseries QEMU machine
and I started hacking Linux to have something to test with. 

Here's a first draft of XIVE support for the guest. This is work in
progress, only tested with the QEMU XIVE model I am working
on. Feedback most welcome. 

Thanks,

C.

Cédric Le Goater (2):
  powerpc/xive: guest exploitation of the XIVE interrupt controller
  powerpc/xive: add XIVE exploitation mode to CAS

 arch/powerpc/include/asm/hvcall.h      |  13 +-
 arch/powerpc/include/asm/xive.h        |   1 +
 arch/powerpc/kernel/prom_init.c        |  15 +-
 arch/powerpc/platforms/pseries/Kconfig |   1 +
 arch/powerpc/platforms/pseries/setup.c |   8 +-
 arch/powerpc/platforms/pseries/smp.c   |  18 +-
 arch/powerpc/sysdev/xive/Kconfig       |   5 +
 arch/powerpc/sysdev/xive/Makefile      |   1 +
 arch/powerpc/sysdev/xive/xive-hv.c     | 523 +++++++++++++++++++++++++++++++++
 9 files changed, 580 insertions(+), 5 deletions(-)
 create mode 100644 arch/powerpc/sysdev/xive/xive-hv.c

-- 
2.7.5

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

end of thread, other threads:[~2017-07-05 17:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-22  9:29 [RFC PATCH 0/2] guest exploitation of the XIVE interrupt controller Cédric Le Goater
2017-06-22  9:29 ` [RFC PATCH 1/2] powerpc/xive: " Cédric Le Goater
2017-06-22 12:20   ` Benjamin Herrenschmidt
2017-06-23 13:05     ` Cédric Le Goater
2017-07-03  3:55   ` David Gibson
2017-07-03  4:19     ` Benjamin Herrenschmidt
2017-07-03  7:11       ` Cédric Le Goater
2017-07-05 11:07         ` David Gibson
2017-07-05 14:38           ` Benjamin Herrenschmidt
2017-07-05 15:13             ` Cédric Le Goater
2017-07-05 17:31     ` Cédric Le Goater
2017-06-22  9:29 ` [RFC PATCH 2/2] powerpc/xive: add XIVE exploitation mode to CAS Cédric Le Goater

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.