summaryrefslogtreecommitdiffstats
path: root/fsdev
diff options
context:
space:
mode:
authorStefan Weil2012-04-07 09:23:36 +0200
committerBlue Swirl2012-04-07 15:58:06 +0200
commit071c93945825dcf8b8ec0d81f09e631d7c96142d (patch)
tree638ed9fb535aaa180f3bcd8fe9026264731415c0 /fsdev
parentremove useless comments in dma (diff)
downloadqemu-071c93945825dcf8b8ec0d81f09e631d7c96142d.tar.gz
qemu-071c93945825dcf8b8ec0d81f09e631d7c96142d.tar.xz
qemu-071c93945825dcf8b8ec0d81f09e631d7c96142d.zip
Replace Qemu by QEMU in user visible documentation
The official spelling is QEMU. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'fsdev')
-rw-r--r--fsdev/virtfs-proxy-helper.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsdev/virtfs-proxy-helper.texi b/fsdev/virtfs-proxy-helper.texi
index faa0434480..e60e3b9465 100644
--- a/fsdev/virtfs-proxy-helper.texi
+++ b/fsdev/virtfs-proxy-helper.texi
@@ -24,7 +24,7 @@ in non-root mode, but doing privileged operations using socket IO.
Proxy helper(a stand alone binary part of qemu) is invoked with
root privileges. Proxy helper chroots into 9p export path and creates
a socket pair or a named socket based on the command line parameter.
-Qemu and proxy helper communicate using this socket. QEMU proxy fs
+QEMU and proxy helper communicate using this socket. QEMU proxy fs
driver sends filesystem request to proxy helper and receives the
response from it.