aboutsummaryrefslogtreecommitdiff
path: root/docs/interop/nbd.txt
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2021-11-18 15:34:01 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2021-11-19 10:16:58 +0100
commit5135fe71101db08cf65090963247f9b1b8138b73 (patch)
tree7d12dd975a9d78f44db6e4474d8812e67d5fcc33 /docs/interop/nbd.txt
parent283191640c875e0b3e79c75ba2c6bc6b96588666 (diff)
downloadqemu-5135fe71101db08cf65090963247f9b1b8138b73.zip
qemu-5135fe71101db08cf65090963247f9b1b8138b73.tar.gz
qemu-5135fe71101db08cf65090963247f9b1b8138b73.tar.bz2
docs: Spell QEMU all caps
Replace Qemu -> QEMU. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Darren Kenny <darren.kenny@oracle.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20211118143401.4101497-1-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/interop/nbd.txt')
-rw-r--r--docs/interop/nbd.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/interop/nbd.txt b/docs/interop/nbd.txt
index 10ce098..bdb0f2a 100644
--- a/docs/interop/nbd.txt
+++ b/docs/interop/nbd.txt
@@ -1,4 +1,4 @@
-Qemu supports the NBD protocol, and has an internal NBD client (see
+QEMU supports the NBD protocol, and has an internal NBD client (see
block/nbd.c), an internal NBD server (see blockdev-nbd.c), and an
external NBD server tool (see qemu-nbd.c). The common code is placed
in nbd/*.
@@ -7,11 +7,11 @@ The NBD protocol is specified here:
https://github.com/NetworkBlockDevice/nbd/blob/master/doc/proto.md
The following paragraphs describe some specific properties of NBD
-protocol realization in Qemu.
+protocol realization in QEMU.
= Metadata namespaces =
-Qemu supports the "base:allocation" metadata context as defined in the
+QEMU supports the "base:allocation" metadata context as defined in the
NBD protocol specification, and also defines an additional metadata
namespace "qemu".