qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 8e242b: meson: use dependency() to find libjp


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 8e242b: meson: use dependency() to find libjpeg
Date: Thu, 26 Nov 2020 03:33:02 -0800

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 8e242b3cb4cb9f7c2eeeec12a79d99a12c8e0ecf
      
https://github.com/qemu/qemu/commit/8e242b3cb4cb9f7c2eeeec12a79d99a12c8e0ecf
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
    M meson.build

  Log Message:
  -----------
  meson: use dependency() to find libjpeg

Prefer pkg-config to find_library because some installations of libjpeg
may place it outside the default search path.

Reported-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: dd3d2340c4076d1735cd0f7cb61f4d8622b9562d
      
https://github.com/qemu/qemu/commit/dd3d2340c4076d1735cd0f7cb61f4d8622b9562d
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Update version for v5.2.0-rc3 release

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


  Commit: 8e84bf984a9870f1bb769ead56846b3385aafb64
      
https://github.com/qemu/qemu/commit/8e84bf984a9870f1bb769ead56846b3385aafb64
  Author: Olaf Hering <olaf@aepfle.de>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: remove python pkg_resources check

Since meson.git#0240d760c7699a059cc89e584363c6431cdd2b61 setuptools is not 
required anymore.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201124211925.4194-1-olaf@aepfle.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 92ea0270179839aee4e5addb6518945fe31c21e4
      
https://github.com/qemu/qemu/commit/92ea0270179839aee4e5addb6518945fe31c21e4
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
    M .cirrus.yml
    M tests/docker/dockerfiles/debian10.docker
    M tests/docker/dockerfiles/fedora-win32-cross.docker
    M tests/docker/dockerfiles/fedora-win64-cross.docker
    M tests/vm/freebsd
    M tests/vm/haiku.x86_64
    M tests/vm/netbsd
    M tests/vm/openbsd

  Log Message:
  -----------
  tests/docker, tests/vm: remove setuptools from images

Setuptools is not needed anymore by the bundled copy of meson,
remove it.

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 4634d5e4e18eb09e99c97cbf7a993a3d373cdee3
      
https://github.com/qemu/qemu/commit/4634d5e4e18eb09e99c97cbf7a993a3d373cdee3
  Author: Paolo Bonzini <pbonzini@redhat.com>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
    M target/i386/translate.c
    M tests/tcg/i386/Makefile.target
    A tests/tcg/i386/test-i386-bmi2.c

  Log Message:
  -----------
  target/i386: fix operand order for PDEP and PEXT

For PDEP and PEXT, the mask is provided in the memory (mod+r/m)
operand, and therefore is loaded in s->T0 by gen_ldst_modrm.
The source is provided in the second source operand (VEX.vvvv)
and therefore is loaded in s->T1.  Fix the order in which
they are passed to the helpers.

Reported-by: Lenard Szolnoki <blog@lenardszolnoki.com>
Analyzed-by: Lenard Szolnoki <blog@lenardszolnoki.com>
Fixes: https://bugs.launchpad.net/qemu/+bug/1605123
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: dae3916d846cd88aff038a56b82fa687fd6d02a3
      
https://github.com/qemu/qemu/commit/dae3916d846cd88aff038a56b82fa687fd6d02a3
  Author: Stefan Weil <sw@weilnetz.de>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
    M meson.build

  Log Message:
  -----------
  nsis: Fix build for 64 bit installer

Pass cpu instead of cpu_family to the NSIS installer script.

That script checks for "x86_64" which is the cpu value,
while cpu_family is "x86".

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20201125191833.964753-1-sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


  Commit: 49bb5758ea759496f20a2b9b1a2f05af944a0b66
      
https://github.com/qemu/qemu/commit/49bb5758ea759496f20a2b9b1a2f05af944a0b66
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
    M .cirrus.yml
    M configure
    M meson.build
    M target/i386/translate.c
    M tests/docker/dockerfiles/debian10.docker
    M tests/docker/dockerfiles/fedora-win32-cross.docker
    M tests/docker/dockerfiles/fedora-win64-cross.docker
    M tests/tcg/i386/Makefile.target
    A tests/tcg/i386/test-i386-bmi2.c
    M tests/vm/freebsd
    M tests/vm/haiku.x86_64
    M tests/vm/netbsd
    M tests/vm/openbsd

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into 
staging

Bug fixes + removing the setuptools dependency

# gpg: Signature made Wed 25 Nov 2020 22:39:26 GMT
# 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

* remotes/bonzini-gitlab/tags/for-upstream:
  nsis: Fix build for 64 bit installer
  target/i386: fix operand order for PDEP and PEXT
  tests/docker, tests/vm: remove setuptools from images
  configure: remove python pkg_resources check
  meson: use dependency() to find libjpeg

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


Compare: https://github.com/qemu/qemu/compare/1a6ab01d3f10...49bb5758ea75



reply via email to

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