qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL v2 00/11] Misc patches


From: Richard Henderson
Subject: Re: [PULL v2 00/11] Misc patches
Date: Mon, 9 May 2022 09:32:17 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 5/9/22 02:29, Thomas Huth wrote:
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

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as 
appropriate.


r~



----------------------------------------------------------------

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]