qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 7f4a93: vhost-user: fix up rhel6 build


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 7f4a93: vhost-user: fix up rhel6 build
Date: Fri, 23 Oct 2015 04:30:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 7f4a930e64b9e69cd340395a7e4f0494aef4fcdd
      
https://github.com/qemu/qemu/commit/7f4a930e64b9e69cd340395a7e4f0494aef4fcdd
  Author: Michael S. Tsirkin <address@hidden>
  Date:   2015-10-22 (Thu, 22 Oct 2015)

  Changed paths:
    M hw/virtio/vhost-user.c

  Log Message:
  -----------
  vhost-user: fix up rhel6 build

Build on RHEL6 fails:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42875

Apparently unnamed unions couldn't use C99  named field initializers.
Let's just name the payload union field.

Signed-off-by: Michael S. Tsirkin <address@hidden>


  Commit: dfbe0642ef8e643e7e41956c8ca97f1acc9464a9
      
https://github.com/qemu/qemu/commit/dfbe0642ef8e643e7e41956c8ca97f1acc9464a9
  Author: Peter Maydell <address@hidden>
  Date:   2015-10-23 (Fri, 23 Oct 2015)

  Changed paths:
    M hw/virtio/vhost-user.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging

vhost: build fix

Fix build breakages when using older gcc.

Signed-off-by: Michael S. Tsirkin <address@hidden>

# gpg: Signature made Thu 22 Oct 2015 20:36:07 BST using RSA key ID D28D5469
# gpg: Good signature from "Michael S. Tsirkin <address@hidden>"
# gpg:                 aka "Michael S. Tsirkin <address@hidden>"

* remotes/mst/tags/for_upstream:
  vhost-user: fix up rhel6 build

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/6a6739de5107...dfbe0642ef8e

reply via email to

[Prev in Thread] Current Thread [Next in Thread]