qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [PULL 00/16] Misc patches for 2021-12-20
Date: Sun, 19 Dec 2021 20:47:12 -0800	[thread overview]
Message-ID: <d1a86715-d1c0-4dab-993c-63b81a6d2de9@linaro.org> (raw)
In-Reply-To: <20211219141711.248066-1-pbonzini@redhat.com>

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~



      parent reply	other threads:[~2021-12-20  4:51 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-19 14:16 [PULL 00/16] Misc patches for 2021-12-20 Paolo Bonzini
2021-12-19 14:16 ` [PULL 01/16] configure: make $targetos lowercase, use windows instead of MINGW32 Paolo Bonzini
2021-12-19 14:16 ` [PULL 02/16] configure: move target detection before CPU detection Paolo Bonzini
2021-12-19 14:16 ` [PULL 03/16] configure: unify two case statements on $cpu Paolo Bonzini
2021-12-19 14:16 ` [PULL 04/16] configure: unify ppc64 and ppc64le Paolo Bonzini
2021-12-19 14:17 ` [PULL 05/16] configure: unify x86_64 and x32 Paolo Bonzini
2021-12-19 14:17 ` [PULL 06/16] meson: rename "arch" variable Paolo Bonzini
2021-12-19 14:17 ` [PULL 07/16] configure, meson: move ARCH to meson.build Paolo Bonzini
2021-12-21  2:46   ` Richard Henderson
2022-07-19 13:00   ` Peter Maydell
2022-07-19 18:10     ` Paolo Bonzini
2022-07-20  0:51       ` Richard Henderson
2021-12-19 14:17 ` [PULL 08/16] configure: remove unnecessary symlinks Paolo Bonzini
2021-12-19 14:17 ` [PULL 09/16] configure: remove DIRS Paolo Bonzini
2022-01-07 11:02   ` Thomas Huth
2021-12-19 14:17 ` [PULL 10/16] meson: reenable test-fdmon-epoll Paolo Bonzini
2021-12-19 14:17 ` [PULL 11/16] cpu: remove unnecessary #ifdef CONFIG_TCG Paolo Bonzini
2021-12-19 14:20 ` [PULL 12/16] meson: add "check" argument to run_command Paolo Bonzini
2021-12-19 14:20 ` [PULL 13/16] hw/scsi: Fix scsi_bus_init_named() docstring Paolo Bonzini
2021-12-19 14:20 ` [PULL 14/16] hw/scsi/megasas: Fails command if SGL buffer overflows Paolo Bonzini
2021-12-19 14:20 ` [PULL 15/16] tests/qtest/fuzz-megasas-test: Add test for GitLab issue #521 Paolo Bonzini
2021-12-19 14:20 ` [PULL 16/16] hw/i386/vmmouse: Require 'i8042' property to be set Paolo Bonzini
2021-12-20  4:47 ` Richard Henderson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d1a86715-d1c0-4dab-993c-63b81a6d2de9@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).