[Qemu-devel] [PULL 0/1] Qcrypto next patches

Daniel P. Berrangé posted 1 patch 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190321115548.6985-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>
There is a newer version of this series
crypto/block-luks.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] Qcrypto next patches
Posted by Daniel P. Berrangé 5 years, 1 month ago
The following changes since commit 6532dcebb6160f94b6b278af5e73784164c669f6:

  Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' into staging (2019-03-21 09:33:11 +0000)

are available in the Git repository at:

  https://github.com/berrange/qemu tags/qcrypto-next-pull-request

for you to fetch changes up to 5993e3be1d9ff5395c0b753c638760bff4a8360f:

  crypto/block: remove redundant struct packing to fix build with gcc 9 (2019-03-21 11:54:38 +0000)

----------------------------------------------------------------
Avoid struct packing warnings with gcc9

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

Greg Kurz (1):
  crypto/block: remove redundant struct packing to fix build with gcc 9

 crypto/block-luks.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/1] Qcrypto next patches
Posted by Peter Maydell 5 years, 1 month ago
On Thu, 21 Mar 2019 at 12:07, Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> The following changes since commit 6532dcebb6160f94b6b278af5e73784164c669f6:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' into staging (2019-03-21 09:33:11 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/berrange/qemu tags/qcrypto-next-pull-request
>
> for you to fetch changes up to 5993e3be1d9ff5395c0b753c638760bff4a8360f:
>
>   crypto/block: remove redundant struct packing to fix build with gcc 9 (2019-03-21 11:54:38 +0000)
>
> ----------------------------------------------------------------
> Avoid struct packing warnings with gcc9
>
> ----------------------------------------------------------------
>
> Greg Kurz (1):
>   crypto/block: remove redundant struct packing to fix build with gcc 9
>
>  crypto/block-luks.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM