[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/21] Trivial patches for 2024-01-31
|
From: |
Michael Tokarev |
|
Subject: |
[PULL 00/21] Trivial patches for 2024-01-31 |
|
Date: |
Wed, 31 Jan 2024 14:55:28 +0300 |
The following changes since commit 11be70677c70fdccd452a3233653949b79e97908:
Merge tag 'pull-vfio-20240129' of https://github.com/legoater/qemu into
staging (2024-01-29 10:53:56 +0000)
are available in the Git repository at:
https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches
for you to fetch changes up to 54f0058fa7821c391719e69a92804636b2c403ae:
hw/hyperv: Include missing headers (2024-01-30 21:20:20 +0300)
----------------------------------------------------------------
trivial patches for 2024-01-31
----------------------------------------------------------------
Greg Kurz (3):
hw/i386: Add `\n` to hint message
hw/loongarch: Add `\n` to hint message
hw/arm: Add `\n` to hint message
Han Han (1):
qapi/migration.json: Fix the member name for MigrationCapability
Markus Armbruster (1):
dump: Fix HMP dump-guest-memory -z without -R
Michael Tokarev (1):
colo: examples: remove mentions of script= and (wrong) downscript=
Peter Maydell (10):
scripts/clean-includes: Update exclude list
hyperv: Clean up includes
disas/riscv: Clean up includes
aspeed: Clean up includes
acpi: Clean up includes
m68k: Clean up includes
include: Clean up includes
cxl: Clean up includes
riscv: Clean up includes
misc: Clean up includes
Philippe Mathieu-Daudé (4):
mailmap: Fix Stefan Weil email
backends/hostmem: Fix block comments style (checkpatch.pl warnings)
hw/intc/xics: Include missing 'cpu.h' header
hw/hyperv: Include missing headers
Yihuan Pan (1):
qemu-docs: Update options for graphical frontends
.mailmap | 4 ++++
audio/pwaudio.c | 1 -
backends/hostmem.c | 12 ++++++++----
disas/riscv-xthead.c | 1 +
disas/riscv-xventana.c | 1 +
disas/riscv.h | 1 -
docs/colo-proxy.txt | 6 +++---
docs/system/keys.rst.inc | 11 ++++++-----
dump/dump-hmp-cmds.c | 2 +-
hw/arm/aspeed_eeprom.c | 1 +
hw/arm/aspeed_eeprom.h | 1 -
hw/arm/virt-acpi-build.c | 2 +-
hw/cxl/cxl-events.c | 4 +---
hw/hyperv/hv-balloon-internal.h | 1 -
hw/hyperv/hv-balloon-our_range_memslots.c | 1 +
hw/hyperv/hv-balloon-our_range_memslots.h | 1 -
hw/hyperv/hv-balloon-page_range_tree.c | 1 +
hw/hyperv/hv-balloon-page_range_tree.h | 1 -
hw/hyperv/hv-balloon.c | 1 +
hw/hyperv/hyperv.c | 4 ++++
hw/i386/acpi-build.c | 4 ++--
hw/intc/xics.c | 1 +
hw/loongarch/acpi-build.c | 2 +-
hw/nvram/fw_cfg-acpi.c | 1 +
hw/virtio/virtio-acpi.c | 1 +
include/hw/arm/raspberrypi-fw-defs.h | 1 -
include/hw/audio/asc.h | 1 -
include/hw/m68k/q800-glue.h | 1 -
include/hw/mem/memory-device.h | 1 -
include/hw/nvram/fw_cfg_acpi.h | 1 -
include/hw/ppc/spapr_nested.h | 1 -
include/hw/virtio/virtio-acpi.h | 1 -
include/hw/xen/xen-hvm-common.h | 1 -
include/qemu/qtree.h | 1 -
include/ui/rect.h | 2 --
net/af-xdp.c | 1 -
plugins/core.c | 1 -
plugins/loader.c | 1 -
qapi/migration.json | 2 +-
qemu-options.hx | 8 ++++----
scripts/clean-includes | 2 +-
target/riscv/vector_internals.c | 1 +
target/riscv/vector_internals.h | 1 -
tests/qtest/qtest_aspeed.h | 2 --
util/userfaultfd.c | 1 -
45 files changed, 47 insertions(+), 50 deletions(-)
- [PULL 00/21] Trivial patches for 2024-01-31,
Michael Tokarev <=
- [PULL 01/21] dump: Fix HMP dump-guest-memory -z without -R, Michael Tokarev, 2024/01/31
- [PULL 02/21] colo: examples: remove mentions of script= and (wrong) downscript=, Michael Tokarev, 2024/01/31
- [PULL 03/21] qapi/migration.json: Fix the member name for MigrationCapability, Michael Tokarev, 2024/01/31
- [PULL 04/21] qemu-docs: Update options for graphical frontends, Michael Tokarev, 2024/01/31
- [PULL 05/21] mailmap: Fix Stefan Weil email, Michael Tokarev, 2024/01/31
- [PULL 06/21] scripts/clean-includes: Update exclude list, Michael Tokarev, 2024/01/31
- [PULL 08/21] disas/riscv: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 09/21] aspeed: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 10/21] acpi: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 11/21] m68k: Clean up includes, Michael Tokarev, 2024/01/31