Home
last modified time | relevance | path

Searched defs:GAState (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/qga/
H A Dmain.c96 struct GAState { struct
97 JSONMessageParser parser;
98 GMainLoop *main_loop;
99 GAChannel *channel;
100 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
101 GACommandState *command_state;
102 GLogLevelFlags log_level;
103 FILE *log_file;
104 bool logging_enabled;
106 GAService service;
[all …]
H A Dguest-agent-core.h25 typedef struct GAState GAState; typedef