[PULL 00/26] Audio, source reorg, HVF changes for 2023-10-06

Paolo Bonzini posted 26 patches 7 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
.travis.yml                                        |  4 +-
MAINTAINERS                                        | 44 +++++------
accel/accel-common.c                               |  2 +-
accel/{accel-softmmu.c => accel-system.c}          |  6 +-
accel/{accel-softmmu.h => accel-system.h}          |  6 +-
accel/meson.build                                  |  2 +-
accel/stubs/meson.build                            | 10 +--
accel/tcg/user-exec.c                              |  2 +-
audio/audio.c                                      | 85 +++++++++-------------
audio/audio.h                                      |  3 +
configure                                          | 10 +--
cpu.c                                              |  2 +-
docs/about/deprecated.rst                          |  6 --
docs/about/removed-features.rst                    | 20 ++++-
docs/devel/build-system.rst                        |  4 +-
docs/devel/qtest.rst                               |  2 +-
docs/devel/testing.rst                             |  2 +-
gdbstub/internals.h                                |  4 +-
gdbstub/meson.build                                | 10 +--
gdbstub/{softmmu.c => system.c}                    |  2 +-
gdbstub/trace-events                               |  2 +-
hw/core/cpu-common.c                               |  4 +-
hw/virtio/meson.build                              | 22 +++---
include/qemu/atomic128.h                           |  4 +-
.../semihosting/{softmmu-uaccess.h => uaccess.h}   | 24 +++---
include/sysemu/hvf.h                               |  3 -
include/sysemu/runstate-action.h                   |  2 +-
include/tcg/tcg-op-common.h                        |  2 +-
meson.build                                        | 22 +++---
qemu-options.hx                                    | 29 ++++++--
scripts/checkpatch.pl                              |  2 +-
scripts/coverity-scan/COMPONENTS.md                |  2 +-
scripts/get_maintainer.pl                          |  2 +-
scripts/oss-fuzz/build.sh                          |  6 +-
semihosting/arm-compat-semi.c                      |  4 +-
semihosting/config.c                               |  2 +-
semihosting/guestfd.c                              |  2 +-
semihosting/syscalls.c                             |  2 +-
semihosting/uaccess.c                              | 14 ++--
softmmu/trace.h                                    |  1 -
stubs/semihost.c                                   |  4 +-
{softmmu => system}/arch_init.c                    |  0
{softmmu => system}/async-teardown.c               |  0
{softmmu => system}/balloon.c                      |  0
{softmmu => system}/bootdevice.c                   |  0
{softmmu => system}/cpu-throttle.c                 |  0
{softmmu => system}/cpu-timers.c                   |  0
{softmmu => system}/cpus.c                         |  0
{softmmu => system}/datadir.c                      |  0
{softmmu => system}/device_tree.c                  |  0
{softmmu => system}/dirtylimit.c                   |  0
{softmmu => system}/dma-helpers.c                  |  0
{softmmu => system}/globals.c                      |  0
{softmmu => system}/icount.c                       |  0
{softmmu => system}/ioport.c                       |  0
{softmmu => system}/main.c                         |  0
{softmmu => system}/memory.c                       |  2 +-
{softmmu => system}/memory_mapping.c               |  0
{softmmu => system}/meson.build                    |  0
{softmmu => system}/physmem.c                      |  6 +-
{softmmu => system}/qdev-monitor.c                 |  0
{softmmu => system}/qemu-seccomp.c                 |  0
{softmmu => system}/qtest.c                        |  0
{softmmu => system}/rtc.c                          |  0
{softmmu => system}/runstate-action.c              |  0
{softmmu => system}/runstate-hmp-cmds.c            |  0
{softmmu => system}/runstate.c                     |  0
{softmmu => system}/timers-state.h                 |  0
{softmmu => system}/tpm-hmp-cmds.c                 |  0
{softmmu => system}/tpm.c                          |  0
{softmmu => system}/trace-events                   |  2 +-
system/trace.h                                     |  1 +
{softmmu => system}/vl.c                           | 34 ++++++---
{softmmu => system}/watchpoint.c                   |  0
target/alpha/meson.build                           |  2 +-
target/arm/meson.build                             |  2 +-
target/avr/meson.build                             |  2 +-
target/cris/meson.build                            |  2 +-
target/hppa/meson.build                            |  2 +-
target/i386/cpu.c                                  |  3 +-
target/i386/hvf/hvf-cpu.c                          |  1 +
target/i386/hvf/hvf-i386.h                         |  6 +-
target/i386/hvf/x86_cpuid.c                        |  1 +
target/i386/kvm/meson.build                        | 10 +--
target/i386/meson.build                            |  2 +-
target/i386/tcg/misc_helper.c                      |  2 +-
target/i386/tcg/translate.c                        |  6 +-
target/loongarch/meson.build                       |  2 +-
target/m68k/m68k-semi.c                            |  2 +-
target/m68k/meson.build                            |  2 +-
target/microblaze/meson.build                      |  2 +-
target/mips/meson.build                            |  2 +-
target/mips/tcg/sysemu/mips-semi.c                 |  2 +-
target/nios2/meson.build                           |  2 +-
target/nios2/nios2-semi.c                          |  2 +-
target/openrisc/meson.build                        |  2 +-
target/ppc/meson.build                             |  2 +-
target/riscv/meson.build                           |  2 +-
target/riscv/vector_helper.c                       |  2 +-
target/rx/meson.build                              |  2 +-
target/s390x/meson.build                           |  2 +-
target/sh4/meson.build                             |  2 +-
target/sparc/meson.build                           |  2 +-
target/tricore/meson.build                         |  2 +-
target/xtensa/meson.build                          |  2 +-
tcg/aarch64/tcg-target.c.inc                       |  4 +-
tcg/arm/tcg-target.c.inc                           |  2 +-
tcg/i386/tcg-target.c.inc                          |  2 +-
tcg/loongarch64/tcg-target.c.inc                   |  4 +-
tcg/meson.build                                    |  6 +-
tcg/mips/tcg-target.c.inc                          |  4 +-
tcg/ppc/tcg-target.c.inc                           |  4 +-
tcg/region.c                                       |  4 +-
tcg/riscv/tcg-target.c.inc                         |  4 +-
tcg/s390x/tcg-target.c.inc                         |  4 +-
tcg/sparc64/tcg-target.c.inc                       |  4 +-
tcg/tcg.c                                          | 11 +--
tests/qtest/fuzz/fuzz.c                            |  2 +-
tests/qtest/fuzz/fuzz.h                            |  4 +-
tests/qtest/libqtest.c                             |  4 +-
tests/tcg/Makefile.target                          |  2 +-
tests/tcg/multiarch/gdbstub/interrupt.py           |  2 +-
tests/tcg/multiarch/gdbstub/memory.py              |  2 +-
tests/tcg/multiarch/system/memory.c                |  4 +-
tests/tcg/s390x/pgm-specification-softmmu.S        |  2 +-
tests/tcg/s390x/pgm-specification.mak              |  2 +-
tests/tcg/s390x/softmmu.ld                         |  2 +-
tests/tcg/xtensa/Makefile.softmmu-target           |  2 +-
tests/tcg/xtensaeb/Makefile.softmmu-target         |  2 +-
tests/unit/meson.build                             |  2 +-
ui/vnc.c                                           |  2 +
util/cutils.c                                      |  9 +++
util/log.c                                         |  2 +
133 files changed, 315 insertions(+), 286 deletions(-)
rename accel/{accel-softmmu.c => accel-system.c} (96%)
rename accel/{accel-softmmu.h => accel-system.h} (77%)
rename gdbstub/{softmmu.c => system.c} (99%)
rename include/semihosting/{softmmu-uaccess.h => uaccess.h} (75%)
delete mode 100644 softmmu/trace.h
rename {softmmu => system}/arch_init.c (100%)
rename {softmmu => system}/async-teardown.c (100%)
rename {softmmu => system}/balloon.c (100%)
rename {softmmu => system}/bootdevice.c (100%)
rename {softmmu => system}/cpu-throttle.c (100%)
rename {softmmu => system}/cpu-timers.c (100%)
rename {softmmu => system}/cpus.c (100%)
rename {softmmu => system}/datadir.c (100%)
rename {softmmu => system}/device_tree.c (100%)
rename {softmmu => system}/dirtylimit.c (100%)
rename {softmmu => system}/dma-helpers.c (100%)
rename {softmmu => system}/globals.c (100%)
rename {softmmu => system}/icount.c (100%)
rename {softmmu => system}/ioport.c (100%)
rename {softmmu => system}/main.c (100%)
rename {softmmu => system}/memory.c (99%)
rename {softmmu => system}/memory_mapping.c (100%)
rename {softmmu => system}/meson.build (100%)
rename {softmmu => system}/physmem.c (99%)
rename {softmmu => system}/qdev-monitor.c (100%)
rename {softmmu => system}/qemu-seccomp.c (100%)
rename {softmmu => system}/qtest.c (100%)
rename {softmmu => system}/rtc.c (100%)
rename {softmmu => system}/runstate-action.c (100%)
rename {softmmu => system}/runstate-hmp-cmds.c (100%)
rename {softmmu => system}/runstate.c (100%)
rename {softmmu => system}/timers-state.h (100%)
rename {softmmu => system}/tpm-hmp-cmds.c (100%)
rename {softmmu => system}/tpm.c (100%)
rename {softmmu => system}/trace-events (99%)
create mode 100644 system/trace.h
rename {softmmu => system}/vl.c (99%)
rename {softmmu => system}/watchpoint.c (100%)
[PULL 00/26] Audio, source reorg, HVF changes for 2023-10-06
Posted by Paolo Bonzini 7 months ago
The following changes since commit da1034094d375afe9e3d8ec8980550ea0f06f7e0:

  Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2023-10-03 07:43:44 -0400)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 0451b622193aa405c4d9f9ef251aa9ce580adc7f:

  audio, qtest: get rid of QEMU_AUDIO_DRV (2023-10-05 18:43:02 +0200)

----------------------------------------------------------------
* util/log: re-allow switching away from stderr log file
* finish audio configuration rework
* cleanup HVF stubs
* remove more mentions of softmmu

----------------------------------------------------------------
Fiona Ebner (1):
      util/log: re-allow switching away from stderr log file

Paolo Bonzini (9):
      configure: change $softmmu to $system
      cutils: squelch compiler warnings with custom paths
      audio: error hints need a trailing \n
      audio: disable default backends if -audio/-audiodev is used
      audio: extract audio_define_default
      audio: extend -audio to allow creating a default backend
      audio: do not use first -audiodev as default audio device
      audio: reintroduce default audio backend for VNC
      audio, qtest: get rid of QEMU_AUDIO_DRV

Philippe Mathieu-Daudé (16):
      target/i386/hvf: Remove unused includes in 'hvf-i386.h'
      sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets
      target/i386: Check for USER_ONLY definition instead of SOFTMMU one
      softmmu/trace-events: Fix a typo
      travis-ci: Correct invalid mentions of 'softmmu' by 'system'
      cpu: Correct invalid mentions of 'softmmu' by 'system-mode'
      fuzz: Correct invalid mentions of 'softmmu' by 'system'
      tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
      accel: Rename accel_softmmu* -> accel_system*
      gdbstub: Rename 'softmmu' -> 'system'
      semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
      target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss
      hw/virtio/meson: Rename softmmu_virtio_ss -> system_virtio_ss
      meson: Rename softmmu_mods -> system_mods
      meson: Rename target_softmmu_arch -> target_system_arch
      system: Rename softmmu/ directory as system/

 .travis.yml                                        |  4 +-
 MAINTAINERS                                        | 44 +++++------
 accel/accel-common.c                               |  2 +-
 accel/{accel-softmmu.c => accel-system.c}          |  6 +-
 accel/{accel-softmmu.h => accel-system.h}          |  6 +-
 accel/meson.build                                  |  2 +-
 accel/stubs/meson.build                            | 10 +--
 accel/tcg/user-exec.c                              |  2 +-
 audio/audio.c                                      | 85 +++++++++-------------
 audio/audio.h                                      |  3 +
 configure                                          | 10 +--
 cpu.c                                              |  2 +-
 docs/about/deprecated.rst                          |  6 --
 docs/about/removed-features.rst                    | 20 ++++-
 docs/devel/build-system.rst                        |  4 +-
 docs/devel/qtest.rst                               |  2 +-
 docs/devel/testing.rst                             |  2 +-
 gdbstub/internals.h                                |  4 +-
 gdbstub/meson.build                                | 10 +--
 gdbstub/{softmmu.c => system.c}                    |  2 +-
 gdbstub/trace-events                               |  2 +-
 hw/core/cpu-common.c                               |  4 +-
 hw/virtio/meson.build                              | 22 +++---
 include/qemu/atomic128.h                           |  4 +-
 .../semihosting/{softmmu-uaccess.h => uaccess.h}   | 24 +++---
 include/sysemu/hvf.h                               |  3 -
 include/sysemu/runstate-action.h                   |  2 +-
 include/tcg/tcg-op-common.h                        |  2 +-
 meson.build                                        | 22 +++---
 qemu-options.hx                                    | 29 ++++++--
 scripts/checkpatch.pl                              |  2 +-
 scripts/coverity-scan/COMPONENTS.md                |  2 +-
 scripts/get_maintainer.pl                          |  2 +-
 scripts/oss-fuzz/build.sh                          |  6 +-
 semihosting/arm-compat-semi.c                      |  4 +-
 semihosting/config.c                               |  2 +-
 semihosting/guestfd.c                              |  2 +-
 semihosting/syscalls.c                             |  2 +-
 semihosting/uaccess.c                              | 14 ++--
 softmmu/trace.h                                    |  1 -
 stubs/semihost.c                                   |  4 +-
 {softmmu => system}/arch_init.c                    |  0
 {softmmu => system}/async-teardown.c               |  0
 {softmmu => system}/balloon.c                      |  0
 {softmmu => system}/bootdevice.c                   |  0
 {softmmu => system}/cpu-throttle.c                 |  0
 {softmmu => system}/cpu-timers.c                   |  0
 {softmmu => system}/cpus.c                         |  0
 {softmmu => system}/datadir.c                      |  0
 {softmmu => system}/device_tree.c                  |  0
 {softmmu => system}/dirtylimit.c                   |  0
 {softmmu => system}/dma-helpers.c                  |  0
 {softmmu => system}/globals.c                      |  0
 {softmmu => system}/icount.c                       |  0
 {softmmu => system}/ioport.c                       |  0
 {softmmu => system}/main.c                         |  0
 {softmmu => system}/memory.c                       |  2 +-
 {softmmu => system}/memory_mapping.c               |  0
 {softmmu => system}/meson.build                    |  0
 {softmmu => system}/physmem.c                      |  6 +-
 {softmmu => system}/qdev-monitor.c                 |  0
 {softmmu => system}/qemu-seccomp.c                 |  0
 {softmmu => system}/qtest.c                        |  0
 {softmmu => system}/rtc.c                          |  0
 {softmmu => system}/runstate-action.c              |  0
 {softmmu => system}/runstate-hmp-cmds.c            |  0
 {softmmu => system}/runstate.c                     |  0
 {softmmu => system}/timers-state.h                 |  0
 {softmmu => system}/tpm-hmp-cmds.c                 |  0
 {softmmu => system}/tpm.c                          |  0
 {softmmu => system}/trace-events                   |  2 +-
 system/trace.h                                     |  1 +
 {softmmu => system}/vl.c                           | 34 ++++++---
 {softmmu => system}/watchpoint.c                   |  0
 target/alpha/meson.build                           |  2 +-
 target/arm/meson.build                             |  2 +-
 target/avr/meson.build                             |  2 +-
 target/cris/meson.build                            |  2 +-
 target/hppa/meson.build                            |  2 +-
 target/i386/cpu.c                                  |  3 +-
 target/i386/hvf/hvf-cpu.c                          |  1 +
 target/i386/hvf/hvf-i386.h                         |  6 +-
 target/i386/hvf/x86_cpuid.c                        |  1 +
 target/i386/kvm/meson.build                        | 10 +--
 target/i386/meson.build                            |  2 +-
 target/i386/tcg/misc_helper.c                      |  2 +-
 target/i386/tcg/translate.c                        |  6 +-
 target/loongarch/meson.build                       |  2 +-
 target/m68k/m68k-semi.c                            |  2 +-
 target/m68k/meson.build                            |  2 +-
 target/microblaze/meson.build                      |  2 +-
 target/mips/meson.build                            |  2 +-
 target/mips/tcg/sysemu/mips-semi.c                 |  2 +-
 target/nios2/meson.build                           |  2 +-
 target/nios2/nios2-semi.c                          |  2 +-
 target/openrisc/meson.build                        |  2 +-
 target/ppc/meson.build                             |  2 +-
 target/riscv/meson.build                           |  2 +-
 target/riscv/vector_helper.c                       |  2 +-
 target/rx/meson.build                              |  2 +-
 target/s390x/meson.build                           |  2 +-
 target/sh4/meson.build                             |  2 +-
 target/sparc/meson.build                           |  2 +-
 target/tricore/meson.build                         |  2 +-
 target/xtensa/meson.build                          |  2 +-
 tcg/aarch64/tcg-target.c.inc                       |  4 +-
 tcg/arm/tcg-target.c.inc                           |  2 +-
 tcg/i386/tcg-target.c.inc                          |  2 +-
 tcg/loongarch64/tcg-target.c.inc                   |  4 +-
 tcg/meson.build                                    |  6 +-
 tcg/mips/tcg-target.c.inc                          |  4 +-
 tcg/ppc/tcg-target.c.inc                           |  4 +-
 tcg/region.c                                       |  4 +-
 tcg/riscv/tcg-target.c.inc                         |  4 +-
 tcg/s390x/tcg-target.c.inc                         |  4 +-
 tcg/sparc64/tcg-target.c.inc                       |  4 +-
 tcg/tcg.c                                          | 11 +--
 tests/qtest/fuzz/fuzz.c                            |  2 +-
 tests/qtest/fuzz/fuzz.h                            |  4 +-
 tests/qtest/libqtest.c                             |  4 +-
 tests/tcg/Makefile.target                          |  2 +-
 tests/tcg/multiarch/gdbstub/interrupt.py           |  2 +-
 tests/tcg/multiarch/gdbstub/memory.py              |  2 +-
 tests/tcg/multiarch/system/memory.c                |  4 +-
 tests/tcg/s390x/pgm-specification-softmmu.S        |  2 +-
 tests/tcg/s390x/pgm-specification.mak              |  2 +-
 tests/tcg/s390x/softmmu.ld                         |  2 +-
 tests/tcg/xtensa/Makefile.softmmu-target           |  2 +-
 tests/tcg/xtensaeb/Makefile.softmmu-target         |  2 +-
 tests/unit/meson.build                             |  2 +-
 ui/vnc.c                                           |  2 +
 util/cutils.c                                      |  9 +++
 util/log.c                                         |  2 +
 133 files changed, 315 insertions(+), 286 deletions(-)
 rename accel/{accel-softmmu.c => accel-system.c} (96%)
 rename accel/{accel-softmmu.h => accel-system.h} (77%)
 rename gdbstub/{softmmu.c => system.c} (99%)
 rename include/semihosting/{softmmu-uaccess.h => uaccess.h} (75%)
 delete mode 100644 softmmu/trace.h
 rename {softmmu => system}/arch_init.c (100%)
 rename {softmmu => system}/async-teardown.c (100%)
 rename {softmmu => system}/balloon.c (100%)
 rename {softmmu => system}/bootdevice.c (100%)
 rename {softmmu => system}/cpu-throttle.c (100%)
 rename {softmmu => system}/cpu-timers.c (100%)
 rename {softmmu => system}/cpus.c (100%)
 rename {softmmu => system}/datadir.c (100%)
 rename {softmmu => system}/device_tree.c (100%)
 rename {softmmu => system}/dirtylimit.c (100%)
 rename {softmmu => system}/dma-helpers.c (100%)
 rename {softmmu => system}/globals.c (100%)
 rename {softmmu => system}/icount.c (100%)
 rename {softmmu => system}/ioport.c (100%)
 rename {softmmu => system}/main.c (100%)
 rename {softmmu => system}/memory.c (99%)
 rename {softmmu => system}/memory_mapping.c (100%)
 rename {softmmu => system}/meson.build (100%)
 rename {softmmu => system}/physmem.c (99%)
 rename {softmmu => system}/qdev-monitor.c (100%)
 rename {softmmu => system}/qemu-seccomp.c (100%)
 rename {softmmu => system}/qtest.c (100%)
 rename {softmmu => system}/rtc.c (100%)
 rename {softmmu => system}/runstate-action.c (100%)
 rename {softmmu => system}/runstate-hmp-cmds.c (100%)
 rename {softmmu => system}/runstate.c (100%)
 rename {softmmu => system}/timers-state.h (100%)
 rename {softmmu => system}/tpm-hmp-cmds.c (100%)
 rename {softmmu => system}/tpm.c (100%)
 rename {softmmu => system}/trace-events (99%)
 create mode 100644 system/trace.h
 rename {softmmu => system}/vl.c (99%)
 rename {softmmu => system}/watchpoint.c (100%)
-- 
2.41.0


Re: [PULL 00/26] Audio, source reorg, HVF changes for 2023-10-06
Posted by Paolo Bonzini 7 months ago
Il ven 6 ott 2023, 13:14 Paolo Bonzini <pbonzini@redhat.com> ha scritto:

> The following changes since commit
> da1034094d375afe9e3d8ec8980550ea0f06f7e0:
>
>   Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into
> staging (2023-10-03 07:43:44 -0400)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 0451b622193aa405c4d9f9ef251aa9ce580adc7f:
>
>   audio, qtest: get rid of QEMU_AUDIO_DRV (2023-10-05 18:43:02 +0200)
>

There are conflicts so I will update the tag.

Paolo


> ----------------------------------------------------------------
> * util/log: re-allow switching away from stderr log file
> * finish audio configuration rework
> * cleanup HVF stubs
> * remove more mentions of softmmu
>
> ----------------------------------------------------------------
> Fiona Ebner (1):
>       util/log: re-allow switching away from stderr log file
>
> Paolo Bonzini (9):
>       configure: change $softmmu to $system
>       cutils: squelch compiler warnings with custom paths
>       audio: error hints need a trailing \n
>       audio: disable default backends if -audio/-audiodev is used
>       audio: extract audio_define_default
>       audio: extend -audio to allow creating a default backend
>       audio: do not use first -audiodev as default audio device
>       audio: reintroduce default audio backend for VNC
>       audio, qtest: get rid of QEMU_AUDIO_DRV
>
> Philippe Mathieu-Daudé (16):
>       target/i386/hvf: Remove unused includes in 'hvf-i386.h'
>       sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets
>       target/i386: Check for USER_ONLY definition instead of SOFTMMU one
>       softmmu/trace-events: Fix a typo
>       travis-ci: Correct invalid mentions of 'softmmu' by 'system'
>       cpu: Correct invalid mentions of 'softmmu' by 'system-mode'
>       fuzz: Correct invalid mentions of 'softmmu' by 'system'
>       tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
>       accel: Rename accel_softmmu* -> accel_system*
>       gdbstub: Rename 'softmmu' -> 'system'
>       semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
>       target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ss
>       hw/virtio/meson: Rename softmmu_virtio_ss -> system_virtio_ss
>       meson: Rename softmmu_mods -> system_mods
>       meson: Rename target_softmmu_arch -> target_system_arch
>       system: Rename softmmu/ directory as system/
>
>  .travis.yml                                        |  4 +-
>  MAINTAINERS                                        | 44 +++++------
>  accel/accel-common.c                               |  2 +-
>  accel/{accel-softmmu.c => accel-system.c}          |  6 +-
>  accel/{accel-softmmu.h => accel-system.h}          |  6 +-
>  accel/meson.build                                  |  2 +-
>  accel/stubs/meson.build                            | 10 +--
>  accel/tcg/user-exec.c                              |  2 +-
>  audio/audio.c                                      | 85
> +++++++++-------------
>  audio/audio.h                                      |  3 +
>  configure                                          | 10 +--
>  cpu.c                                              |  2 +-
>  docs/about/deprecated.rst                          |  6 --
>  docs/about/removed-features.rst                    | 20 ++++-
>  docs/devel/build-system.rst                        |  4 +-
>  docs/devel/qtest.rst                               |  2 +-
>  docs/devel/testing.rst                             |  2 +-
>  gdbstub/internals.h                                |  4 +-
>  gdbstub/meson.build                                | 10 +--
>  gdbstub/{softmmu.c => system.c}                    |  2 +-
>  gdbstub/trace-events                               |  2 +-
>  hw/core/cpu-common.c                               |  4 +-
>  hw/virtio/meson.build                              | 22 +++---
>  include/qemu/atomic128.h                           |  4 +-
>  .../semihosting/{softmmu-uaccess.h => uaccess.h}   | 24 +++---
>  include/sysemu/hvf.h                               |  3 -
>  include/sysemu/runstate-action.h                   |  2 +-
>  include/tcg/tcg-op-common.h                        |  2 +-
>  meson.build                                        | 22 +++---
>  qemu-options.hx                                    | 29 ++++++--
>  scripts/checkpatch.pl                              |  2 +-
>  scripts/coverity-scan/COMPONENTS.md                |  2 +-
>  scripts/get_maintainer.pl                          |  2 +-
>  scripts/oss-fuzz/build.sh                          |  6 +-
>  semihosting/arm-compat-semi.c                      |  4 +-
>  semihosting/config.c                               |  2 +-
>  semihosting/guestfd.c                              |  2 +-
>  semihosting/syscalls.c                             |  2 +-
>  semihosting/uaccess.c                              | 14 ++--
>  softmmu/trace.h                                    |  1 -
>  stubs/semihost.c                                   |  4 +-
>  {softmmu => system}/arch_init.c                    |  0
>  {softmmu => system}/async-teardown.c               |  0
>  {softmmu => system}/balloon.c                      |  0
>  {softmmu => system}/bootdevice.c                   |  0
>  {softmmu => system}/cpu-throttle.c                 |  0
>  {softmmu => system}/cpu-timers.c                   |  0
>  {softmmu => system}/cpus.c                         |  0
>  {softmmu => system}/datadir.c                      |  0
>  {softmmu => system}/device_tree.c                  |  0
>  {softmmu => system}/dirtylimit.c                   |  0
>  {softmmu => system}/dma-helpers.c                  |  0
>  {softmmu => system}/globals.c                      |  0
>  {softmmu => system}/icount.c                       |  0
>  {softmmu => system}/ioport.c                       |  0
>  {softmmu => system}/main.c                         |  0
>  {softmmu => system}/memory.c                       |  2 +-
>  {softmmu => system}/memory_mapping.c               |  0
>  {softmmu => system}/meson.build                    |  0
>  {softmmu => system}/physmem.c                      |  6 +-
>  {softmmu => system}/qdev-monitor.c                 |  0
>  {softmmu => system}/qemu-seccomp.c                 |  0
>  {softmmu => system}/qtest.c                        |  0
>  {softmmu => system}/rtc.c                          |  0
>  {softmmu => system}/runstate-action.c              |  0
>  {softmmu => system}/runstate-hmp-cmds.c            |  0
>  {softmmu => system}/runstate.c                     |  0
>  {softmmu => system}/timers-state.h                 |  0
>  {softmmu => system}/tpm-hmp-cmds.c                 |  0
>  {softmmu => system}/tpm.c                          |  0
>  {softmmu => system}/trace-events                   |  2 +-
>  system/trace.h                                     |  1 +
>  {softmmu => system}/vl.c                           | 34 ++++++---
>  {softmmu => system}/watchpoint.c                   |  0
>  target/alpha/meson.build                           |  2 +-
>  target/arm/meson.build                             |  2 +-
>  target/avr/meson.build                             |  2 +-
>  target/cris/meson.build                            |  2 +-
>  target/hppa/meson.build                            |  2 +-
>  target/i386/cpu.c                                  |  3 +-
>  target/i386/hvf/hvf-cpu.c                          |  1 +
>  target/i386/hvf/hvf-i386.h                         |  6 +-
>  target/i386/hvf/x86_cpuid.c                        |  1 +
>  target/i386/kvm/meson.build                        | 10 +--
>  target/i386/meson.build                            |  2 +-
>  target/i386/tcg/misc_helper.c                      |  2 +-
>  target/i386/tcg/translate.c                        |  6 +-
>  target/loongarch/meson.build                       |  2 +-
>  target/m68k/m68k-semi.c                            |  2 +-
>  target/m68k/meson.build                            |  2 +-
>  target/microblaze/meson.build                      |  2 +-
>  target/mips/meson.build                            |  2 +-
>  target/mips/tcg/sysemu/mips-semi.c                 |  2 +-
>  target/nios2/meson.build                           |  2 +-
>  target/nios2/nios2-semi.c                          |  2 +-
>  target/openrisc/meson.build                        |  2 +-
>  target/ppc/meson.build                             |  2 +-
>  target/riscv/meson.build                           |  2 +-
>  target/riscv/vector_helper.c                       |  2 +-
>  target/rx/meson.build                              |  2 +-
>  target/s390x/meson.build                           |  2 +-
>  target/sh4/meson.build                             |  2 +-
>  target/sparc/meson.build                           |  2 +-
>  target/tricore/meson.build                         |  2 +-
>  target/xtensa/meson.build                          |  2 +-
>  tcg/aarch64/tcg-target.c.inc                       |  4 +-
>  tcg/arm/tcg-target.c.inc                           |  2 +-
>  tcg/i386/tcg-target.c.inc                          |  2 +-
>  tcg/loongarch64/tcg-target.c.inc                   |  4 +-
>  tcg/meson.build                                    |  6 +-
>  tcg/mips/tcg-target.c.inc                          |  4 +-
>  tcg/ppc/tcg-target.c.inc                           |  4 +-
>  tcg/region.c                                       |  4 +-
>  tcg/riscv/tcg-target.c.inc                         |  4 +-
>  tcg/s390x/tcg-target.c.inc                         |  4 +-
>  tcg/sparc64/tcg-target.c.inc                       |  4 +-
>  tcg/tcg.c                                          | 11 +--
>  tests/qtest/fuzz/fuzz.c                            |  2 +-
>  tests/qtest/fuzz/fuzz.h                            |  4 +-
>  tests/qtest/libqtest.c                             |  4 +-
>  tests/tcg/Makefile.target                          |  2 +-
>  tests/tcg/multiarch/gdbstub/interrupt.py           |  2 +-
>  tests/tcg/multiarch/gdbstub/memory.py              |  2 +-
>  tests/tcg/multiarch/system/memory.c                |  4 +-
>  tests/tcg/s390x/pgm-specification-softmmu.S        |  2 +-
>  tests/tcg/s390x/pgm-specification.mak              |  2 +-
>  tests/tcg/s390x/softmmu.ld                         |  2 +-
>  tests/tcg/xtensa/Makefile.softmmu-target           |  2 +-
>  tests/tcg/xtensaeb/Makefile.softmmu-target         |  2 +-
>  tests/unit/meson.build                             |  2 +-
>  ui/vnc.c                                           |  2 +
>  util/cutils.c                                      |  9 +++
>  util/log.c                                         |  2 +
>  133 files changed, 315 insertions(+), 286 deletions(-)
>  rename accel/{accel-softmmu.c => accel-system.c} (96%)
>  rename accel/{accel-softmmu.h => accel-system.h} (77%)
>  rename gdbstub/{softmmu.c => system.c} (99%)
>  rename include/semihosting/{softmmu-uaccess.h => uaccess.h} (75%)
>  delete mode 100644 softmmu/trace.h
>  rename {softmmu => system}/arch_init.c (100%)
>  rename {softmmu => system}/async-teardown.c (100%)
>  rename {softmmu => system}/balloon.c (100%)
>  rename {softmmu => system}/bootdevice.c (100%)
>  rename {softmmu => system}/cpu-throttle.c (100%)
>  rename {softmmu => system}/cpu-timers.c (100%)
>  rename {softmmu => system}/cpus.c (100%)
>  rename {softmmu => system}/datadir.c (100%)
>  rename {softmmu => system}/device_tree.c (100%)
>  rename {softmmu => system}/dirtylimit.c (100%)
>  rename {softmmu => system}/dma-helpers.c (100%)
>  rename {softmmu => system}/globals.c (100%)
>  rename {softmmu => system}/icount.c (100%)
>  rename {softmmu => system}/ioport.c (100%)
>  rename {softmmu => system}/main.c (100%)
>  rename {softmmu => system}/memory.c (99%)
>  rename {softmmu => system}/memory_mapping.c (100%)
>  rename {softmmu => system}/meson.build (100%)
>  rename {softmmu => system}/physmem.c (99%)
>  rename {softmmu => system}/qdev-monitor.c (100%)
>  rename {softmmu => system}/qemu-seccomp.c (100%)
>  rename {softmmu => system}/qtest.c (100%)
>  rename {softmmu => system}/rtc.c (100%)
>  rename {softmmu => system}/runstate-action.c (100%)
>  rename {softmmu => system}/runstate-hmp-cmds.c (100%)
>  rename {softmmu => system}/runstate.c (100%)
>  rename {softmmu => system}/timers-state.h (100%)
>  rename {softmmu => system}/tpm-hmp-cmds.c (100%)
>  rename {softmmu => system}/tpm.c (100%)
>  rename {softmmu => system}/trace-events (99%)
>  create mode 100644 system/trace.h
>  rename {softmmu => system}/vl.c (99%)
>  rename {softmmu => system}/watchpoint.c (100%)
> --
> 2.41.0
>