mbox

[PULL,0/1] Qcrypto next patches

Message ID 20190321115548.6985-1-berrange@redhat.com
State New
Headers show

Pull-request

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

Message

Daniel P. Berrangé March 21, 2019, 11:55 a.m. UTC
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(-)

Comments

Peter Maydell March 21, 2019, 1:01 p.m. UTC | #1
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