From: Thomas Huth <thuth@redhat.com>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Subject: [PULL v2 00/11] Misc patches
Date: Mon, 9 May 2022 09:29:30 +0200 [thread overview]
Message-ID: <20220509072933.48586-1-thuth@redhat.com> (raw)
The following changes since commit 554623226f800acf48a2ed568900c1c968ec9a8b:
Merge tag 'qemu-sparc-20220508' of https://github.com/mcayland/qemu into staging (2022-05-08 17:03:26 -0500)
are available in the Git repository at:
https://gitlab.com/thuth/qemu.git tags/pull-request-2022-05-09
for you to fetch changes up to ddc5a6cc70398ed7ec76220d59c123d8cb14b0ad:
docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags (2022-05-09 08:21:14 +0200)
----------------------------------------------------------------
* Remove redundant/obsolete x86, arm and ppc disassemblers (Capstone is better)
* Limit some Xen-related code to builds where Xen is really available
* Remove hxtool-conv.pl and remove STEXI/ETEXI references from the docs
* Update MinGW and OpenBSD to a more recent version in the CI
* Warn user if the -vga flag is passed but no vga device is created
----------------------------------------------------------------
v2:
- Fixed the -vga warning patch to not warn in case of "-device"
- Added the ppc disassembler patch
- Added the STEXI/ETEXI doc patch
Brad Smith (1):
tests/vm: update openbsd to release 7.1
Gautam Agrawal (1):
Warn user if the vga flag is passed but no vga device is created
Thomas Huth (6):
disas: Remove old libopcode arm disassembler
disas: Remove old libopcode i386 disassembler
disas: Remove old libopcode ppc disassembler
softmmu/vl: Fence 'xenfb' if Xen support is not compiled in
qemu-options: Limit the -xen options to x86 and arm
docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags
Yonggang Luo (3):
doc: remove hxtool-conv.pl
cirrus/win32: upgrade mingw base packages
gitlab-ci: Upgrade mingw base package.
docs/devel/writing-monitor-commands.rst | 11 +-
include/disas/dis-asm.h | 3 -
include/sysemu/sysemu.h | 1 +
disas.c | 5 -
disas/arm.c | 4012 ------------------
disas/i386.c | 6771 -------------------------------
disas/ppc.c | 5435 -------------------------
hw/hppa/machine.c | 1 +
hw/isa/isa-bus.c | 1 +
hw/mips/fuloong2e.c | 1 +
hw/pci/pci.c | 1 +
hw/ppc/spapr.c | 1 +
hw/sparc/sun4m.c | 2 +
hw/sparc64/sun4u.c | 1 +
hw/xenpv/xen_machine_pv.c | 1 +
softmmu/globals.c | 1 +
softmmu/vl.c | 9 +
target/arm/cpu.c | 8 -
target/i386/cpu.c | 1 -
target/ppc/cpu_init.c | 2 -
.cirrus.yml | 2 +-
.gitlab-ci.d/windows.yml | 2 +-
MAINTAINERS | 6 -
disas/meson.build | 3 -
qemu-options.hx | 7 +-
scripts/hxtool-conv.pl | 137 -
tests/vm/openbsd | 4 +-
27 files changed, 32 insertions(+), 16397 deletions(-)
delete mode 100644 disas/arm.c
delete mode 100644 disas/i386.c
delete mode 100644 disas/ppc.c
delete mode 100755 scripts/hxtool-conv.pl
next reply other threads:[~2022-05-09 7:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-09 7:29 Thomas Huth [this message]
2022-05-09 7:29 ` [PULL v2 03/11] disas: Remove old libopcode ppc disassembler Thomas Huth
2022-05-09 7:29 ` [PULL v2 10/11] Warn user if the vga flag is passed but no vga device is created Thomas Huth
2022-05-09 7:29 ` [PULL v2 11/11] docs/devel/writing-monitor-commands: Replace obsolete STEXI/ETEXI tags Thomas Huth
2022-05-09 16:32 ` [PULL v2 00/11] Misc patches Richard Henderson
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=20220509072933.48586-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.