qemu-options: Improve -global documentation
authorMarkus Armbruster <armbru@redhat.com>
Mon, 15 Jun 2015 12:35:58 +0000 (14:35 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 23 Jun 2015 17:23:39 +0000 (20:23 +0300)
commitae08fd5a365e650d70acfe1d9027501707041b52
tree0dd905909c7b76165baef0218ba8b631628808d3
parent6b932c0a5f951f1cfd3c459d8946074b9df8b829
qemu-options: Improve -global documentation

Recent commit 3751d7c "vl: allow full-blown QemuOpts syntax for
-global" overloaded its existing argument syntax DRIVER.PROP=VALUE
with QemuOpts syntax.  Unambigious as long as no DRIVER contains '='.

Its documentation claims that "the two syntaxes are equivalent."
Improve it to spell out how exactly the old syntax gets desugared into
the new one.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
qemu-options.hx