]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Nov 2021 17:07:30 +0000 (13:07 -0400)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 3 Nov 2021 17:07:30 +0000 (13:07 -0400)
* 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

# gpg: Signature made Tue 02 Nov 2021 10:57:37 AM EDT
# gpg:                using RSA key F13338574B662389866C7682BFFBD25F78C7AE83
# gpg:                issuer "pbonzini@redhat.com"
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>" [full]
# gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>" [full]

* remotes/bonzini/tags/for-upstream: (27 commits)
  configure: fix --audio-drv-list help message
  configure: Remove the check for the __thread keyword
  Move the l2tpv3 test from configure to meson.build
  meson: remove unnecessary coreaudio test program
  meson: remove pointless warnings
  meson.build: Allow to disable OSS again
  meson: bump submodule to 0.59.3
  qtest/am53c974-test: add test for cancelling in-flight requests
  esp: ensure in-flight SCSI requests are always cancelled
  KVM: SVM: add migration support for nested TSC scaling
  hw/i386: fix vmmouse registration
  watchdog: remove select_watchdog_action
  vl: deprecate -watchdog
  watchdog: add information from -watchdog help to -device help
  hw/i386: Rename default_bus_bypass_iommu
  hvf: Avoid mapping regions < PAGE_SIZE as ram
  configure: do not duplicate CPU_CFLAGS into QEMU_LDFLAGS
  configure: remove useless NPTL probe
  target/i386: use DMA-enabled multiboot ROM for new-enough QEMU machine types
  optionrom: add a DMA-enabled multiboot ROM
  ...

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
1  2 
MAINTAINERS
configure
docs/about/deprecated.rst
hw/i386/intel_iommu.c
hw/i386/microvm.c
hw/i386/pc.c
include/hw/i386/pc.h
meson.build
monitor/misc.c
target/i386/cpu.c

diff --cc MAINTAINERS
Simple merge
diff --cc configure
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc hw/i386/pc.c
Simple merge
Simple merge
diff --cc meson.build
Simple merge
diff --cc monitor/misc.c
index fabd25a241f54f35a3190e00f04f4421b46c2d63,1759d1e7f1229d104f2a5169544c8711c74476ee..a3a6e478444e80200d325e28075cf26c7a5b793b
@@@ -70,8 -70,8 +70,9 @@@
  #include "qapi/qapi-commands-migration.h"
  #include "qapi/qapi-commands-misc.h"
  #include "qapi/qapi-commands-qom.h"
+ #include "qapi/qapi-commands-run-state.h"
  #include "qapi/qapi-commands-trace.h"
 +#include "qapi/qapi-commands-machine.h"
  #include "qapi/qapi-init-commands.h"
  #include "qapi/error.h"
  #include "qapi/qmp-event.h"
Simple merge