OASIS Virtual I/O Device (VIRTIO) TC

 View Only

[PATCH] virtio-blk: flush: Fix driver vs. device typo

  • 1.  [PATCH] virtio-blk: flush: Fix driver vs. device typo

    Posted 07-02-2015 07:57
    This is a simple non-material change, in case the committe decides to put this in cs03. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- content.tex 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.tex b/content.tex index 1efdcc8..8de905f 100644 --- a/content.tex +++ b/content.tex @@ -3871,7 +3871,7 @@ A device MUST set the field{status} byte to VIRTIO_BLK_S_IOERR for a write request if the VIRTIO_BLK_F_RO feature if offered, and MUST NOT write any data. -Upon receipt of a VIRTIO_BLK_T_FLUSH request, the driver SHOULD ensure +Upon receipt of a VIRTIO_BLK_T_FLUSH request, the device SHOULD ensure that any writes which were completed are committed to non-volatile storage. subsubsection{Legacy Interface: Device Operation}label{sec:Device Types / Block Device / Device Operation / Legacy Interface: Device Operation} -- 2.4.3