qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 07982d: crypto: fix description of @errp para


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 07982d: crypto: fix description of @errp parameter initial...
Date: Tue, 02 Feb 2016 08:30:05 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 07982d2ee9a57bf4f04fc18f77f0f56fa9a33c08
      
https://github.com/qemu/qemu/commit/07982d2ee9a57bf4f04fc18f77f0f56fa9a33c08
  Author: Daniel P. Berrange <address@hidden>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
    M include/crypto/cipher.h
    M include/crypto/hash.h
    M include/crypto/tlssession.h

  Log Message:
  -----------
  crypto: fix description of @errp parameter initialization

The "Error **errp" parameters must be NULL initialized
not uninitialized.

Signed-off-by: Daniel P. Berrange <address@hidden>


  Commit: 9884abee8f3f52002f33616cd86bc4a5d8d7b6d1
      
https://github.com/qemu/qemu/commit/9884abee8f3f52002f33616cd86bc4a5d8d7b6d1
  Author: Daniel P. Berrange <address@hidden>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
    M crypto/secret.c
    M crypto/tlscreds.c
    M crypto/tlscredsanon.c
    M crypto/tlscredsx509.c

  Log Message:
  -----------
  crypto: register properties against the class instead of object

This converts the tlscredsx509, tlscredsanon and secret objects
to register their properties against the class rather than object.

Signed-off-by: Daniel P. Berrange <address@hidden>


  Commit: c0377a7cc6cb46aba295b744d237aeed94087ac0
      
https://github.com/qemu/qemu/commit/c0377a7cc6cb46aba295b744d237aeed94087ac0
  Author: Daniel P. Berrange <address@hidden>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
    M crypto/hash.c

  Log Message:
  -----------
  crypto: ensure qcrypto_hash_digest_len is always defined

The qcrypto_hash_digest_len method was accidentally inside
a CONFIG_GNUTLS_HASH block, even though it doesn't depend
on gnutls. Re-arrange it to be unconditionally defined.

Reviewed-by: Fam Zheng <address@hidden>
Signed-off-by: Daniel P. Berrange <address@hidden>


  Commit: d2ea854c382d4d080de1f149167e60290108f79b
      
https://github.com/qemu/qemu/commit/d2ea854c382d4d080de1f149167e60290108f79b
  Author: Peter Maydell <address@hidden>
  Date:   2016-02-02 (Tue, 02 Feb 2016)

  Changed paths:
    M crypto/hash.c
    M crypto/secret.c
    M crypto/tlscreds.c
    M crypto/tlscredsanon.c
    M crypto/tlscredsx509.c
    M include/crypto/cipher.h
    M include/crypto/hash.h
    M include/crypto/tlssession.h

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/berrange/tags/pull-qcrypto-next-2016-02-02-1' into staging

Merge qcrypto-next 2016/2/2 v1

# gpg: Signature made Tue 02 Feb 2016 13:13:05 GMT using RSA key ID 15104FDF
# gpg: Good signature from "Daniel P. Berrange <address@hidden>"
# gpg:                 aka "Daniel P. Berrange <address@hidden>"

* remotes/berrange/tags/pull-qcrypto-next-2016-02-02-1:
  crypto: ensure qcrypto_hash_digest_len is always defined
  crypto: register properties against the class instead of object
  crypto: fix description of @errp parameter initialization

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


Compare: https://github.com/qemu/qemu/compare/baa3f6382787...d2ea854c382d

reply via email to

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