Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dmain.c95 struct GAState { struct
96 JSONMessageParser parser;
97 GMainLoop *main_loop;
98 GAChannel *channel;
99 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
100 GACommandState *command_state;
101 GLogLevelFlags log_level;
102 FILE *log_file;
103 bool logging_enabled;
128 struct GAState *ga_state; argument
H A Dguest-agent-core.h21 typedef struct GAState GAState; typedef