[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/46] Misc patches for 2021-02-08
From: |
Paolo Bonzini |
Subject: |
[PULL 00/46] Misc patches for 2021-02-08 |
Date: |
Mon, 8 Feb 2021 19:22:45 +0100 |
The following changes since commit 6f0e9c26dbae9ac18b89d359791008fe3432ca91:
Merge remote-tracking branch 'remotes/dg-gitlab/tags/cgs-pull-request' into
staging (2021-02-08 11:11:26 +0000)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 52a44ad2b92ba4cd81c2b271cd5e4a2d820e91fc:
target/i386: Expose VMX entry/exit load pkrs control bits (2021-02-08
15:15:32 +0100)
----------------------------------------------------------------
* Fuzzing improvements (Qiuhao, Alexander)
* i386: Fix BMI decoding for instructions with the 0x66 prefix (David)
* initial attempt at fixing event_notifier emulation (Maxim)
* i386: PKS emulation, fix for "qemu-system-i386 -cpu host" (myself)
* meson: RBD test fixes (myself)
* meson: TCI warnings (Philippe)
* Leaner build for --disable-guest-agent, --disable-system and
--disable-tools (Philippe, Stefan)
* --enable-tcg-interpreter fix (Richard)
* i386: SVM feature bits (Wei)
* KVM bugfix (Thomas H.)
* Add missing MemoryRegionOps callbacks (PJP)
----------------------------------------------------------------
Alexander Bulekov (7):
fuzz: ignore address_space_map is_write flag
fuzz: refine the ide/ahci fuzzer configs
docs/fuzz: fix pre-meson path
fuzz: log the arguments used to initialize QEMU
fuzz: enable dynamic args for generic-fuzz configs
docs/fuzz: add some information about OSS-Fuzz
fuzz: add virtio-9p configurations for fuzzing
Chenyi Qiang (2):
target/i386: Add support for save/load IA32_PKRS MSR
target/i386: Expose VMX entry/exit load pkrs control bits
David Greenaway (1):
target/i386: Fix decoding of certain BMI instructions
Igor Mammedov (1):
machine: add missing doc for memory-backend option
Maxim Levitsky (2):
virtio-scsi: don't uninitialize queues that we didn't initialize
event_notifier: handle initialization failure better
Paolo Bonzini (4):
target/i386: do not set LM for 32-bit emulation "-cpu host/max"
meson: accept either shared or static libraries if --disable-static
meson: honor --enable-rbd if cc.links test fails
target/i86: implement PKS
Pavel Dovgalyuk (2):
replay: fix replay of the interrupts
replay: rng-builtin support
Philippe Mathieu-Daudé (13):
configure: Improve TCI feature description
meson: Explicit TCG backend used
meson: Warn when TCI is selected but TCG backend is available
tests/meson: Only build softfloat objects if TCG is selected
pc-bios/meson: Only install EDK2 blob firmwares with system emulation
meson: Restrict block subsystem processing
meson: Merge trace_events_subdirs array
meson: Restrict some trace event directories to user/system emulation
meson: Restrict emulation code
qapi/meson: Restrict qdev code to system-mode emulation
qapi/meson: Remove QMP from user-mode emulation
qapi/meson: Restrict system-mode specific modules
qapi/meson: Restrict UI module to system emulation and tools
Prasad J Pandit (8):
hw/pci-host: add pci-intack write method
pci-host: designware: add pcie-msi read method
vfio: add quirk device write method
prep: add ppc-parity write method
nvram: add nrf51_soc flash read method
spapr_pci: add spapr msi read method
tz-ppc: add dummy read/write methods
imx7-ccm: add digprog mmio write method
Qiuhao Li (1):
fuzz: fix wrong index in clear_bits
Sergei Trofimovich (1):
pc-bios/descriptors: fix paths in json files
Stefan Reiter (1):
docs: don't install corresponding man page if guest agent is disabled
Thomas Huth (1):
accel/kvm/kvm-all: Fix wrong return code handling in dirty log code
Utkarsh Tripathi (1):
cpu-throttle: Remove timer_mod() from cpu_throttle_set()
Wei Huang (1):
x86/cpu: Populate SVM CPUID feature bits
MAINTAINERS | 1 +
accel/kvm/kvm-all.c | 21 +--
accel/tcg/tcg-accel-ops-icount.c | 8 +-
backends/hostmem.c | 10 ++
backends/rng-builtin.c | 3 +-
configure | 2 +-
docs/devel/build-system.rst | 2 +-
docs/devel/fuzzing.rst | 35 ++++-
docs/meson.build | 6 +-
hw/misc/imx7_ccm.c | 8 ++
hw/misc/tz-ppc.c | 14 ++
hw/nvram/nrf51_nvm.c | 10 ++
hw/pci-host/designware.c | 19 +++
hw/pci-host/prep.c | 8 ++
hw/ppc/prep_systemio.c | 8 ++
hw/ppc/spapr_pci.c | 14 +-
hw/scsi/virtio-scsi-dataplane.c | 8 +-
hw/vfio/pci-quirks.c | 8 ++
include/exec/memory.h | 8 +-
include/exec/memory_ldst_cached.h.inc | 6 +-
include/qemu/event_notifier.h | 1 +
memory_ldst.c.inc | 8 +-
meson.build | 214 +++++++++++++++++--------------
meson_options.txt | 2 +-
pc-bios/descriptors/meson.build | 2 +-
pc-bios/meson.build | 1 +
qapi/meson.build | 34 +++--
qemu-options.hx | 26 +++-
scripts/oss-fuzz/minimize_qtest_trace.py | 2 +-
softmmu/cpu-throttle.c | 11 +-
softmmu/memory.c | 5 +-
softmmu/physmem.c | 4 +-
stubs/meson.build | 2 +
stubs/qdev.c | 23 ++++
target/i386/cpu.c | 19 ++-
target/i386/cpu.h | 31 +++--
target/i386/helper.c | 3 +
target/i386/kvm/kvm.c | 13 ++
target/i386/machine.c | 24 +++-
target/i386/tcg/excp_helper.c | 32 +++--
target/i386/tcg/misc_helper.c | 14 ++
target/i386/tcg/translate.c | 2 +-
tests/meson.build | 11 +-
tests/qtest/fuzz/fuzz.c | 11 +-
tests/qtest/fuzz/generic_fuzz.c | 19 ++-
tests/qtest/fuzz/generic_fuzz_configs.h | 41 +++++-
util/event_notifier-posix.c | 16 +++
47 files changed, 576 insertions(+), 194 deletions(-)
create mode 100644 stubs/qdev.c
--
2.29.2
- [PULL 00/46] Misc patches for 2021-02-08,
Paolo Bonzini <=
- [PULL 03/46] docs/fuzz: fix pre-meson path, Paolo Bonzini, 2021/02/08
- [PULL 06/46] docs/fuzz: add some information about OSS-Fuzz, Paolo Bonzini, 2021/02/08
- [PULL 04/46] fuzz: log the arguments used to initialize QEMU, Paolo Bonzini, 2021/02/08
- [PULL 05/46] fuzz: enable dynamic args for generic-fuzz configs, Paolo Bonzini, 2021/02/08
- [PULL 02/46] fuzz: refine the ide/ahci fuzzer configs, Paolo Bonzini, 2021/02/08
- [PULL 08/46] target/i386: do not set LM for 32-bit emulation "-cpu host/max", Paolo Bonzini, 2021/02/08
- [PULL 07/46] fuzz: add virtio-9p configurations for fuzzing, Paolo Bonzini, 2021/02/08
- [PULL 01/46] fuzz: ignore address_space_map is_write flag, Paolo Bonzini, 2021/02/08
- [PULL 13/46] fuzz: fix wrong index in clear_bits, Paolo Bonzini, 2021/02/08
- [PULL 09/46] machine: add missing doc for memory-backend option, Paolo Bonzini, 2021/02/08