mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
hmp: Clean up declarations for long-gone info handlers
Leftovers fromd1f2964
qapi: Convert query-spice791e7c8
qapi: Convert query-migrate0fe6a7f
slirp: Drop statistic code Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
cd2d554127
commit
08d15d6c23
3 changed files with 0 additions and 10 deletions
|
@ -45,9 +45,6 @@ int qemu_spice_migrate_info(const char *hostname, int port, int tls_port,
|
|||
const char *subject,
|
||||
MonitorCompletion cb, void *opaque);
|
||||
|
||||
void do_info_spice_print(Monitor *mon, const QObject *data);
|
||||
void do_info_spice(Monitor *mon, QObject **ret_data);
|
||||
|
||||
CharDriverState *qemu_chr_open_spice_vmc(const char *type);
|
||||
#if SPICE_SERVER_VERSION >= 0x000c02
|
||||
CharDriverState *qemu_chr_open_spice_port(const char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue