Home
last modified time | relevance | path

Searched refs:QGA_READ_COUNT_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/qemu/qga/
H A Dguest-agent-core.h19 #define QGA_READ_COUNT_DEFAULT 4096 macro
H A Dchannel-win32.c340 c->rstate.buf_size = QGA_READ_COUNT_DEFAULT; in ga_channel_new()
341 c->rstate.buf = g_malloc(QGA_READ_COUNT_DEFAULT); in ga_channel_new()
H A Dmain.c692 gchar buf[QGA_READ_COUNT_DEFAULT + 1]; in channel_event_cb()
694 GIOStatus status = ga_channel_read(s->channel, buf, QGA_READ_COUNT_DEFAULT, &count); in channel_event_cb()
H A Dcommands.c618 count = QGA_READ_COUNT_DEFAULT; in qmp_guest_file_read()