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

Gonglei posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1490261951-21352-1-git-send-email-arei.gonglei@huawei.com
Test checkpatch passed
Test docker passed
Test s390x passed
backends/cryptodev-builtin.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
[Qemu-devel] [PULL for-2.9 0/2] cryptodev patches 20170323
Posted by Gonglei 7 years ago
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(-)

-- 
1.7.12.4



Re: [Qemu-devel] [PULL for-2.9 0/2] cryptodev patches 20170323
Posted by Peter Maydell 7 years ago
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