mbox

[PULL,v1,0/2] QCrypto fixes for 2.6.0-rc1

Message ID 1459850152-19437-1-git-send-email-berrange@redhat.com
State New
Headers show

Pull-request

git://github.com/berrange/qemu tags/pull-qcrypto-2016-04-05-1

Message

Daniel P. Berrangé April 5, 2016, 9:55 a.m. UTC
The following changes since commit 1dbc7cc9b91ba229ec958418bef483364f06fe72:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160405' into staging (2016-04-05 09:32:35 +0100)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-qcrypto-2016-04-05-1

for you to fetch changes up to c44e92a4151248f80a31c8aa7343e399e508fa95:

  crypto: fix nettle config check for running pbkdf test (2016-04-05 10:52:57 +0100)

----------------------------------------------------------------
Merge QCrypto fixes 2016/04/05 v1

----------------------------------------------------------------

Daniel P. Berrange (2):
  crypto: fix typo in docs for secret object type
  crypto: fix nettle config check for running pbkdf test

 qemu-options.hx | 2 +-
 tests/Makefile  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell April 5, 2016, 11:56 a.m. UTC | #1
On 5 April 2016 at 10:55, Daniel P. Berrange <berrange@redhat.com> wrote:
> The following changes since commit 1dbc7cc9b91ba229ec958418bef483364f06fe72:
>
>   Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160405' into staging (2016-04-05 09:32:35 +0100)
>
> are available in the git repository at:
>
>   git://github.com/berrange/qemu tags/pull-qcrypto-2016-04-05-1
>
> for you to fetch changes up to c44e92a4151248f80a31c8aa7343e399e508fa95:
>
>   crypto: fix nettle config check for running pbkdf test (2016-04-05 10:52:57 +0100)
>
> ----------------------------------------------------------------
> Merge QCrypto fixes 2016/04/05 v1
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM