mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
stubs: fully replace qemu-tool.c and qemu-user.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
4d4545743f
commit
5708fc6655
20 changed files with 138 additions and 167 deletions
6
stubs/mon-print-filename.c
Normal file
6
stubs/mon-print-filename.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "qemu-common.h"
|
||||
#include "monitor/monitor.h"
|
||||
|
||||
void monitor_print_filename(Monitor *mon, const char *filename)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue