Home
last modified time | relevance | path

Searched refs:ga_commands (Results 1 – 3 of 3) sorted by relevance

/qemu/qga/
H A Dmain.c107 QmpCommandList ga_commands; variable
415 qmp_disable_command(&ga_commands, name, "the agent is in frozen state"); in ga_disable_not_allowed_freeze()
438 qmp_enable_command(&ga_commands, name); in ga_enable_non_blocked()
450 qmp_disable_command(&ga_commands, name, "the command is not allowed"); in ga_disable_not_allowed()
487 qmp_for_each_command(&ga_commands, ga_disable_not_allowed_freeze, NULL); in ga_set_frozen()
526 qmp_for_each_command(&ga_commands, ga_enable_non_blocked, s); in ga_unset_frozen()
633 rsp = qmp_dispatch(&ga_commands, obj, false, NULL); in process_event()
1243 qmp_for_each_command(&ga_commands, ga_print_cmd, NULL); in config_parse()
1253 qmp_for_each_command(&ga_commands, ga_print_cmd, NULL); in config_parse()
1450 qmp_disable_command(&ga_commands, l->data, NULL); in initialize_agent()
[all …]
H A Dguest-agent-core.h25 extern QmpCommandList ga_commands;
H A Dcommands.c80 qmp_for_each_command(&ga_commands, qmp_command_info, info); in qmp_guest_info()