Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dmain.c129 QmpCommandList ga_commands; variable
487 qmp_disable_command(&ga_commands, name, "the command is not allowed"); in ga_apply_command_filters_iter()
490 qmp_enable_command(&ga_commands, name); in ga_apply_command_filters_iter()
496 qmp_for_each_command(&ga_commands, ga_apply_command_filters_iter, state); in ga_apply_command_filters()
677 rsp = qmp_dispatch(&ga_commands, obj, false, NULL); in process_event()
1276 qmp_for_each_command(&ga_commands, ga_print_cmd, NULL); in config_parse()
1285 qmp_for_each_command(&ga_commands, ga_print_cmd, NULL); in config_parse()
1590 qga_qmp_init_marshal(&ga_commands); in main()
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()