From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: virtio-dev-return-6435-cohuck=redhat.com@lists.oasis-open.org Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: Received: from lists.oasis-open.org (oasis-open.org [10.110.1.242]) by lists.oasis-open.org (Postfix) with ESMTP id 38E60985A86 for ; Mon, 2 Dec 2019 12:40:25 +0000 (UTC) Date: Mon, 2 Dec 2019 13:40:14 +0100 From: Cornelia Huck Message-ID: <20191202134014.3b81bad3.cohuck@redhat.com> In-Reply-To: <20191202100216.133556-1-stefanha@redhat.com> References: <20191202100216.133556-1-stefanha@redhat.com> MIME-Version: 1.0 Subject: Re: [virtio-dev] [PATCH] virtio-blk: document VIRTIO_BLK_T_GET_ID Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: Stefan Hajnoczi Cc: virtio-dev@lists.oasis-open.org, Jan Kiszka List-ID: On Mon, 2 Dec 2019 10:02:16 +0000 Stefan Hajnoczi wrote: > The VIRTIO_BLK_T_GET_ID request type was implemented in Linux and QEMU > in 2010. It does not have a feature bit but devices respond with > VIRTIO_BLK_S_UNSUPP if a request type is unimplemented. > > This patch documents the VIRTIO_BLK_T_GET_ID request type as currently > implemented in Linux and QEMU. > > Suggested-by: Jan Kiszka > Signed-off-by: Stefan Hajnoczi > --- > content.tex | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) Reviewed-by: Cornelia Huck --------------------------------------------------------------------- To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org