diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-24 13:19:31 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-04 07:56:54 +0100 |
commit | 119f50ce30f1dfdfd33e4ec7455b147834c794d5 (patch) | |
tree | dc20809f70fc1047d8bc1df7826e63c34cdf3f06 /migration/meson.build | |
parent | ae71d13d4e606cc89f361ce813e85fb6f6e92096 (diff) |
migration: Move HMP commands from monitor/ to migration/
This moves these commands from MAINTAINERS sections "Human
Monitor (HMP)" and "QMP" to "Migration".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230124121946.1139465-18-armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'migration/meson.build')
-rw-r--r-- | migration/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/meson.build b/migration/meson.build index 690487cf1a..a9e7e18793 100644 --- a/migration/meson.build +++ b/migration/meson.build @@ -18,6 +18,7 @@ softmmu_ss.add(files( 'exec.c', 'fd.c', 'global_state.c', + 'migration-hmp-cmds.c', 'migration.c', 'multifd.c', 'multifd-zlib.c', |