[PULL 00/16] Misc patches for 2021-12-20

Paolo Bonzini posted 16 patches 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211219141711.248066-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Richard Henderson <richard.henderson@linaro.org>
configure                       | 253 +++++++++++++++++-----------------------
cpu.c                           |   5 -
docs/meson.build                |   6 +-
hw/i386/vmmouse.c               |   4 +
hw/scsi/megasas.c               |   1 +
include/exec/cpu-all.h          |   2 -
include/hw/scsi/scsi.h          |   2 +-
meson.build                     |  39 ++++---
pc-bios/meson.build             |   2 +-
tests/qtest/fuzz-megasas-test.c |  30 +++++
tests/tcg/configure.sh          |   4 +-
tests/unit/meson.build          |   2 +-
12 files changed, 173 insertions(+), 177 deletions(-)
[PULL 00/16] Misc patches for 2021-12-20
Posted by Paolo Bonzini 2 years, 4 months ago
The following changes since commit 90978e15bc9a23c208b25bf7ea697a5d0925562b:

  Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2021-12-17 13:15:38 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5a3a2eb3b1096a52580c1b8c3eb0739714e7d941:

  hw/i386/vmmouse: Require 'i8042' property to be set (2021-12-18 10:57:37 +0100)

----------------------------------------------------------------
* configure and meson cleanups and fixes
* remove unnecessary #ifdef
* SCSI and i386 fixes

----------------------------------------------------------------
Paolo Bonzini (12):
      configure: make $targetos lowercase, use windows instead of MINGW32
      configure: move target detection before CPU detection
      configure: unify two case statements on $cpu
      configure: unify ppc64 and ppc64le
      configure: unify x86_64 and x32
      meson: rename "arch" variable
      configure, meson: move ARCH to meson.build
      configure: remove unnecessary symlinks
      configure: remove DIRS
      meson: reenable test-fdmon-epoll
      cpu: remove unnecessary #ifdef CONFIG_TCG
      meson: add "check" argument to run_command

Philippe Mathieu-Daudé (4):
      hw/scsi: Fix scsi_bus_init_named() docstring
      hw/scsi/megasas: Fails command if SGL buffer overflows
      tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521
      hw/i386/vmmouse: Require 'i8042' property to be set

 configure                       | 253 +++++++++++++++++-----------------------
 cpu.c                           |   5 -
 docs/meson.build                |   6 +-
 hw/i386/vmmouse.c               |   4 +
 hw/scsi/megasas.c               |   1 +
 include/exec/cpu-all.h          |   2 -
 include/hw/scsi/scsi.h          |   2 +-
 meson.build                     |  39 ++++---
 pc-bios/meson.build             |   2 +-
 tests/qtest/fuzz-megasas-test.c |  30 +++++
 tests/tcg/configure.sh          |   4 +-
 tests/unit/meson.build          |   2 +-
 12 files changed, 173 insertions(+), 177 deletions(-)
-- 
2.33.1


Re: [PULL 00/16] Misc patches for 2021-12-20
Posted by Richard Henderson 2 years, 4 months ago
On 12/19/21 6:16 AM, Paolo Bonzini wrote:
> The following changes since commit 90978e15bc9a23c208b25bf7ea697a5d0925562b:
> 
>    Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2021-12-17 13:15:38 -0800)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to 5a3a2eb3b1096a52580c1b8c3eb0739714e7d941:
> 
>    hw/i386/vmmouse: Require 'i8042' property to be set (2021-12-18 10:57:37 +0100)
> 
> ----------------------------------------------------------------
> * configure and meson cleanups and fixes
> * remove unnecessary #ifdef
> * SCSI and i386 fixes
> 
> ----------------------------------------------------------------
> Paolo Bonzini (12):
>        configure: make $targetos lowercase, use windows instead of MINGW32
>        configure: move target detection before CPU detection
>        configure: unify two case statements on $cpu
>        configure: unify ppc64 and ppc64le
>        configure: unify x86_64 and x32
>        meson: rename "arch" variable
>        configure, meson: move ARCH to meson.build
>        configure: remove unnecessary symlinks
>        configure: remove DIRS
>        meson: reenable test-fdmon-epoll
>        cpu: remove unnecessary #ifdef CONFIG_TCG
>        meson: add "check" argument to run_command
> 
> Philippe Mathieu-Daudé (4):
>        hw/scsi: Fix scsi_bus_init_named() docstring
>        hw/scsi/megasas: Fails command if SGL buffer overflows
>        tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521
>        hw/i386/vmmouse: Require 'i8042' property to be set
> 
>   configure                       | 253 +++++++++++++++++-----------------------
>   cpu.c                           |   5 -
>   docs/meson.build                |   6 +-
>   hw/i386/vmmouse.c               |   4 +
>   hw/scsi/megasas.c               |   1 +
>   include/exec/cpu-all.h          |   2 -
>   include/hw/scsi/scsi.h          |   2 +-
>   meson.build                     |  39 ++++---
>   pc-bios/meson.build             |   2 +-
>   tests/qtest/fuzz-megasas-test.c |  30 +++++
>   tests/tcg/configure.sh          |   4 +-
>   tests/unit/meson.build          |   2 +-
>   12 files changed, 173 insertions(+), 177 deletions(-)

Applied, thanks.

r~