mbox

[PULL,for-2.9,0/2] cryptodev patches 20170323

Message ID 1490261951-21352-1-git-send-email-arei.gonglei@huawei.com
State New
Headers show

Pull-request

https://github.com/gongleiarei/qemu.git tags/cryptodev-next-20170323

Message

Gonglei (Arei) March 23, 2017, 9:39 a.m. UTC
The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059:

  Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +0000)

are available in the git repository at:

  https://github.com/gongleiarei/qemu.git tags/cryptodev-next-20170323

for you to fetch changes up to b7bad50ae81efeb180609eeecdb086ebc7536ed7:

  cryptodev: fix asserting single queue (2017-03-23 17:22:01 +0800)

----------------------------------------------------------------
cryptodev fixes

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

Halil Pasic (1):
  cryptodev: fix asserting single queue

Longpeng(Mike) (1):
  cryptodev: setiv only when really need

 backends/cryptodev-builtin.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Peter Maydell March 23, 2017, 2:50 p.m. UTC | #1
On 23 March 2017 at 09:39, Gonglei <arei.gonglei@huawei.com> wrote:
> The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059:
>
>   Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +0000)
>
> are available in the git repository at:
>
>   https://github.com/gongleiarei/qemu.git tags/cryptodev-next-20170323
>
> for you to fetch changes up to b7bad50ae81efeb180609eeecdb086ebc7536ed7:
>
>   cryptodev: fix asserting single queue (2017-03-23 17:22:01 +0800)
>
> ----------------------------------------------------------------
> cryptodev fixes
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM