Skip to content

Commit 32cad1f

Browse files
committed
include: Rename sysemu/ -> system/
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]>
1 parent 63cda19 commit 32cad1f

File tree

965 files changed

+1708
-1707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

965 files changed

+1708
-1707
lines changed

MAINTAINERS

+38-38
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ F: include/exec/helper*.h
170170
F: include/exec/helper*.h.inc
171171
F: include/exec/helper-info.c.inc
172172
F: include/exec/page-protection.h
173-
F: include/sysemu/cpus.h
174-
F: include/sysemu/tcg.h
173+
F: include/system/cpus.h
174+
F: include/system/tcg.h
175175
F: include/hw/core/tcg-cpu-ops.h
176176
F: host/include/*/host/cpuinfo.h
177177
F: util/cpuinfo-*.c
@@ -434,7 +434,7 @@ F: */*/kvm*
434434
F: accel/kvm/
435435
F: accel/stubs/kvm-stub.c
436436
F: include/hw/kvm/
437-
F: include/sysemu/kvm*.h
437+
F: include/system/kvm*.h
438438
F: scripts/kvm/kvm_flightrecorder
439439

440440
ARM KVM CPUs
@@ -447,7 +447,7 @@ MIPS KVM CPUs
447447
M: Huacai Chen <[email protected]>
448448
S: Odd Fixes
449449
F: target/mips/kvm*
450-
F: target/mips/sysemu/
450+
F: target/mips/system/
451451

452452
PPC KVM CPUs
453453
M: Nicholas Piggin <[email protected]>
@@ -481,7 +481,7 @@ Xen emulation on X86 KVM CPUs
481481
M: David Woodhouse <[email protected]>
482482
M: Paul Durrant <[email protected]>
483483
S: Supported
484-
F: include/sysemu/kvm_xen.h
484+
F: include/system/kvm_xen.h
485485
F: target/i386/kvm/xen*
486486
F: hw/i386/kvm/xen*
487487
F: tests/avocado/kvm_xen_guest.py
@@ -493,7 +493,7 @@ M: Richard Henderson <[email protected]>
493493
R: Paolo Bonzini <[email protected]>
494494
S: Maintained
495495
F: include/qemu/accel.h
496-
F: include/sysemu/accel-*.h
496+
F: include/system/accel-*.h
497497
F: include/hw/core/accel-cpu.h
498498
F: accel/accel-*.c
499499
F: accel/Makefile.objs
@@ -517,14 +517,14 @@ M: Roman Bolshakov <[email protected]>
517517
W: https://wiki.qemu.org/Features/HVF
518518
S: Maintained
519519
F: accel/hvf/
520-
F: include/sysemu/hvf.h
521-
F: include/sysemu/hvf_int.h
520+
F: include/system/hvf.h
521+
F: include/system/hvf_int.h
522522

523523
WHPX CPUs
524524
M: Sunil Muthuswamy <[email protected]>
525525
S: Supported
526526
F: target/i386/whpx/
527-
F: include/sysemu/whpx.h
527+
F: include/system/whpx.h
528528

529529
Guest CPU Cores (Xen)
530530
---------------------
@@ -550,8 +550,8 @@ F: hw/i386/xen/
550550
F: hw/pci-host/xen_igd_pt.c
551551
F: include/hw/block/dataplane/xen*
552552
F: include/hw/xen/
553-
F: include/sysemu/xen.h
554-
F: include/sysemu/xen-mapcache.h
553+
F: include/system/xen.h
554+
F: include/system/xen-mapcache.h
555555
F: stubs/xen-hw-stub.c
556556
F: docs/system/arm/xenpvh.rst
557557
F: docs/system/i386/xenpvh.rst
@@ -561,7 +561,7 @@ Guest CPU Cores (NVMM)
561561
NetBSD Virtual Machine Monitor (NVMM) CPU support
562562
M: Reinoud Zandijk <[email protected]>
563563
S: Maintained
564-
F: include/sysemu/nvmm.h
564+
F: include/system/nvmm.h
565565
F: target/i386/nvmm/
566566

567567
Hosts
@@ -579,7 +579,7 @@ POSIX
579579
M: Paolo Bonzini <[email protected]>
580580
S: Maintained
581581
F: os-posix.c
582-
F: include/sysemu/os-posix.h
582+
F: include/system/os-posix.h
583583
F: util/*posix*.c
584584
F: include/qemu/*posix*.h
585585

@@ -1866,7 +1866,7 @@ R: Yanan Wang <[email protected]>
18661866
R: Zhao Liu <[email protected]>
18671867
S: Supported
18681868
F: hw/core/cpu-common.c
1869-
F: hw/core/cpu-sysemu.c
1869+
F: hw/core/cpu-system.c
18701870
F: hw/core/machine-qmp-cmds.c
18711871
F: hw/core/machine.c
18721872
F: hw/core/machine-smp.c
@@ -1879,7 +1879,7 @@ F: qapi/machine-target.json
18791879
F: include/hw/boards.h
18801880
F: include/hw/core/cpu.h
18811881
F: include/hw/cpu/cluster.h
1882-
F: include/sysemu/numa.h
1882+
F: include/system/numa.h
18831883
F: tests/functional/test_cpu_queries.py
18841884
F: tests/functional/test_empty_cpu_model.py
18851885
F: tests/unit/test-smp-parse.c
@@ -2189,9 +2189,9 @@ M: Eric Auger <[email protected]>
21892189
M: Zhenzhong Duan <[email protected]>
21902190
S: Supported
21912191
F: backends/iommufd.c
2192-
F: include/sysemu/iommufd.h
2192+
F: include/system/iommufd.h
21932193
F: backends/host_iommu_device.c
2194-
F: include/sysemu/host_iommu_device.h
2194+
F: include/system/host_iommu_device.h
21952195
F: include/qemu/chardev_open.h
21962196
F: util/chardev_open.c
21972197
F: docs/devel/vfio-iommufd.rst
@@ -2205,7 +2205,7 @@ F: docs/interop/vhost-user.json
22052205
F: docs/interop/vhost-user.rst
22062206
F: contrib/vhost-user-*/
22072207
F: backends/vhost-user.c
2208-
F: include/sysemu/vhost-user-backend.h
2208+
F: include/system/vhost-user-backend.h
22092209
F: subprojects/libvhost-user/
22102210

22112211
vhost-shadow-virtqueue
@@ -2233,7 +2233,7 @@ F: docs/interop/virtio-balloon-stats.rst
22332233
F: hw/virtio/virtio-balloon*.c
22342234
F: include/hw/virtio/virtio-balloon.h
22352235
F: system/balloon.c
2236-
F: include/sysemu/balloon.h
2236+
F: include/system/balloon.h
22372237
F: tests/qtest/virtio-balloon-test.c
22382238

22392239
virtio-9p
@@ -2315,7 +2315,7 @@ R: Amit Shah <[email protected]>
23152315
S: Supported
23162316
F: hw/virtio/virtio-rng.c
23172317
F: include/hw/virtio/virtio-rng.h
2318-
F: include/sysemu/rng*.h
2318+
F: include/system/rng*.h
23192319
F: backends/rng*.c
23202320
F: tests/qtest/virtio-rng-test.c
23212321

@@ -2841,7 +2841,7 @@ F: hw/block/
28412841
F: qapi/block*.json
28422842
F: qapi/transaction.json
28432843
F: include/block/
2844-
F: include/sysemu/block-*.h
2844+
F: include/system/block-*.h
28452845
F: qemu-img*
28462846
F: docs/tools/qemu-img.rst
28472847
F: qemu-io*
@@ -2980,7 +2980,7 @@ M: Alistair Francis <[email protected]>
29802980
R: David Gibson <[email protected]>
29812981
S: Maintained
29822982
F: system/device_tree.c
2983-
F: include/sysemu/device_tree.h
2983+
F: include/system/device_tree.h
29842984

29852985
Dump
29862986
S: Supported
@@ -2989,8 +2989,8 @@ F: dump/
29892989
F: hw/misc/vmcoreinfo.c
29902990
F: include/hw/misc/vmcoreinfo.h
29912991
F: include/qemu/win_dump_defs
2992-
F: include/sysemu/dump-arch.h
2993-
F: include/sysemu/dump.h
2992+
F: include/system/dump-arch.h
2993+
F: include/system/dump.h
29942994
F: qapi/dump.json
29952995
F: scripts/dump-guest-memory.py
29962996
F: stubs/dump.c
@@ -3036,7 +3036,7 @@ F: include/exec/memop.h
30363036
F: include/exec/memory.h
30373037
F: include/exec/ram_addr.h
30383038
F: include/exec/ramblock.h
3039-
F: include/sysemu/memory_mapping.h
3039+
F: include/system/memory_mapping.h
30403040
F: system/dma-helpers.c
30413041
F: system/ioport.c
30423042
F: system/memory.c
@@ -3089,8 +3089,8 @@ Main loop
30893089
M: Paolo Bonzini <[email protected]>
30903090
S: Maintained
30913091
F: include/qemu/main-loop.h
3092-
F: include/sysemu/runstate.h
3093-
F: include/sysemu/runstate-action.h
3092+
F: include/system/runstate.h
3093+
F: include/system/runstate-action.h
30943094
F: util/main-loop.c
30953095
F: util/qemu-timer*.c
30963096
F: system/vl.c
@@ -3153,15 +3153,15 @@ M: David Hildenbrand <[email protected]>
31533153
M: Igor Mammedov <[email protected]>
31543154
S: Maintained
31553155
F: backends/hostmem*.c
3156-
F: include/sysemu/hostmem.h
3156+
F: include/system/hostmem.h
31573157
F: docs/system/vm-templating.rst
31583158
T: git https://gitlab.com/ehabkost/qemu.git machine-next
31593159

31603160
Cryptodev Backends
31613161
M: Gonglei <[email protected]>
31623162
M: zhenwei pi <[email protected]>
31633163
S: Maintained
3164-
F: include/sysemu/cryptodev*.h
3164+
F: include/system/cryptodev*.h
31653165
F: backends/cryptodev*.c
31663166
F: qapi/cryptodev.json
31673167

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

33623362
Stats
33633363
S: Orphan
3364-
F: include/sysemu/stats.h
3364+
F: include/system/stats.h
33653365
F: stats/
33663366
F: qapi/stats.json
33673367

@@ -3402,7 +3402,7 @@ S: Maintained
34023402
F: system/tpm*
34033403
F: hw/tpm/*
34043404
F: include/hw/acpi/tpm.h
3405-
F: include/sysemu/tpm*
3405+
F: include/system/tpm*
34063406
F: qapi/tpm.json
34073407
F: backends/tpm/
34083408
F: tests/qtest/*tpm*
@@ -3413,7 +3413,7 @@ SPDM
34133413
M: Alistair Francis <[email protected]>
34143414
S: Maintained
34153415
F: backends/spdm-socket.c
3416-
F: include/sysemu/spdm-socket.h
3416+
F: include/system/spdm-socket.h
34173417

34183418
Checkpatch
34193419
S: Odd Fixes
@@ -3448,10 +3448,10 @@ Migration dirty limit and dirty page rate
34483448
M: Hyman Huang <[email protected]>
34493449
S: Maintained
34503450
F: system/dirtylimit.c
3451-
F: include/sysemu/dirtylimit.h
3451+
F: include/system/dirtylimit.h
34523452
F: migration/dirtyrate.c
34533453
F: migration/dirtyrate.h
3454-
F: include/sysemu/dirtyrate.h
3454+
F: include/system/dirtyrate.h
34553455
F: docs/devel/migration/dirty-limit.rst
34563456

34573457
Detached LUKS header
@@ -3479,7 +3479,7 @@ Seccomp
34793479
M: Daniel P. Berrange <[email protected]>
34803480
S: Odd Fixes
34813481
F: system/qemu-seccomp.c
3482-
F: include/sysemu/seccomp.h
3482+
F: include/system/seccomp.h
34833483
F: tests/unit/test-seccomp.c
34843484

34853485
Cryptography
@@ -3592,7 +3592,7 @@ F: replay/*
35923592
F: block/blkreplay.c
35933593
F: net/filter-replay.c
35943594
F: include/exec/replay-core.h
3595-
F: include/sysemu/replay.h
3595+
F: include/system/replay.h
35963596
F: docs/devel/replay.rst
35973597
F: docs/system/replay.rst
35983598
F: stubs/replay.c
@@ -3711,7 +3711,7 @@ M: Peter Maydell <[email protected]>
37113711
S: Maintained
37123712
F: include/hw/resettable.h
37133713
F: include/hw/core/resetcontainer.h
3714-
F: include/sysemu/reset.h
3714+
F: include/system/reset.h
37153715
F: hw/core/reset.c
37163716
F: hw/core/resettable.c
37173717
F: hw/core/resetcontainer.c

accel/accel-blocker.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include "qemu/thread.h"
3030
#include "qemu/main-loop.h"
3131
#include "hw/core/cpu.h"
32-
#include "sysemu/accel-blocker.h"
32+
#include "system/accel-blocker.h"
3333

3434
static QemuLockCnt accel_in_ioctl_lock;
3535
static QemuEvent accel_in_ioctl_event;

accel/accel-system.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "qemu/osdep.h"
2727
#include "qemu/accel.h"
2828
#include "hw/boards.h"
29-
#include "sysemu/cpus.h"
29+
#include "system/cpus.h"
3030
#include "qemu/error-report.h"
3131
#include "accel-system.h"
3232

accel/dummy-cpus.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#include "qemu/osdep.h"
1515
#include "qemu/rcu.h"
16-
#include "sysemu/cpus.h"
16+
#include "system/cpus.h"
1717
#include "qemu/guest-random.h"
1818
#include "qemu/main-loop.h"
1919
#include "hw/core/cpu.h"

accel/hvf/hvf-accel-ops.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
#include "exec/exec-all.h"
5555
#include "gdbstub/enums.h"
5656
#include "hw/boards.h"
57-
#include "sysemu/cpus.h"
58-
#include "sysemu/hvf.h"
59-
#include "sysemu/hvf_int.h"
60-
#include "sysemu/runstate.h"
57+
#include "system/cpus.h"
58+
#include "system/hvf.h"
59+
#include "system/hvf_int.h"
60+
#include "system/runstate.h"
6161
#include "qemu/guest-random.h"
6262

6363
HVFState *hvf_state;

accel/hvf/hvf-all.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
#include "qemu/osdep.h"
1212
#include "qemu/error-report.h"
13-
#include "sysemu/hvf.h"
14-
#include "sysemu/hvf_int.h"
13+
#include "system/hvf.h"
14+
#include "system/hvf_int.h"
1515

1616
const char *hvf_return_string(hv_return_t ret)
1717
{

accel/kvm/kvm-accel-ops.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#include "qemu/osdep.h"
1717
#include "qemu/error-report.h"
1818
#include "qemu/main-loop.h"
19-
#include "sysemu/kvm.h"
20-
#include "sysemu/kvm_int.h"
21-
#include "sysemu/runstate.h"
22-
#include "sysemu/cpus.h"
19+
#include "system/kvm.h"
20+
#include "system/kvm_int.h"
21+
#include "system/runstate.h"
22+
#include "system/cpus.h"
2323
#include "qemu/guest-random.h"
2424
#include "qapi/error.h"
2525

accel/kvm/kvm-all.c

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
#include "hw/pci/msix.h"
2929
#include "hw/s390x/adapter.h"
3030
#include "gdbstub/enums.h"
31-
#include "sysemu/kvm_int.h"
32-
#include "sysemu/runstate.h"
33-
#include "sysemu/cpus.h"
34-
#include "sysemu/accel-blocker.h"
31+
#include "system/kvm_int.h"
32+
#include "system/runstate.h"
33+
#include "system/cpus.h"
34+
#include "system/accel-blocker.h"
3535
#include "qemu/bswap.h"
3636
#include "exec/memory.h"
3737
#include "exec/ram_addr.h"
@@ -42,15 +42,15 @@
4242
#include "qapi/visitor.h"
4343
#include "qapi/qapi-types-common.h"
4444
#include "qapi/qapi-visit-common.h"
45-
#include "sysemu/reset.h"
45+
#include "system/reset.h"
4646
#include "qemu/guest-random.h"
47-
#include "sysemu/hw_accel.h"
47+
#include "system/hw_accel.h"
4848
#include "kvm-cpus.h"
49-
#include "sysemu/dirtylimit.h"
49+
#include "system/dirtylimit.h"
5050
#include "qemu/range.h"
5151

5252
#include "hw/boards.h"
53-
#include "sysemu/stats.h"
53+
#include "system/stats.h"
5454

5555
/* This check must be after config-host.h is included */
5656
#ifdef CONFIG_EVENTFD

0 commit comments

Comments
 (0)