 864a3fa439
			
		
	
	
		864a3fa439
		
	
	
	
	
		
			
			What's left in misc.c is exactly the target-dependent part of the HMP core. Rename accordingly. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-33-armbru@redhat.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			285 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			285 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| qmp_ss.add(files('monitor.c', 'qmp.c', 'qmp-cmds-control.c'))
 | |
| 
 | |
| softmmu_ss.add(files(
 | |
|   'fds.c',
 | |
|   'hmp-cmds.c',
 | |
|   'hmp.c',
 | |
| ))
 | |
| softmmu_ss.add([spice_headers, files('qmp-cmds.c')])
 | |
| 
 | |
| specific_ss.add(when: 'CONFIG_SOFTMMU',
 | |
| 		if_true: [files( 'hmp-cmds-target.c', 'hmp-target.c'), spice])
 |