1. 20 7月, 2017 4 次提交
    • G
      keymaps: fr-ca: more fixups · b02cf99b
      Gerd Hoffmann 提交于
      Fixes: https://bugs.launchpad.net/qemu/+bug/533613
      Cc: Thomas Huth <thuth@redhat.com>
      Suggested-by: NJérôme Poulin <jeromepoulin@gmail.com>
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Message-id: 20170717133444.16743-1-kraxel@redhat.com
      b02cf99b
    • M
      vnc: Clarify documentation of QMP command change · 6dfe8eab
      Markus Armbruster 提交于
      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: NMarkus Armbruster <armbru@redhat.com>
      Reviewed-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
      Message-id: 1500448182-21376-1-git-send-email-armbru@redhat.com
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      6dfe8eab
    • P
      Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2' into staging · d4e59218
      Peter Maydell 提交于
      Merge qcrypto 2017/07/18 v2
      
      # gpg: Signature made Wed 19 Jul 2017 10:11:21 BST
      # gpg:                using RSA key 0xBE86EBB415104FDF
      # gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>"
      # gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>"
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF
      
      * remotes/berrange/tags/pull-qcrypto-2017-07-18-2:
        tests: crypto: add hmac speed benchmark support
        tests: crypto: add hash speed benchmark support
        tests: crypto: add cipher speed benchmark support
        crypto: hmac: add af_alg-backend hmac support
        crypto: hash: add afalg-backend hash support
        crypto: cipher: add afalg-backend cipher support
        crypto: introduce some common functions for af_alg backend
        crypto: hmac: add hmac driver framework
        crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backend
        crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backend
        crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backend
        crypto: hmac: move crypto/hmac.h into include/crypto/
        crypto: hash: add hash driver framework
        crypto: cipher: add cipher driver framework
        crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backend
        crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend
        crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backend
        crypto: cipher: introduce context free function
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d4e59218
    • P
      Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into staging · 824dbfb4
      Peter Maydell 提交于
      Queued target/alpha patches
      
      # gpg: Signature made Wed 19 Jul 2017 05:42:55 BST
      # gpg:                using RSA key 0xAD1270CC4DD0279B
      # gpg: Good signature from "Richard Henderson <rth7680@gmail.com>"
      # gpg:                 aka "Richard Henderson <rth@redhat.com>"
      # gpg:                 aka "Richard Henderson <rth@twiddle.net>"
      # Primary key fingerprint: 9CB1 8DDA F8E8 49AD 2AFC  16A4 AD12 70CC 4DD0 279B
      
      * remotes/rth/tags/pull-axp-20170718:
        target/alpha: Log temp leaks
        target/alpha: Fix temp leak in gen_fbcond
        target/alpha: Fix temp leak in gen_call_pal
        target/alpha: Fix temp leak in gen_mtpr
        target/alpha: Fix temp leak in gen_bcond
        target/alpha: Merge several flag bytes into ENV->FLAGS
        target/alpha: Copy tb->flags into DisasContext
        target/alpha: Remove amask from tb->flags
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      824dbfb4
  2. 19 7月, 2017 36 次提交