virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv8 0/3]virtio_console: Add rproc_serial driver
@ 2012-10-30  8:51 Sjur Brændeland
  2012-10-30  8:51 ` [PATCH v8 1/3] virtio_console: Merge struct buffer_token into struct port_buffer Sjur Brændeland
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Sjur Brændeland @ 2012-10-30  8:51 UTC (permalink / raw)
  To: Rusty Russell
  Cc: Michael S. Tsirkin, Linus Walleij, linux-kernel, virtualization,
	Masami Hiramatsu, Amit Shah, Sjur Brændeland

From: Sjur Brændeland <sjur.brandeland@stericsson.com>

This patch-set introduces a new virtio type "rproc_serial" for communicating
with remote processors over shared memory. The driver depends on the
the remoteproc framework. As preparation for introducing "rproc_serial"
I've done a refactoring of the transmit buffer handling.

Changes since v7:
- Rebased to virtio-next branch.
- Removed extra added lines.
- Removed superfluous checks before calling reclaim_dma_bufs().
- Rusty raised some question regarding garbage collection of the
  out-vq, so I moved this into a separate patch.

Thanks,
Sjur


Sjur Brændeland (3):
  virtio_console: Merge struct buffer_token into struct port_buffer
  virtio_console: Add support for remoteproc serial
  virtio_console: Remove buffers from out_vq at port removal

 drivers/char/virtio_console.c   |  325 +++++++++++++++++++++++++++------------
 include/uapi/linux/virtio_ids.h |    1 +
 2 files changed, 230 insertions(+), 96 deletions(-)

-- 
1.7.9.5

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

end of thread, other threads:[~2012-12-10 10:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30  8:51 [PATCHv8 0/3]virtio_console: Add rproc_serial driver Sjur Brændeland
2012-10-30  8:51 ` [PATCH v8 1/3] virtio_console: Merge struct buffer_token into struct port_buffer Sjur Brændeland
2012-10-30  8:51 ` [PATCH v8 2/3] virtio_console: Add support for remoteproc serial Sjur Brændeland
2012-10-30  8:51 ` [PATCH v8 3/3] virtio_console: Remove buffers from out_vq at port removal Sjur Brændeland
2012-11-04 22:41 ` [PATCHv8 0/3]virtio_console: Add rproc_serial driver Rusty Russell
2012-11-05 10:31   ` Amit Shah
2012-11-05 10:31     ` Amit Shah
2012-11-06  1:53       ` Rusty Russell
2012-11-08  9:06 ` Amit Shah
2012-12-10  5:54   ` Amit Shah
2012-12-10 10:08     ` [PATCH] Introduce rproc serial device specification Sjur Brændeland

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