Skip to content

Commit

Permalink
include: Rename sysemu/ -> system/
Browse files Browse the repository at this point in the history
Headers in include/sysemu/ are not only related to system
*emulation*, they are also used by virtualization. Rename
as system/ which is clearer.

Files renamed manually then mechanical change using sed tool.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Tested-by: Lei Yang <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
philmd committed Dec 20, 2024
1 parent 63cda19 commit 32cad1f
Show file tree
Hide file tree
Showing 965 changed files with 1,708 additions and 1,707 deletions.
76 changes: 38 additions & 38 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ F: include/exec/helper*.h
F: include/exec/helper*.h.inc
F: include/exec/helper-info.c.inc
F: include/exec/page-protection.h
F: include/sysemu/cpus.h
F: include/sysemu/tcg.h
F: include/system/cpus.h
F: include/system/tcg.h
F: include/hw/core/tcg-cpu-ops.h
F: host/include/*/host/cpuinfo.h
F: util/cpuinfo-*.c
Expand Down Expand Up @@ -434,7 +434,7 @@ F: */*/kvm*
F: accel/kvm/
F: accel/stubs/kvm-stub.c
F: include/hw/kvm/
F: include/sysemu/kvm*.h
F: include/system/kvm*.h
F: scripts/kvm/kvm_flightrecorder

ARM KVM CPUs
Expand All @@ -447,7 +447,7 @@ MIPS KVM CPUs
M: Huacai Chen <[email protected]>
S: Odd Fixes
F: target/mips/kvm*
F: target/mips/sysemu/
F: target/mips/system/

PPC KVM CPUs
M: Nicholas Piggin <[email protected]>
Expand Down Expand Up @@ -481,7 +481,7 @@ Xen emulation on X86 KVM CPUs
M: David Woodhouse <[email protected]>
M: Paul Durrant <[email protected]>
S: Supported
F: include/sysemu/kvm_xen.h
F: include/system/kvm_xen.h
F: target/i386/kvm/xen*
F: hw/i386/kvm/xen*
F: tests/avocado/kvm_xen_guest.py
Expand All @@ -493,7 +493,7 @@ M: Richard Henderson <[email protected]>
R: Paolo Bonzini <[email protected]>
S: Maintained
F: include/qemu/accel.h
F: include/sysemu/accel-*.h
F: include/system/accel-*.h
F: include/hw/core/accel-cpu.h
F: accel/accel-*.c
F: accel/Makefile.objs
Expand All @@ -517,14 +517,14 @@ M: Roman Bolshakov <[email protected]>
W: https://wiki.qemu.org/Features/HVF
S: Maintained
F: accel/hvf/
F: include/sysemu/hvf.h
F: include/sysemu/hvf_int.h
F: include/system/hvf.h
F: include/system/hvf_int.h

WHPX CPUs
M: Sunil Muthuswamy <[email protected]>
S: Supported
F: target/i386/whpx/
F: include/sysemu/whpx.h
F: include/system/whpx.h

Guest CPU Cores (Xen)
---------------------
Expand All @@ -550,8 +550,8 @@ F: hw/i386/xen/
F: hw/pci-host/xen_igd_pt.c
F: include/hw/block/dataplane/xen*
F: include/hw/xen/
F: include/sysemu/xen.h
F: include/sysemu/xen-mapcache.h
F: include/system/xen.h
F: include/system/xen-mapcache.h
F: stubs/xen-hw-stub.c
F: docs/system/arm/xenpvh.rst
F: docs/system/i386/xenpvh.rst
Expand All @@ -561,7 +561,7 @@ Guest CPU Cores (NVMM)
NetBSD Virtual Machine Monitor (NVMM) CPU support
M: Reinoud Zandijk <[email protected]>
S: Maintained
F: include/sysemu/nvmm.h
F: include/system/nvmm.h
F: target/i386/nvmm/

Hosts
Expand All @@ -579,7 +579,7 @@ POSIX
M: Paolo Bonzini <[email protected]>
S: Maintained
F: os-posix.c
F: include/sysemu/os-posix.h
F: include/system/os-posix.h
F: util/*posix*.c
F: include/qemu/*posix*.h

Expand Down Expand Up @@ -1866,7 +1866,7 @@ R: Yanan Wang <[email protected]>
R: Zhao Liu <[email protected]>
S: Supported
F: hw/core/cpu-common.c
F: hw/core/cpu-sysemu.c
F: hw/core/cpu-system.c
F: hw/core/machine-qmp-cmds.c
F: hw/core/machine.c
F: hw/core/machine-smp.c
Expand All @@ -1879,7 +1879,7 @@ F: qapi/machine-target.json
F: include/hw/boards.h
F: include/hw/core/cpu.h
F: include/hw/cpu/cluster.h
F: include/sysemu/numa.h
F: include/system/numa.h
F: tests/functional/test_cpu_queries.py
F: tests/functional/test_empty_cpu_model.py
F: tests/unit/test-smp-parse.c
Expand Down Expand Up @@ -2189,9 +2189,9 @@ M: Eric Auger <[email protected]>
M: Zhenzhong Duan <[email protected]>
S: Supported
F: backends/iommufd.c
F: include/sysemu/iommufd.h
F: include/system/iommufd.h
F: backends/host_iommu_device.c
F: include/sysemu/host_iommu_device.h
F: include/system/host_iommu_device.h
F: include/qemu/chardev_open.h
F: util/chardev_open.c
F: docs/devel/vfio-iommufd.rst
Expand All @@ -2205,7 +2205,7 @@ F: docs/interop/vhost-user.json
F: docs/interop/vhost-user.rst
F: contrib/vhost-user-*/
F: backends/vhost-user.c
F: include/sysemu/vhost-user-backend.h
F: include/system/vhost-user-backend.h
F: subprojects/libvhost-user/

vhost-shadow-virtqueue
Expand Down Expand Up @@ -2233,7 +2233,7 @@ F: docs/interop/virtio-balloon-stats.rst
F: hw/virtio/virtio-balloon*.c
F: include/hw/virtio/virtio-balloon.h
F: system/balloon.c
F: include/sysemu/balloon.h
F: include/system/balloon.h
F: tests/qtest/virtio-balloon-test.c

virtio-9p
Expand Down Expand Up @@ -2315,7 +2315,7 @@ R: Amit Shah <[email protected]>
S: Supported
F: hw/virtio/virtio-rng.c
F: include/hw/virtio/virtio-rng.h
F: include/sysemu/rng*.h
F: include/system/rng*.h
F: backends/rng*.c
F: tests/qtest/virtio-rng-test.c

Expand Down Expand Up @@ -2841,7 +2841,7 @@ F: hw/block/
F: qapi/block*.json
F: qapi/transaction.json
F: include/block/
F: include/sysemu/block-*.h
F: include/system/block-*.h
F: qemu-img*
F: docs/tools/qemu-img.rst
F: qemu-io*
Expand Down Expand Up @@ -2980,7 +2980,7 @@ M: Alistair Francis <[email protected]>
R: David Gibson <[email protected]>
S: Maintained
F: system/device_tree.c
F: include/sysemu/device_tree.h
F: include/system/device_tree.h

Dump
S: Supported
Expand All @@ -2989,8 +2989,8 @@ F: dump/
F: hw/misc/vmcoreinfo.c
F: include/hw/misc/vmcoreinfo.h
F: include/qemu/win_dump_defs
F: include/sysemu/dump-arch.h
F: include/sysemu/dump.h
F: include/system/dump-arch.h
F: include/system/dump.h
F: qapi/dump.json
F: scripts/dump-guest-memory.py
F: stubs/dump.c
Expand Down Expand Up @@ -3036,7 +3036,7 @@ F: include/exec/memop.h
F: include/exec/memory.h
F: include/exec/ram_addr.h
F: include/exec/ramblock.h
F: include/sysemu/memory_mapping.h
F: include/system/memory_mapping.h
F: system/dma-helpers.c
F: system/ioport.c
F: system/memory.c
Expand Down Expand Up @@ -3089,8 +3089,8 @@ Main loop
M: Paolo Bonzini <[email protected]>
S: Maintained
F: include/qemu/main-loop.h
F: include/sysemu/runstate.h
F: include/sysemu/runstate-action.h
F: include/system/runstate.h
F: include/system/runstate-action.h
F: util/main-loop.c
F: util/qemu-timer*.c
F: system/vl.c
Expand Down Expand Up @@ -3153,15 +3153,15 @@ M: David Hildenbrand <[email protected]>
M: Igor Mammedov <[email protected]>
S: Maintained
F: backends/hostmem*.c
F: include/sysemu/hostmem.h
F: include/system/hostmem.h
F: docs/system/vm-templating.rst
T: git https://gitlab.com/ehabkost/qemu.git machine-next

Cryptodev Backends
M: Gonglei <[email protected]>
M: zhenwei pi <[email protected]>
S: Maintained
F: include/sysemu/cryptodev*.h
F: include/system/cryptodev*.h
F: backends/cryptodev*.c
F: qapi/cryptodev.json

Expand Down Expand Up @@ -3310,7 +3310,7 @@ M: Laurent Vivier <[email protected]>
R: Paolo Bonzini <[email protected]>
S: Maintained
F: system/qtest.c
F: include/sysemu/qtest.h
F: include/system/qtest.h
F: accel/qtest/
F: tests/qtest/
F: docs/devel/qgraph.rst
Expand Down Expand Up @@ -3361,7 +3361,7 @@ T: git https://people.debian.org/~sthibault/qemu.git slirp

Stats
S: Orphan
F: include/sysemu/stats.h
F: include/system/stats.h
F: stats/
F: qapi/stats.json

Expand Down Expand Up @@ -3402,7 +3402,7 @@ S: Maintained
F: system/tpm*
F: hw/tpm/*
F: include/hw/acpi/tpm.h
F: include/sysemu/tpm*
F: include/system/tpm*
F: qapi/tpm.json
F: backends/tpm/
F: tests/qtest/*tpm*
Expand All @@ -3413,7 +3413,7 @@ SPDM
M: Alistair Francis <[email protected]>
S: Maintained
F: backends/spdm-socket.c
F: include/sysemu/spdm-socket.h
F: include/system/spdm-socket.h

Checkpatch
S: Odd Fixes
Expand Down Expand Up @@ -3448,10 +3448,10 @@ Migration dirty limit and dirty page rate
M: Hyman Huang <[email protected]>
S: Maintained
F: system/dirtylimit.c
F: include/sysemu/dirtylimit.h
F: include/system/dirtylimit.h
F: migration/dirtyrate.c
F: migration/dirtyrate.h
F: include/sysemu/dirtyrate.h
F: include/system/dirtyrate.h
F: docs/devel/migration/dirty-limit.rst

Detached LUKS header
Expand Down Expand Up @@ -3479,7 +3479,7 @@ Seccomp
M: Daniel P. Berrange <[email protected]>
S: Odd Fixes
F: system/qemu-seccomp.c
F: include/sysemu/seccomp.h
F: include/system/seccomp.h
F: tests/unit/test-seccomp.c

Cryptography
Expand Down Expand Up @@ -3592,7 +3592,7 @@ F: replay/*
F: block/blkreplay.c
F: net/filter-replay.c
F: include/exec/replay-core.h
F: include/sysemu/replay.h
F: include/system/replay.h
F: docs/devel/replay.rst
F: docs/system/replay.rst
F: stubs/replay.c
Expand Down Expand Up @@ -3711,7 +3711,7 @@ M: Peter Maydell <[email protected]>
S: Maintained
F: include/hw/resettable.h
F: include/hw/core/resetcontainer.h
F: include/sysemu/reset.h
F: include/system/reset.h
F: hw/core/reset.c
F: hw/core/resettable.c
F: hw/core/resetcontainer.c
Expand Down
2 changes: 1 addition & 1 deletion accel/accel-blocker.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "qemu/thread.h"
#include "qemu/main-loop.h"
#include "hw/core/cpu.h"
#include "sysemu/accel-blocker.h"
#include "system/accel-blocker.h"

static QemuLockCnt accel_in_ioctl_lock;
static QemuEvent accel_in_ioctl_event;
Expand Down
2 changes: 1 addition & 1 deletion accel/accel-system.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "qemu/osdep.h"
#include "qemu/accel.h"
#include "hw/boards.h"
#include "sysemu/cpus.h"
#include "system/cpus.h"
#include "qemu/error-report.h"
#include "accel-system.h"

Expand Down
2 changes: 1 addition & 1 deletion accel/dummy-cpus.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include "qemu/osdep.h"
#include "qemu/rcu.h"
#include "sysemu/cpus.h"
#include "system/cpus.h"
#include "qemu/guest-random.h"
#include "qemu/main-loop.h"
#include "hw/core/cpu.h"
Expand Down
8 changes: 4 additions & 4 deletions accel/hvf/hvf-accel-ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
#include "exec/exec-all.h"
#include "gdbstub/enums.h"
#include "hw/boards.h"
#include "sysemu/cpus.h"
#include "sysemu/hvf.h"
#include "sysemu/hvf_int.h"
#include "sysemu/runstate.h"
#include "system/cpus.h"
#include "system/hvf.h"
#include "system/hvf_int.h"
#include "system/runstate.h"
#include "qemu/guest-random.h"

HVFState *hvf_state;
Expand Down
4 changes: 2 additions & 2 deletions accel/hvf/hvf-all.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

#include "qemu/osdep.h"
#include "qemu/error-report.h"
#include "sysemu/hvf.h"
#include "sysemu/hvf_int.h"
#include "system/hvf.h"
#include "system/hvf_int.h"

const char *hvf_return_string(hv_return_t ret)
{
Expand Down
8 changes: 4 additions & 4 deletions accel/kvm/kvm-accel-ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
#include "qemu/osdep.h"
#include "qemu/error-report.h"
#include "qemu/main-loop.h"
#include "sysemu/kvm.h"
#include "sysemu/kvm_int.h"
#include "sysemu/runstate.h"
#include "sysemu/cpus.h"
#include "system/kvm.h"
#include "system/kvm_int.h"
#include "system/runstate.h"
#include "system/cpus.h"
#include "qemu/guest-random.h"
#include "qapi/error.h"

Expand Down
16 changes: 8 additions & 8 deletions accel/kvm/kvm-all.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
#include "hw/pci/msix.h"
#include "hw/s390x/adapter.h"
#include "gdbstub/enums.h"
#include "sysemu/kvm_int.h"
#include "sysemu/runstate.h"
#include "sysemu/cpus.h"
#include "sysemu/accel-blocker.h"
#include "system/kvm_int.h"
#include "system/runstate.h"
#include "system/cpus.h"
#include "system/accel-blocker.h"
#include "qemu/bswap.h"
#include "exec/memory.h"
#include "exec/ram_addr.h"
Expand All @@ -42,15 +42,15 @@
#include "qapi/visitor.h"
#include "qapi/qapi-types-common.h"
#include "qapi/qapi-visit-common.h"
#include "sysemu/reset.h"
#include "system/reset.h"
#include "qemu/guest-random.h"
#include "sysemu/hw_accel.h"
#include "system/hw_accel.h"
#include "kvm-cpus.h"
#include "sysemu/dirtylimit.h"
#include "system/dirtylimit.h"
#include "qemu/range.h"

#include "hw/boards.h"
#include "sysemu/stats.h"
#include "system/stats.h"

/* This check must be after config-host.h is included */
#ifdef CONFIG_EVENTFD
Expand Down
Loading

0 comments on commit 32cad1f

Please sign in to comment.