[PULL v2 0/4] Final (?) batch of misc patches for QEMU 5.2

Paolo Bonzini posted 4 patches 3 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201126142218.3121595-1-pbonzini@redhat.com
Test checkpatch passed
Maintainers: Fam Zheng <fam@euphon.net>, Li-Wen Hsu <lwhsu@freebsd.org>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Ed Maste <emaste@freebsd.org>
.cirrus.yml                                        | 1 -
configure                                          | 3 ---
meson.build                                        | 7 +++----
tests/docker/dockerfiles/debian10.docker           | 1 -
tests/docker/dockerfiles/fedora-win32-cross.docker | 1 -
tests/docker/dockerfiles/fedora-win64-cross.docker | 1 -
tests/vm/freebsd                                   | 1 -
tests/vm/haiku.x86_64                              | 1 -
tests/vm/netbsd                                    | 1 -
tests/vm/openbsd                                   | 1 -
10 files changed, 3 insertions(+), 15 deletions(-)
[PULL v2 0/4] Final (?) batch of misc patches for QEMU 5.2
Posted by Paolo Bonzini 3 years, 4 months ago
The following changes since commit 8cc30eb1400fc01f2b139cdd3dc524f8b84dbe07:

  Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20201122' into staging (2020-11-22 15:02:52 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 24bdcc9608fad3dce2bcf3362722493f1ba0f3eb:

  nsis: Fix build for 64 bit installer (2020-11-26 09:20:48 -0500)

v1->v2: dropped i386 patch

----------------------------------------------------------------
Remove obsolete setuptools dependency and fix Stefan's
Win32 builds.

----------------------------------------------------------------
Olaf Hering (1):
      configure: remove python pkg_resources check

Paolo Bonzini (2):
      meson: use dependency() to find libjpeg
      tests/docker, tests/vm: remove setuptools from images

Stefan Weil (1):
      nsis: Fix build for 64 bit installer

 .cirrus.yml                                        | 1 -
 configure                                          | 3 ---
 meson.build                                        | 7 +++----
 tests/docker/dockerfiles/debian10.docker           | 1 -
 tests/docker/dockerfiles/fedora-win32-cross.docker | 1 -
 tests/docker/dockerfiles/fedora-win64-cross.docker | 1 -
 tests/vm/freebsd                                   | 1 -
 tests/vm/haiku.x86_64                              | 1 -
 tests/vm/netbsd                                    | 1 -
 tests/vm/openbsd                                   | 1 -
 10 files changed, 3 insertions(+), 15 deletions(-)
-- 
2.26.2


Re: [PULL v2 0/4] Final (?) batch of misc patches for QEMU 5.2
Posted by Peter Maydell 3 years, 4 months ago
On Thu, 26 Nov 2020 at 14:24, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 8cc30eb1400fc01f2b139cdd3dc524f8b84dbe07:
>
>   Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20201122' into staging (2020-11-22 15:02:52 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 24bdcc9608fad3dce2bcf3362722493f1ba0f3eb:
>
>   nsis: Fix build for 64 bit installer (2020-11-26 09:20:48 -0500)
>
> v1->v2: dropped i386 patch
>
> ----------------------------------------------------------------
> Remove obsolete setuptools dependency and fix Stefan's
> Win32 builds.
>

Applied, thanks.

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

-- PMM