All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL v2 00/11] Misc patches
@ 2022-05-09  7:29 Thomas Huth
  2022-05-09  7:29 ` [PULL v2 03/11] disas: Remove old libopcode ppc disassembler Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas Huth @ 2022-05-09  7:29 UTC (permalink / raw)
  To: Richard Henderson, qemu-devel

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-09 16:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-09  7:29 [PULL v2 00/11] Misc patches Thomas Huth
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

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.