[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [PATCH] packed-ring: Change host,guest to device,driver
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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]