Skip to content

Commit 864a3fa

Browse files
author
Markus Armbruster
committed
monitor: Rename misc.c to hmp-target.c
What's left in misc.c is exactly the target-dependent part of the HMP core. Rename accordingly. Signed-off-by: Markus Armbruster <[email protected]> Message-Id: <[email protected]>
1 parent 9d2b5f2 commit 864a3fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monitor/misc.c monitor/hmp-target.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* QEMU monitor
2+
* QEMU monitor, target-dependent part
33
*
44
* Copyright (c) 2003-2004 Fabrice Bellard
55
*

monitor/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ softmmu_ss.add(files(
88
softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
99

1010
specific_ss.add(when: 'CONFIG_SOFTMMU',
11-
if_true: [files( 'hmp-cmds-target.c', 'misc.c'), spice])
11+
if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])

0 commit comments

Comments
 (0)