qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 6dfe8e: vnc: Clarify documentation of QMP com


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 6dfe8e: vnc: Clarify documentation of QMP command change
Date: Thu, 20 Jul 2017 09:52:15 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6dfe8eabe21c73ede730687e10b85ab645e3022e
      
https://github.com/qemu/qemu/commit/6dfe8eabe21c73ede730687e10b85ab645e3022e
  Author: Markus Armbruster <address@hidden>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  vnc: Clarify documentation of QMP command change

QMP command

    { "execute": "change",
      "arguments": { "device": "vnc", "target": "password", "arg": PWD } }

behaves just like

    { "execute": "change-vnc-password",
      "arguments": { "password", "arg": PWD } }

Their documentation differs, however.  According to
change-vnc-password's documentation, "an empty password [...] will set
the password to the empty string", while change's documentation claims
"no future logins will be allowed".  The former is actually correct.
Replace the incorrect claim by a reference to change-vnc-password.

Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: b02cf99b9d998b3ec23dae8a4a8210e222b4294b
      
https://github.com/qemu/qemu/commit/b02cf99b9d998b3ec23dae8a4a8210e222b4294b
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

  Changed paths:
    M pc-bios/keymaps/fr-ca

  Log Message:
  -----------
  keymaps: fr-ca: more fixups

Fixes: https://bugs.launchpad.net/qemu/+bug/533613
Cc: Thomas Huth <address@hidden>
Suggested-by: Jérôme Poulin <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden


  Commit: 25d0233c1ac6cd14a15fcc834f1de3b179037b1d
      
https://github.com/qemu/qemu/commit/25d0233c1ac6cd14a15fcc834f1de3b179037b1d
  Author: Peter Maydell <address@hidden>
  Date:   2017-07-20 (Thu, 20 Jul 2017)

  Changed paths:
    M pc-bios/keymaps/fr-ca
    M qapi-schema.json

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170720-pull-request' 
into staging

ui fixes (vnc docs, keymaps) for 2.10

# gpg: Signature made Thu 20 Jul 2017 08:54:25 BST
# gpg:                using RSA key 0x4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/ui-20170720-pull-request:
  keymaps: fr-ca: more fixups
  vnc: Clarify documentation of QMP command change

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/64f871e3c92e...25d0233c1ac6

reply via email to

[Prev in Thread] Current Thread [Next in Thread]