[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/11] Trivial branch for 7.2 patches
From: |
Laurent Vivier |
Subject: |
[PULL 00/11] Trivial branch for 7.2 patches |
Date: |
Tue, 25 Oct 2022 09:53:47 +0200 |
The following changes since commit 0529245488865038344d64fff7ee05864d3d17f6:
Merge tag 'pull-target-arm-20221020' of
https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-10-20
14:36:12 -0400)
are available in the Git repository at:
https://gitlab.com/laurent_vivier/qemu.git
tags/trivial-branch-for-7.2-pull-request
for you to fetch changes up to 046ab3b80891f4aa6d0cfd7db15c622b1933e598:
accel/tcg/tcg-accel-ops-rr: fix trivial typo (2022-10-24 13:43:42 +0200)
----------------------------------------------------------------
Pull request
----------------------------------------------------------------
Bin Meng (3):
tests/qtest: migration-test: Fix [-Werror=format-overflow=] build
warning
tests/qtest: vhost-user-test: Fix [-Werror=format-overflow=] build
warning
treewide: Remove the unnecessary space before semicolon
Markus Armbruster (2):
hw/core: Tidy up unnecessary casting away of const
Drop useless casts from g_malloc() & friends to pointer
Matheus Tavares Bernardino (1):
accel/tcg/tcg-accel-ops-rr: fix trivial typo
Peter Maydell (1):
include/hw/scsi/scsi.h: Remove unused scsi_legacy_handle_cmdline()
prototype
Volker RĂ¼melin (1):
ui: remove useless typecasts
Wang, Lei (1):
.gitignore: add multiple items to .gitignore
dinglimin (1):
vmstate-static-checker:remove this redundant return
lu zhipeng (1):
elf2dmp: free memory in failure
.gitignore | 3 +++
accel/tcg/tcg-accel-ops-rr.c | 2 +-
contrib/elf2dmp/main.c | 1 +
hw/9pfs/9p.c | 2 +-
hw/arm/nseries.c | 4 ++--
hw/char/exynos4210_uart.c | 2 +-
hw/core/sysbus-fdt.c | 5 +++--
hw/display/blizzard.c | 2 +-
hw/dma/pl330.c | 2 +-
hw/misc/cbus.c | 6 +++---
hw/net/can/can_sja1000.c | 2 +-
hw/nvram/eeprom93xx.c | 2 +-
hw/timer/renesas_cmt.c | 2 +-
hw/timer/renesas_tmr.c | 8 ++++----
hw/usb/ccid-card-emulated.c | 2 +-
hw/virtio/virtio-pci.c | 2 +-
include/hw/elf_ops.h | 2 +-
include/hw/scsi/scsi.h | 1 -
scripts/vmstate-static-checker.py | 1 -
target/i386/kvm/kvm.c | 3 +--
target/i386/whpx/whpx-all.c | 5 ++---
target/riscv/vector_helper.c | 2 +-
target/rx/op_helper.c | 4 ++--
target/s390x/kvm/kvm.c | 2 +-
tests/qtest/migration-test.c | 4 ++--
tests/qtest/vhost-user-test.c | 4 ++--
ui/console.c | 2 +-
ui/gtk.c | 2 +-
ui/vnc-enc-hextile.c | 4 ++--
ui/vnc-jobs.c | 2 +-
ui/vnc.c | 2 +-
31 files changed, 44 insertions(+), 43 deletions(-)
--
2.37.3