mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
stubs: Rename monitor* -> qmp* files
We use 'HMP' for Human monitor and 'QMP' for 'Machine protocol'. These files aren't about human monitor but QMP, so rename them for clarity using the 'qmp-' prefix instead of 'monitor-'. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Eric Farman <farman@linux.ibm.com> Message-Id: <20260427080738.77138-6-philmd@linaro.org>
This commit is contained in:
@@ -121,6 +121,7 @@ F: include/hw/s390x/
|
||||
F: include/hw/watchdog/wdt_diag288.h
|
||||
F: pc-bios/s390-ccw/
|
||||
F: pc-bios/s390-ccw.img
|
||||
F: stubs/qmp-cpu-s390x.c
|
||||
F: target/s390x/
|
||||
F: docs/system/target-s390x.rst
|
||||
F: docs/system/s390x/
|
||||
@@ -497,6 +498,7 @@ M: Christian Borntraeger <borntraeger@linux.ibm.com>
|
||||
R: Eric Farman <farman@linux.ibm.com>
|
||||
R: Matthew Rosato <mjrosato@linux.ibm.com>
|
||||
S: Supported
|
||||
F: stubs/qmp-cpu-s390x-kvm.c
|
||||
F: target/s390x/kvm/
|
||||
F: target/s390x/machine.c
|
||||
F: target/s390x/sigp.c
|
||||
@@ -510,6 +512,8 @@ L: kvm@vger.kernel.org
|
||||
S: Supported
|
||||
F: docs/system/i386/amd-memory-encryption.rst
|
||||
F: docs/system/i386/sgx.rst
|
||||
F: stubs/qmp-i386-sev.c
|
||||
F: stubs/qmp-i386-sgx.c
|
||||
F: target/i386/kvm/
|
||||
F: target/i386/sev*
|
||||
F: scripts/kvm/vmxcap
|
||||
@@ -522,6 +526,7 @@ S: Supported
|
||||
F: include/system/kvm_xen.h
|
||||
F: target/i386/kvm/xen*
|
||||
F: hw/i386/kvm/xen*
|
||||
F: stubs/qmp-i386-xen.c
|
||||
F: tests/functional/x86_64/test_kvm_xen.py
|
||||
|
||||
Guest CPU Cores (other accelerators)
|
||||
@@ -797,6 +802,7 @@ F: include/hw/timer/a9gtimer.h
|
||||
F: include/hw/timer/arm_mptimer.h
|
||||
F: include/hw/timer/armv7m_systick.h
|
||||
F: include/hw/misc/armv7m_ras.h
|
||||
F: stubs/qmp-arm-gic.c
|
||||
F: tests/qtest/test-arm-mptimer.c
|
||||
|
||||
Bananapi M2U
|
||||
|
||||
@@ -79,14 +79,14 @@ if have_system
|
||||
stub_ss.add(files('target-monitor-defs.c'))
|
||||
stub_ss.add(files('win32-kbd-hook.c'))
|
||||
stub_ss.add(files('xen-hw-stub.c'))
|
||||
stub_ss.add(files('monitor-arm-gic.c'))
|
||||
stub_ss.add(files('monitor-i386-rtc.c'))
|
||||
stub_ss.add(files('monitor-i386-sev.c'))
|
||||
stub_ss.add(files('monitor-i386-sgx.c'))
|
||||
stub_ss.add(files('monitor-i386-xen.c'))
|
||||
stub_ss.add(files('monitor-cpu.c'))
|
||||
stub_ss.add(files('monitor-cpu-s390x.c'))
|
||||
stub_ss.add(files('monitor-cpu-s390x-kvm.c'))
|
||||
stub_ss.add(files('qmp-arm-gic.c'))
|
||||
stub_ss.add(files('qmp-i386-rtc.c'))
|
||||
stub_ss.add(files('qmp-i386-sev.c'))
|
||||
stub_ss.add(files('qmp-i386-sgx.c'))
|
||||
stub_ss.add(files('qmp-i386-xen.c'))
|
||||
stub_ss.add(files('qmp-cpu.c'))
|
||||
stub_ss.add(files('qmp-cpu-s390x.c'))
|
||||
stub_ss.add(files('qmp-cpu-s390x-kvm.c'))
|
||||
endif
|
||||
|
||||
if have_system or have_user
|
||||
|
||||
Reference in New Issue
Block a user