From: Richard Henderson <richard.henderson@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [PULL 00/27] Misc patches for QEMU 6.2 soft freeze
Date: Thu, 4 Nov 2021 00:42:38 -0400 [thread overview]
Message-ID: <573377f1-0f4b-b7de-e88a-c79cef6f48f6@linaro.org> (raw)
In-Reply-To: <20211103150442.387121-1-pbonzini@redhat.com>
On 11/3/21 11:04 AM, Paolo Bonzini wrote:
> The following changes since commit f79bb385c0fb9756393bde2a13ebbc70ae6c8043:
>
> Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20211101' into staging (2021-11-02 08:46:23 -0400)
>
> are available in the Git repository at:
>
> https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 16bfbc70f39e420b6b6cfe39ed8571606482b94a:
>
> configure: fix --audio-drv-list help message (2021-11-02 15:57:28 +0100)
>
> ----------------------------------------------------------------
> * Build system fixes and cleanups
> * DMA support in the multiboot option ROM
> * Rename default-bus-bypass-iommu
> * Deprecate -watchdog and cleanup -watchdog-action
> * HVF fix for <PAGE_SIZE regions
> * Support TSC scaling for AMD nested virtualization
> * Fix for ESP fuzzing bug
>
> ----------------------------------------------------------------
> Alex Bennée (1):
> MAINTAINERS: update location of microvm docs
>
> Alexander Graf (1):
> hvf: Avoid mapping regions < PAGE_SIZE as ram
>
> Eugenio Pérez (1):
> util: Make some iova_tree parameters const
>
> Helge Konetzka (1):
> configure/optionrom: Fix MSYS2 multiboot.bin issue
>
> Jean-Philippe Brucker (1):
> hw/i386: Rename default_bus_bypass_iommu
>
> Jessica Clarke (1):
> Partially revert "build: -no-pie is no functional linker flag"
>
> Marcus Hähnel (1):
> optionrom: add a DMA-enabled multiboot ROM
>
> Mark Cave-Ayland (2):
> esp: ensure in-flight SCSI requests are always cancelled
> qtest/am53c974-test: add test for cancelling in-flight requests
>
> Maxim Levitsky (1):
> KVM: SVM: add migration support for nested TSC scaling
>
> Paolo Bonzini (11):
> target/i386: move linuxboot_dma_enabled to X86MachineState
> target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine types
> configure: remove useless NPTL probe
> configure: do not duplicate CPU_CFLAGS into QEMU_LDFLAGS
> watchdog: add information from -watchdog help to -device help
> vl: deprecate -watchdog
> watchdog: remove select_watchdog_action
> meson: bump submodule to 0.59.3
> meson: remove pointless warnings
> meson: remove unnecessary coreaudio test program
> configure: fix --audio-drv-list help message
>
> Pavel Dovgalyuk (1):
> hw/i386: fix vmmouse registration
>
> Peter Xu (2):
> Makefile: Fix gtags generation
> Makefile: Fix cscope issues on MacOS and soft links
>
> Thomas Huth (3):
> meson.build: Allow to disable OSS again
> Move the l2tpv3 test from configure to meson.build
> configure: Remove the check for the __thread keyword
>
> MAINTAINERS | 2 +-
> Makefile | 5 +-
> accel/hvf/hvf-accel-ops.c | 7 +++
> configure | 113 ++++++++------------------------------
> docs/about/deprecated.rst | 5 ++
> hw/i386/intel_iommu.c | 2 +-
> hw/i386/microvm.c | 5 +-
> hw/i386/multiboot.c | 10 +++-
> hw/i386/multiboot.h | 4 +-
> hw/i386/pc.c | 10 ++--
> hw/i386/pc_piix.c | 3 +-
> hw/i386/pc_q35.c | 3 +-
> hw/i386/vmmouse.c | 1 +
> hw/i386/x86.c | 7 ++-
> hw/scsi/esp.c | 10 ++--
> hw/watchdog/sbsa_gwdt.c | 3 +-
> hw/watchdog/watchdog.c | 14 -----
> hw/watchdog/wdt_aspeed.c | 3 +-
> hw/watchdog/wdt_diag288.c | 3 +-
> hw/watchdog/wdt_i6300esb.c | 3 +-
> hw/watchdog/wdt_ib700.c | 3 +-
> hw/watchdog/wdt_imx2.c | 4 +-
> include/hw/i386/pc.h | 3 -
> include/hw/i386/x86.h | 5 +-
> include/hw/qdev-core.h | 1 +
> include/qemu/iova-tree.h | 8 +--
> include/sysemu/watchdog.h | 1 -
> meson | 2 +-
> meson.build | 30 +++-------
> meson_options.txt | 2 +
> monitor/misc.c | 15 ++++-
> net/meson.build | 4 +-
> pc-bios/meson.build | 1 +
> pc-bios/multiboot_dma.bin | Bin 0 -> 1024 bytes
> pc-bios/optionrom/Makefile | 9 +--
> pc-bios/optionrom/multiboot.S | 4 +-
> pc-bios/optionrom/multiboot_dma.S | 2 +
> pc-bios/optionrom/optionrom.h | 66 ++++++++++++++++++++++
> scripts/meson-buildoptions.py | 16 ------
> scripts/meson-buildoptions.sh | 3 +
> softmmu/qdev-monitor.c | 1 +
> softmmu/vl.c | 11 ++--
> target/i386/cpu.c | 5 ++
> target/i386/cpu.h | 4 ++
> target/i386/kvm/kvm.c | 15 +++++
> target/i386/machine.c | 22 ++++++++
> tests/qtest/am53c974-test.c | 36 ++++++++++++
> util/iova-tree.c | 12 ++--
> 48 files changed, 294 insertions(+), 204 deletions(-)
> create mode 100644 pc-bios/multiboot_dma.bin
> create mode 100644 pc-bios/optionrom/multiboot_dma.S
Applied, thanks.
r~
prev parent reply other threads:[~2021-11-04 4:43 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 15:04 [PULL 00/27] Misc patches for QEMU 6.2 soft freeze Paolo Bonzini
2021-11-03 15:04 ` [PULL 01/27] Makefile: Fix gtags generation Paolo Bonzini
2021-11-03 15:04 ` [PULL 02/27] Makefile: Fix cscope issues on MacOS and soft links Paolo Bonzini
2021-11-03 15:04 ` [PULL 03/27] Partially revert "build: -no-pie is no functional linker flag" Paolo Bonzini
2021-11-03 15:04 ` [PULL 04/27] configure/optionrom: Fix MSYS2 multiboot.bin issue Paolo Bonzini
2021-11-03 15:04 ` [PULL 05/27] util: Make some iova_tree parameters const Paolo Bonzini
2021-11-03 15:04 ` [PULL 06/27] MAINTAINERS: update location of microvm docs Paolo Bonzini
2021-11-03 15:04 ` [PULL 07/27] target/i386: move linuxboot_dma_enabled to X86MachineState Paolo Bonzini
2021-11-03 15:04 ` [PULL 08/27] optionrom: add a DMA-enabled multiboot ROM Paolo Bonzini
2021-11-03 15:04 ` [PULL 09/27] target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine types Paolo Bonzini
2021-11-03 15:04 ` [PULL 10/27] configure: remove useless NPTL probe Paolo Bonzini
2021-11-03 15:04 ` [PULL 11/27] configure: do not duplicate CPU_CFLAGS into QEMU_LDFLAGS Paolo Bonzini
2021-11-03 15:04 ` [PULL 12/27] hvf: Avoid mapping regions < PAGE_SIZE as ram Paolo Bonzini
2021-11-03 15:04 ` [PULL 13/27] hw/i386: Rename default_bus_bypass_iommu Paolo Bonzini
2021-11-03 15:04 ` [PULL 14/27] watchdog: add information from -watchdog help to -device help Paolo Bonzini
2021-11-03 15:04 ` [PULL 15/27] vl: deprecate -watchdog Paolo Bonzini
2021-11-03 15:04 ` [PULL 16/27] watchdog: remove select_watchdog_action Paolo Bonzini
2021-11-03 15:04 ` [PULL 17/27] hw/i386: fix vmmouse registration Paolo Bonzini
2021-11-03 15:04 ` [PULL 18/27] KVM: SVM: add migration support for nested TSC scaling Paolo Bonzini
2021-11-03 15:04 ` [PULL 19/27] esp: ensure in-flight SCSI requests are always cancelled Paolo Bonzini
2021-11-03 15:04 ` [PULL 20/27] qtest/am53c974-test: add test for cancelling in-flight requests Paolo Bonzini
2021-11-03 15:04 ` [PULL 21/27] meson: bump submodule to 0.59.3 Paolo Bonzini
2021-11-03 15:04 ` [PULL 22/27] meson.build: Allow to disable OSS again Paolo Bonzini
2021-11-03 15:04 ` [PULL 23/27] meson: remove pointless warnings Paolo Bonzini
2021-11-03 15:04 ` [PULL 24/27] meson: remove unnecessary coreaudio test program Paolo Bonzini
2021-11-03 15:04 ` [PULL 25/27] Move the l2tpv3 test from configure to meson.build Paolo Bonzini
2021-11-03 15:04 ` [PULL 26/27] configure: Remove the check for the __thread keyword Paolo Bonzini
2021-11-03 15:04 ` [PULL 27/27] configure: fix --audio-drv-list help message Paolo Bonzini
2021-11-04 4:42 ` 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=573377f1-0f4b-b7de-e88a-c79cef6f48f6@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).