qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [virtio-dev][RFC 0/2] Signal Distribution Module virtio device specification
@ 2016-06-17 16:03 Christian Pinto
  2016-06-17 16:03 ` [Qemu-devel] [virtio-dev][RFC 1/2] content: reserve virtio device ID Christian Pinto
  2016-06-17 16:03 ` [Qemu-devel] [virtio-dev][RFC 2/2] virtio-sdm: new device specification Christian Pinto
  0 siblings, 2 replies; 9+ messages in thread
From: Christian Pinto @ 2016-06-17 16:03 UTC (permalink / raw)
  To: virtio-dev
  Cc: qemu-devel, b.reynal, tech, Claudio.Fontana, Jani.Kokkonen,
	Christian Pinto

Hi all,

This patch series proposes the specification of a new virtio device on which we
are working on, namely the Signal Distribution Module (SDM). 
The SDM routes inter-processor signals intra and inter QEMU
instances, using a user-defined communication channel. At the current state the 
SDM provides a local channel, for intra-QEMU signals, and a channel based on
sockets (UNIX or TCP) to exchange signals between processors in different
instances of QEMU. Each communication channel exports a common interface for 
the sake of ease of extension and integration of new channels.

In addition to the virtio version, a platform device version is available as
well to be used for cases where a processor is not running Linux but another
OS/firmware that does not support virtio.

This patch is related to :

[Qemu-devel][RFC v3 0/6] SDM Interface

where you can find the latest RFC patch set for the QEMU code of the virtio SDM 
device.

Kernel code is publicly accessible from:

https://git.virtualopensystems.com/dev/qemu-het-tools

branch sdm_test_virtio_mod_v2.


QEMU code is accessible from:

https://git.virtualopensystems.com/dev/qemu-het-tools

branch sdm-dev-v3

Thanks,

Christian

Christian Pinto (2):
  content: reserve virtio device ID
  virtio-sdm: new device specification

 content.tex    |   4 ++
 virtio-sdm.tex | 126 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 130 insertions(+)
 create mode 100644 virtio-sdm.tex

-- 
1.9.1

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

end of thread, other threads:[~2016-06-24 14:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-17 16:03 [Qemu-devel] [virtio-dev][RFC 0/2] Signal Distribution Module virtio device specification Christian Pinto
2016-06-17 16:03 ` [Qemu-devel] [virtio-dev][RFC 1/2] content: reserve virtio device ID Christian Pinto
2016-06-23 18:57   ` Stefan Hajnoczi
2016-06-24 12:45     ` Christian Pinto
2016-06-24 13:04       ` Cornelia Huck
2016-06-24 14:08         ` Christian Pinto
2016-06-17 16:03 ` [Qemu-devel] [virtio-dev][RFC 2/2] virtio-sdm: new device specification Christian Pinto
2016-06-23 19:39   ` Stefan Hajnoczi
2016-06-24 12:39     ` Christian Pinto

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).