* [virtio-comment] [PATCH] packed-ring: Change host,guest to device,driver
@ 2023-10-29 14:04 Parav Pandit
2023-10-29 14:28 ` [virtio-comment] " Michael S. Tsirkin
0 siblings, 1 reply; 3+ messages in thread
From: Parav Pandit @ 2023-10-29 14:04 UTC (permalink / raw)
To: virtio-comment, mst, cohuck; +Cc: shahafs, Parav Pandit
Rest of the packed ring description already uses the device
and driver terminology. Change the introductory line as well from
host and guest to device and driver respectively.
Signed-off-by: Parav Pandit <parav@nvidia.com>
---
packed-ring.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packed-ring.tex b/packed-ring.tex
index 9eeb382..2bb66de 100644
--- a/packed-ring.tex
+++ b/packed-ring.tex
@@ -2,7 +2,7 @@ \section{Packed Virtqueues}\label{sec:Basic Facilities of a Virtio Device / Pack
Packed virtqueues is an alternative compact virtqueue layout using
read-write memory, that is memory that is both read and written
-by both host and guest.
+by both the device and the driver.
Use of packed virtqueues is negotiated by the VIRTIO_F_RING_PACKED
feature bit.
--
2.34.1
This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.
In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.
Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/
^ permalink raw reply related [flat|nested] 3+ messages in thread* [virtio-comment] Re: [PATCH] packed-ring: Change host,guest to device,driver
2023-10-29 14:04 [virtio-comment] [PATCH] packed-ring: Change host,guest to device,driver Parav Pandit
@ 2023-10-29 14:28 ` Michael S. Tsirkin
2023-10-30 8:41 ` Cornelia Huck
0 siblings, 1 reply; 3+ messages in thread
From: Michael S. Tsirkin @ 2023-10-29 14:28 UTC (permalink / raw)
To: Parav Pandit; +Cc: virtio-comment, cohuck, shahafs
On Sun, Oct 29, 2023 at 04:04:37PM +0200, Parav Pandit wrote:
> Rest of the packed ring description already uses the device
> and driver terminology. Change the introductory line as well from
> host and guest to device and driver respectively.
>
> Signed-off-by: Parav Pandit <parav@nvidia.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Editorial change, right Cornelia?
> ---
> packed-ring.tex | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/packed-ring.tex b/packed-ring.tex
> index 9eeb382..2bb66de 100644
> --- a/packed-ring.tex
> +++ b/packed-ring.tex
> @@ -2,7 +2,7 @@ \section{Packed Virtqueues}\label{sec:Basic Facilities of a Virtio Device / Pack
>
> Packed virtqueues is an alternative compact virtqueue layout using
> read-write memory, that is memory that is both read and written
> -by both host and guest.
> +by both the device and the driver.
>
> Use of packed virtqueues is negotiated by the VIRTIO_F_RING_PACKED
> feature bit.
> --
> 2.34.1
This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.
In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.
Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/
^ permalink raw reply [flat|nested] 3+ messages in thread* [virtio-comment] Re: [PATCH] packed-ring: Change host,guest to device,driver
2023-10-29 14:28 ` [virtio-comment] " Michael S. Tsirkin
@ 2023-10-30 8:41 ` Cornelia Huck
0 siblings, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2023-10-30 8:41 UTC (permalink / raw)
To: Michael S. Tsirkin, Parav Pandit; +Cc: virtio-comment, shahafs
On Sun, Oct 29 2023, "Michael S. Tsirkin" <mst@redhat.com> wrote:
> On Sun, Oct 29, 2023 at 04:04:37PM +0200, Parav Pandit wrote:
>> Rest of the packed ring description already uses the device
>> and driver terminology. Change the introductory line as well from
>> host and guest to device and driver respectively.
>>
>> Signed-off-by: Parav Pandit <parav@nvidia.com>
>
> Acked-by: Michael S. Tsirkin <mst@redhat.com>
>
> Editorial change, right Cornelia?
Agreed.
>
>> ---
>> packed-ring.tex | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/packed-ring.tex b/packed-ring.tex
>> index 9eeb382..2bb66de 100644
>> --- a/packed-ring.tex
>> +++ b/packed-ring.tex
>> @@ -2,7 +2,7 @@ \section{Packed Virtqueues}\label{sec:Basic Facilities of a Virtio Device / Pack
>>
>> Packed virtqueues is an alternative compact virtqueue layout using
>> read-write memory, that is memory that is both read and written
>> -by both host and guest.
>> +by both the device and the driver.
>>
>> Use of packed virtqueues is negotiated by the VIRTIO_F_RING_PACKED
>> feature bit.
>> --
>> 2.34.1
This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.
In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.
Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-30 8:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-29 14:04 [virtio-comment] [PATCH] packed-ring: Change host,guest to device,driver Parav Pandit
2023-10-29 14:28 ` [virtio-comment] " Michael S. Tsirkin
2023-10-30 8:41 ` Cornelia Huck
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.