Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands.c25 #define GUEST_EXEC_IO_SIZE (4 * 1024) macro
357 t = g_try_realloc(p->data, p->size + GUEST_EXEC_IO_SIZE); in guest_exec_output_watch()
361 gchar buf[GUEST_EXEC_IO_SIZE]; in guest_exec_output_watch()
372 p->size += GUEST_EXEC_IO_SIZE; in guest_exec_output_watch()