[PULL 0/1] Build system patch for 6.1-rc3

Paolo Bonzini posted 1 patch 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210809094530.230065-1-pbonzini@redhat.com
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] Build system patch for 6.1-rc3
Posted by Paolo Bonzini 2 years, 9 months ago
The following changes since commit dee64246ded3aa7dbada68b96ce1c64e5bea327d:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging (2021-08-06 10:28:33 +0100)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to abc14fd05606274d8350f1f90d1ec7bc9e51aa21:

  meson: fix logic for gnutls check (2021-08-06 15:36:11 +0000)

----------------------------------------------------------------
Fix for gnutls-crypto detection

----------------------------------------------------------------
Alyssa Ross (1):
      meson: fix logic for gnutls check

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-- 
2.31.1


Re: [PULL 0/1] Build system patch for 6.1-rc3
Posted by Peter Maydell 2 years, 9 months ago
On Mon, 9 Aug 2021 at 10:48, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit dee64246ded3aa7dbada68b96ce1c64e5bea327d:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging (2021-08-06 10:28:33 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to abc14fd05606274d8350f1f90d1ec7bc9e51aa21:
>
>   meson: fix logic for gnutls check (2021-08-06 15:36:11 +0000)
>
> ----------------------------------------------------------------
> Fix for gnutls-crypto detection
>


Applied, thanks.

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

-- PMM