Skip to content
Snippets Groups Projects
  1. Oct 18, 2023
  2. Oct 17, 2023
  3. Oct 16, 2023
  4. Oct 12, 2023
  5. Oct 11, 2023
  6. Oct 08, 2023
  7. Oct 04, 2023
  8. Oct 03, 2023
  9. Sep 29, 2023
    • Paolo Bonzini's avatar
      make-release: do not ship dtc sources · f0df613b
      Paolo Bonzini authored
      
      A new enough libfdt is included in all of Debian 11, Ubuntu 20.04
      and MSYS2.  It has also been included for several minor releases
      in Fedora and openSUSE Leap, as well as in CentOS.  Therefore
      there is no need anymore to ship the sources together with the QEMU
      tarballs.
      
      Keep the wrap file so that it can be used with --enable-download,
      but do not ship the sources anymore with either archive-source.sh
      or make-release.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      f0df613b
  10. Sep 26, 2023
  11. Sep 25, 2023
    • Thomas Huth's avatar
      meson.build: Make keyutils independent from keyring · c64023b0
      Thomas Huth authored
      Commit 0db0fbb5 ("Add conditional dependency for libkeyutils")
      tried to provide a possibility for the user to disable keyutils
      if not required by makeing it depend on the keyring feature. This
      looked reasonable at a first glance (the unit test in tests/unit/
      needs both), but the condition in meson.build fails if the feature
      is meant to be detected automatically, and there is also another
      spot in backends/meson.build where keyutils is used independently
      from keyring. So let's remove the dependency on keyring again and
      introduce a proper meson build option instead.
      
      Cc: qemu-stable@nongnu.org
      Fixes: 0db0fbb5 ("Add conditional dependency for libkeyutils")
      Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1842
      
      
      Message-ID: <20230824094208.255279-1-thuth@redhat.com>
      Reviewed-by: default avatar"Daniel P. Berrangé" <berrange@redhat.com>
      Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
      c64023b0
  12. Sep 21, 2023
Loading