aboutsummaryrefslogtreecommitdiff
path: root/softmmu/meson.build
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2023-01-24 13:19:34 +0100
committerMarkus Armbruster <armbru@redhat.com>2023-02-04 07:56:54 +0100
commit0801062c1b891c5d152a04be10abd5d5af4a9c42 (patch)
treeba6e3de90ea31af02275edd10ab1fbb5a63497f4 /softmmu/meson.build
parentfa1cea9d0fafe04d34134b2a90b4e00c6f0a5a2c (diff)
downloadqemu-0801062c1b891c5d152a04be10abd5d5af4a9c42.zip
qemu-0801062c1b891c5d152a04be10abd5d5af4a9c42.tar.gz
qemu-0801062c1b891c5d152a04be10abd5d5af4a9c42.tar.bz2
tpm: Move HMP commands from monitor/ to softmmu/
This moves these commands from MAINTAINERS section "Human Monitor (HMP)" to "TPM". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-21-armbru@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Diffstat (limited to 'softmmu/meson.build')
-rw-r--r--softmmu/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/softmmu/meson.build b/softmmu/meson.build
index 3272af1..efbf4ec 100644
--- a/softmmu/meson.build
+++ b/softmmu/meson.build
@@ -25,6 +25,7 @@ softmmu_ss.add(files(
'rtc.c',
'runstate-action.c',
'runstate.c',
+ 'tpm-hmp-cmds.c',
'vl.c',
), sdl, libpmem, libdaxctl)