Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dmain.c73 struct GAState { struct
74 JSONMessageParser parser;
75 GMainLoop *main_loop;
76 GAChannel *channel;
77 bool virtio; /* fastpath to check for virtio to deal with poll() quirks */
78 GACommandState *command_state;
79 GLogLevelFlags log_level;
80 FILE *log_file;
81 bool logging_enabled;
106 struct GAState *ga_state; argument
H A Dguest-agent-core.h21 typedef struct GAState GAState; typedef