All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] LDC changes for porting VCC driver into upstream kernel
@ 2017-06-09 16:29 Jag Raman
  2017-06-10 21:12 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jag Raman @ 2017-06-09 16:29 UTC (permalink / raw)
  To: sparclinux

This series of patches is part of an effort to add VCC (Virtual Console
Concentrator) support to Linux.

VCC enables the virtualization of serial console on SPARC processors. VCC 
provides access to the guest domain's serial console.

VCC depends on some core functionalities in the linux kernel for SPARC. The 
functionalities include LDC (Logical Domain Channels), MDESC (Machine
Descriptor) and VIO (Virtual IO protocol). In order for VCC to be enabled,
it requires that these core functionalities support them.

This series of patches adds LDC support to enable VCC on Linux. It
is the first batch of changes to enable VCC.

This version 4 of the series addresses the following changes
suggested by Dave Miller
Patch 1/5: Modifies ldc_print/__ldc_print to print caller name. Fixes
           indentation of wrapped lines.

Jag Raman (5):
  sparc64: expand LDC interface
  sparc64: enhance ldc_abort to print message
  sparc64: ensure LDC channel is ready before communication
  sparc64: ldc abort during vds iso boot
  sparc64: print debug messages when reading from LDC channel

 arch/sparc/include/asm/ldc.h |    8 +++
 arch/sparc/kernel/ldc.c      |  141 +++++++++++++++++++++++++++++-------------
 2 files changed, 106 insertions(+), 43 deletions(-)


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

end of thread, other threads:[~2017-06-10 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09 16:29 [PATCH v4 0/5] LDC changes for porting VCC driver into upstream kernel Jag Raman
2017-06-10 21:12 ` David Miller

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.