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/18] Misc QEMU patches for 2022-04-28
Date: Thu, 28 Apr 2022 08:33:58 -0700	[thread overview]
Message-ID: <16d09b9e-adfd-b706-f1b5-08c552224700@linaro.org> (raw)
In-Reply-To: <20220428065335.189795-1-pbonzini@redhat.com>

On 4/27/22 23:53, Paolo Bonzini wrote:
> The following changes since commit cf6f26d6f9b2015ee12b4604b79359e76784163a:
> 
>    Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into staging (2022-04-27 10:49:28 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/bonzini/qemu.git tags/for-upstream
> 
> for you to fetch changes up to 21abf010bb28f0c98db4ee66a990065062c62126:
> 
>    qemu-options: Limit the -enable-kvm option to the targets that support it (2022-04-28 08:52:22 +0200)
> 
> ----------------------------------------------------------------
> * Bugfixes
> * Meson conversions

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Haiyue Wang (1):
>        error-report: fix g_date_time_format assertion
> 
> Michael Tokarev (1):
>        configure: make fortify_source=yes by default
> 
> Paolo Bonzini (14):
>        remove -writeconfig
>        meson: show final set of compiler flags
>        configure: remove dead code
>        qga: wixl: get path to sysroot from pkg-config as intended
>        configure: pc-bios/qemu-icon.bmp does not exist
>        configure: gcov should not exclude fortify-source
>        configure: move --enable/--disable-debug-info to second option parsing pass
>        configure, meson: move OpenGL check to meson
>        meson, configure: move RDMA options to meson
>        meson, configure: move keyctl test to meson
>        meson, configure: move usbfs test to meson
>        meson, configure: move libgio test to meson
>        meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.h
>        meson, configure: move --enable-module-upgrades to meson
> 
> Paul Brook (1):
>        i386: pcmpestr 64-bit sign extension bug
> 
> Thomas Huth (1):
>        qemu-options: Limit the -enable-kvm option to the targets that support it
> 
>   backends/meson.build            |   2 +-
>   configure                       | 348 ++--------------------------------------
>   contrib/rdmacm-mux/meson.build  |   4 +-
>   crypto/meson.build              |   4 +-
>   docs/about/deprecated.rst       |   7 -
>   docs/about/removed-features.rst |   7 +
>   hw/xen/meson.build              |  20 ++-
>   include/qemu/config-file.h      |   1 -
>   meson.build                     | 149 ++++++++++++++---
>   meson_options.txt               |  12 ++
>   migration/meson.build           |   2 +-
>   qemu-options.hx                 |  12 +-
>   qga/meson.build                 |   2 +-
>   scripts/meson-buildoptions.sh   |  19 +++
>   softmmu/vl.c                    |  20 ---
>   target/i386/ops_sse.h           |  20 ++-
>   tests/qtest/meson.build         |   5 +-
>   ui/meson.build                  |  24 +--
>   util/error-report.c             |   2 +-
>   util/meson.build                |   2 +-
>   util/qemu-config.c              |  42 -----
>   21 files changed, 221 insertions(+), 483 deletions(-)



      parent reply	other threads:[~2022-04-28 16:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-28  6:53 [PULL 00/18] Misc QEMU patches for 2022-04-28 Paolo Bonzini
2022-04-28  6:53 ` [PULL 01/18] error-report: fix g_date_time_format assertion Paolo Bonzini
2022-04-28  6:53 ` [PULL 02/18] configure: make fortify_source=yes by default Paolo Bonzini
2022-04-28  6:53 ` [PULL 03/18] remove -writeconfig Paolo Bonzini
2022-04-28  6:53 ` [PULL 04/18] i386: pcmpestr 64-bit sign extension bug Paolo Bonzini
2022-04-28  6:53 ` [PULL 05/18] meson: show final set of compiler flags Paolo Bonzini
2022-04-28  6:53 ` [PULL 06/18] configure: remove dead code Paolo Bonzini
2022-04-28  6:53 ` [PULL 07/18] qga: wixl: get path to sysroot from pkg-config as intended Paolo Bonzini
2022-04-28  6:53 ` [PULL 08/18] configure: pc-bios/qemu-icon.bmp does not exist Paolo Bonzini
2022-04-28  6:53 ` [PULL 09/18] configure: gcov should not exclude fortify-source Paolo Bonzini
2022-04-28  6:53 ` [PULL 10/18] configure: move --enable/--disable-debug-info to second option parsing pass Paolo Bonzini
2022-04-28  6:53 ` [PULL 11/18] configure, meson: move OpenGL check to meson Paolo Bonzini
2022-04-28  6:53 ` [PULL 12/18] meson, configure: move RDMA options " Paolo Bonzini
2022-04-28  6:53 ` [PULL 13/18] meson, configure: move keyctl test " Paolo Bonzini
2022-04-28  6:53 ` [PULL 14/18] meson, configure: move usbfs " Paolo Bonzini
2022-04-28  6:53 ` [PULL 15/18] meson, configure: move libgio " Paolo Bonzini
2022-04-28  6:53 ` [PULL 16/18] meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.h Paolo Bonzini
2022-04-28  6:53 ` [PULL 17/18] meson, configure: move --enable-module-upgrades to meson Paolo Bonzini
2022-04-28  6:53 ` [PULL 18/18] qemu-options: Limit the -enable-kvm option to the targets that support it Paolo Bonzini
2022-04-28 15:33 ` 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=16d09b9e-adfd-b706-f1b5-08c552224700@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).