diff --git a/doc/developer-guides/virtio-hld.rst b/doc/developer-guides/virtio-hld.rst index 5899b1c8f..6d7b846b6 100644 --- a/doc/developer-guides/virtio-hld.rst +++ b/doc/developer-guides/virtio-hld.rst @@ -530,7 +530,25 @@ VTBLK_F_TOPOLOGY(bit 10) To use the virtio-blk device, use the following virtio command:: - -s ,virtio-blk, + -s ,virtio-blk,[,options] + + options: + + writethru: write operation is reported completed only when the + data has been written to physical storage. + + writeback: write operation is reported completed when data is + placed in page cache. Needs to be flushed to the physical storage. + + ro: open file with readonly mode. + + sectorsize: + 1> sectorsize=/ + 2> sectorsize= + default values for sector size and physical sector size are 512 + + range: + range=/ Successful booting of the User OS verifies the correctness of the device.