doc: Improve title of vhost concepts page

Change-Id: I78e13fdea835882ba082caa2899c119215098073
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/453449
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
This commit is contained in:
Ben Walker 2019-05-06 10:18:32 -07:00 committed by Darek Stojaczyk
parent 005e18a881
commit 1589ce9cfb

View File

@ -1,4 +1,4 @@
# Vhost processing {#vhost_processing} # Virtualized I/O with Vhost-user {#vhost_processing}
# Table of Contents {#vhost_processing_toc} # Table of Contents {#vhost_processing_toc}
@ -10,10 +10,10 @@
# Introduction {#vhost_processing_intro} # Introduction {#vhost_processing_intro}
This document is intended to provide an overall high level insight into how This document is intended to provide an overview of how Vhost works behind the
Vhost works behind the scenes. scenes. Code snippets used in this document might have been simplified for the
Code snippets used in this document might have been simplified for the sake sake of readability and should not be used as an API or implementation
of readability and should not be used as an API or implementation reference. reference.
Reading from the Reading from the
[Virtio specification](http://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html): [Virtio specification](http://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.html):