qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 14b617: virtio: fix --enable-vhost-user build


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 14b617: virtio: fix --enable-vhost-user build on non-Linux
Date: Tue, 29 Mar 2022 15:32:22 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 14b61778bc968d121dd19c4e960d98c441271a7d
      
https://github.com/qemu/qemu/commit/14b61778bc968d121dd19c4e960d98c441271a7d
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M hw/virtio/meson.build

  Log Message:
  -----------
  virtio: fix --enable-vhost-user build on non-Linux

The vhost-shadow-virtqueue.c build requires include files from
linux-headers/, so it cannot be built on non-Linux systems.
Fortunately it is only needed by vhost-vdpa, so move it there.

Acked-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 36e38426ff40c9ba86d4e66027f3a98747890623
      
https://github.com/qemu/qemu/commit/36e38426ff40c9ba86d4e66027f3a98747890623
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M tests/tcg/Makefile.target

  Log Message:
  -----------
  tests/tcg: really fix path to target configuration

This was attempted in commit 533b0a1a41 ("tests/tcg: Fix target-specific
Makefile variables path for user-mode", 2022-01-12) but it also used the
wrong path; default.mak is used for config/devices, not config/targets.

While at it, explain what the inclusion is about.

Cc: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: aad3cc8626d1f5f911c06fb048e3fa748718551d
      
https://github.com/qemu/qemu/commit/aad3cc8626d1f5f911c06fb048e3fa748718551d
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M hw/virtio/meson.build
    M tests/tcg/Makefile.target

  Log Message:
  -----------
  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging

Build bugfixes.

# gpg: Signature made Tue 29 Mar 2022 14:59:03 BST
# gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg:                issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
# gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]
# Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
#      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83

* tag 'for-upstream' of https://gitlab.com/bonzini/qemu:
  tests/tcg: really fix path to target configuration
  virtio: fix --enable-vhost-user build on non-Linux

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/68894b5fed67...aad3cc8626d1



reply via email to

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