[virtio-dev] Re: [virtio-comment] Re: [virtio-dev] Re: [virtio-comment] [PATCH v3 1/1] virtio-ism: introduce new device virtio-ism

2023-04-09 Thread Jason Wang
On Fri, Apr 7, 2023 at 11:24 AM Xuan Zhuo wrote: > > On Wed, 5 Apr 2023 08:52:14 -0400, "Michael S. Tsirkin" > wrote: > > On Wed, Apr 05, 2023 at 02:39:53PM +0200, Alexandra Winter wrote: > > > > > > > > > On 24.03.23 05:03, Wen Gu wrote: > > > > > > > > > > > > On 2023/3/23 22:46, Halil Pasic

[virtio-dev] Re: [virtio-comment] Re: [virtio-dev] Re: [virtio-comment] [PATCH v3 1/1] virtio-ism: introduce new device virtio-ism

2023-04-07 Thread Michael S. Tsirkin
On Fri, Apr 07, 2023 at 11:22:15AM +0800, Xuan Zhuo wrote: > On Wed, 5 Apr 2023 08:52:14 -0400, "Michael S. Tsirkin" > wrote: > > On Wed, Apr 05, 2023 at 02:39:53PM +0200, Alexandra Winter wrote: > > > > > > > > > On 24.03.23 05:03, Wen Gu wrote: > > > > > > > > > > > > On 2023/3/23 22:46, Halil

Re: [virtio-dev] Re: [virtio-comment] [PATCH v3 1/1] virtio-ism: introduce new device virtio-ism

2023-04-05 Thread Michael S. Tsirkin
On Wed, Apr 05, 2023 at 02:39:53PM +0200, Alexandra Winter wrote: > > > On 24.03.23 05:03, Wen Gu wrote: > > > > > > On 2023/3/23 22:46, Halil Pasic wrote: > > > >> On Thu,  9 Feb 2023 11:30:56 +0800 > >> Xuan Zhuo wrote: > >> > > ... > > > > >> To get back to the things proposed here:

[virtio-dev] Re: [virtio-comment] [PATCH v3 1/1] virtio-ism: introduce new device virtio-ism

2023-03-24 Thread Michael S. Tsirkin
On Fri, Mar 24, 2023 at 12:51:13AM -0400, Parav Pandit wrote: > > > On 2/8/2023 10:30 PM, Xuan Zhuo wrote: > > An ISM(Internal Shared Memory) device provides the ability to access memory > > shared between multiple devices. This allows low-overhead communication in > > presence of such memory.

[virtio-dev] Re: [virtio-comment] [PATCH v3 1/1] virtio-ism: introduce new device virtio-ism

2023-03-24 Thread Xuan Zhuo
On Fri, 24 Mar 2023 00:51:13 -0400, Parav Pandit wrote: > > > On 2/8/2023 10:30 PM, Xuan Zhuo wrote: > > An ISM(Internal Shared Memory) device provides the ability to access memory > > shared between multiple devices. This allows low-overhead communication in > > presence of such memory. For

[virtio-dev] Re: [virtio-comment] [PATCH v3 1/1] virtio-ism: introduce new device virtio-ism

2023-03-23 Thread Parav Pandit
On 2/8/2023 10:30 PM, Xuan Zhuo wrote: An ISM(Internal Shared Memory) device provides the ability to access memory shared between multiple devices. This allows low-overhead communication in presence of such memory. For example, memory can be shared with guests of multiple virtual machines

[virtio-dev] Re: [virtio-comment] [PATCH v3 1/1] virtio-ism: introduce new device virtio-ism

2023-03-23 Thread Halil Pasic
On Thu, 9 Feb 2023 11:30:56 +0800 Xuan Zhuo wrote: > +\subsection{Device configuration layout}\label{sec:Device Types / ISM Device > / Device configuration layout} > + > +\begin{lstlisting} > +struct virtio_ism_config { > + le128 cdid; > + le64 devid; > + le64 chunk_size; > +

[virtio-dev] RE: [virtio-comment] [PATCH v3 1/1] virtio-ism: introduce new device virtio-ism

2023-02-08 Thread Parav Pandit
Hi Xuan, > From: virtio-comm...@lists.oasis-open.org open.org> On Behalf Of Xuan Zhuo > conformance.tex | 26 +++ > content.tex | 1 + > virtio-ism.tex | 573 Can you please rebase your patches? Devices are placed under their own