Re: [PATCH] virtio-spec: fix thinko in multiport documentation

2012-12-12 Thread Michael S. Tsirkin
On Sun, Sep 09, 2012 at 02:08:37PM +0300, Michael S. Tsirkin wrote: spec numbers ports port0, port 1 etc, then goes on to say ports 2 onwards only if MULTIPORT is set. An obvious thinko, should be port 1 onwards. Signed-off-by: Michael S. Tsirkin m...@redhat.com Rusty, Amit, any feedback?

Re: [PATCH] virtio-spec: fix thinko in multiport documentation

2012-12-12 Thread Amit Shah
On (Wed) 12 Dec 2012 [10:22:24], Michael S. Tsirkin wrote: On Sun, Sep 09, 2012 at 02:08:37PM +0300, Michael S. Tsirkin wrote: spec numbers ports port0, port 1 etc, then goes on to say ports 2 onwards only if MULTIPORT is set. An obvious thinko, should be port 1 onwards. Signed-off-by:

Re: [PATCH] virtio-spec: fix thinko in multiport documentation

2012-12-12 Thread Michael S. Tsirkin
On Wed, Dec 12, 2012 at 02:44:20PM +0530, Amit Shah wrote: On (Wed) 12 Dec 2012 [10:22:24], Michael S. Tsirkin wrote: On Sun, Sep 09, 2012 at 02:08:37PM +0300, Michael S. Tsirkin wrote: spec numbers ports port0, port 1 etc, then goes on to say ports 2 onwards only if MULTIPORT is set.

Re: [[PATCH v9 3/3] 1/1] virtio_console: Remove buffers from out_vq at port removal

2012-12-12 Thread Amit Shah
On (Wed) 12 Dec 2012 [10:31:04], Rusty Russell wrote: Amit Shah amit.s...@redhat.com writes: On (Tue) 11 Dec 2012 [09:39:41], Rusty Russell wrote: Amit Shah amit.s...@redhat.com writes: On (Fri) 16 Nov 2012 [11:22:09], Rusty Russell wrote: Amit Shah amit.s...@redhat.com writes:

RE: [[PATCH v9 3/3] 1/1] virtio_console: Remove buffers from out_vq at port removal

2012-12-12 Thread Sjur BRENDELAND
Amit Shah [mailto:amit.s...@redhat.com] writes: On (Wed) 12 Dec 2012 [10:31:04], Rusty Russell wrote: Amit Shah amit.s...@redhat.com writes: On (Tue) 11 Dec 2012 [09:39:41], Rusty Russell wrote: Amit Shah amit.s...@redhat.com writes: On (Fri) 16 Nov 2012 [11:22:09], Rusty Russell

[PATCHv9 0/2] virtio_console: Add rproc_serial driver

2012-12-12 Thread Sjur Brændeland
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. NOTE: These two patches

[PATCHv9 2/2] virtio_console: Add support for remoteproc serial

2012-12-12 Thread Sjur Brændeland
Add a simple serial connection driver called VIRTIO_ID_RPROC_SERIAL (11) for communicating with a remote processor in an asymmetric multi-processing configuration. This implementation reuses the existing virtio_console implementation, and adds support for DMA allocation of data buffers and

[PATCH] virtio-spec: Document VIRTIO_BLK_T_GET_ID.

2012-12-12 Thread Alexey Zaytsev
Signed-off-by: Alexey Zaytsev alexey.zayt...@gmail.com --- Hi. This feature has been around for a couple of years, probably time to document it. Lyx cleaned up some lines I did not touch, is this ok? virtio-spec.lyx | 73 ++- 1 file