51 Commits (edea818371bd7179b55f38d3b113d342251d8f9b)

Author SHA1 Message Date
Markus Armbruster cec07c79a4 qga: Shorten several error messages 2 years ago
Markus Armbruster b665165938 qga: Improve guest-exec-status error message 2 years ago
Daniel Xu d6f67b83b8 qga: Fix memory leak when output stream is unused 3 years ago
Daniel Xu 810f677ab8 qga: Add `merged` variant to GuestExecCaptureOutputMode 3 years ago
Daniel Xu 9c5ccc52ab qga: Refactor guest-exec capture-output to take enum 3 years ago
Markus Armbruster c40233593e qga: Drop dangling reference to QERR_QGA_LOGGING_DISABLED 3 years ago
Markus Armbruster 91eab32a3f qapi qga: Elide redundant has_FOO in generated C 3 years ago
Marc-André Lureau c267d750d8 qga: remove need for QEMU atomic.h 4 years ago
Marc-André Lureau 548fb0da73 qga: move qga_get_host_name() 4 years ago
Marc-André Lureau 287698e50f qga: replace qemu_gettimeofday() with g_get_real_time() 4 years ago
Markus Armbruster b21e238037 Use g_new() & friends where that makes obvious sense 4 years ago
Daniel P. Berrangé 057489dd15 qga: fix leak of base64 decoded data on command error 5 years ago
AlexChen 0697e9ed29 qga: Add spaces around operator 6 years ago
Eric Blake 54aa3de72e qapi: Use QAPI_LIST_PREPEND() where possible 5 years ago
Stefan Hajnoczi d73415a315 qemu/atomic.h: rename atomic_ to qatomic_ 6 years ago
Michal Privoznik 0d3a8f32b1 qga: Use qemu_get_host_name() instead of g_get_host_name() 6 years ago
Philippe Mathieu-Daudé 1329651fb4 qga: Restrict guest-file-read count to 48 MB to avoid crashes 6 years ago
Philippe Mathieu-Daudé ead83a136d qga: Extract qmp_guest_file_read() to common commands.c 6 years ago
Eric Blake a23f38a729 qga: Fix undefined C behavior 6 years ago
Marc-André Lureau f0ccc00be1 qmp: constify QmpCommand and list 6 years ago
Vladimir Sementsov-Ogievskiy b90abbac0b qga: rename Error ** parameter to more common errp 6 years ago
Daniel P. Berrangé e7b3af8159 glib: bump min required glib library version to 2.40 8 years ago
Michael S. Tsirkin dc03272da6 qga: use local path for local headers 8 years ago
Markus Armbruster eb815e248f qapi: Move qapi-schema.json to qapi/, rename generated files 8 years ago
Markus Armbruster e688df6bc4 Include qapi/error.h exactly where needed 8 years ago
Marc-André Lureau 01b2ffcedd qapi: merge QInt and QFloat in QNum 9 years ago
Vinzenz Feenstra 53c58e64d0 qga: Add `guest-get-timezone` command 9 years ago
Vinzenz Feenstra 0a3d197a71 qga: Add 'guest-get-host-name' command 9 years ago
Markus Armbruster 1527badb95 qapi: Support multiple command registries per program 9 years ago
Alex Bennée a31393e7a5 qga/command: use QEMU atomic primitives 10 years ago
Peter Maydell 36a2c2d6d3 qga: Remove unnecessary glib.h includes 10 years ago
Stefan Weil cb8d4c8f54 Fix some typos found by codespell 10 years ago
Yuriy Pudgorodskiy 3005c2c2fa qga: fix fd leak with guest-exec i/o channels 10 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 10 years ago
Eric Blake 0b4b49387c qga: Support enum names in guest-file-seek 10 years ago
Peter Maydell 4459bf3866 qga: Clean up includes 10 years ago
Daniel P. Berrange 920639cab0 qga: convert to use error checked base64 decode 11 years ago
Yuri Pudgorodskiy 0be4083951 qga: allow to lookup in PATH from the passed envp for guest-exec 11 years ago
Yuri Pudgorodskiy 02a4d82e8c qga: fix for default env processing for guest-exec 11 years ago
Yuri Pudgorodskiy a1853dca74 qga: guest-exec simple stdin/stdout/stderr redirection 11 years ago
Denis V. Lunev 4005b4732e qga: handle possible SIGPIPE in guest-file-write 11 years ago
Yuri Pudgorodskiy d697e30cff qga: guest exec functionality 11 years ago
Markus Armbruster f3a06403b8 qga: Use g_new() & friends where that makes obvious sense 11 years ago
Markus Armbruster 77dbc81b0f qga: Consistently name Error ** objects errp, and not err 12 years ago
Mark Wu 0106dc4f05 qemu-ga: Extend 'guest-info' command to expose flag 'success-response' 13 years ago
Mark Wu 8dc4d915dd qemu-ga: Add interface to traverse the qmp command list by QmpCommand 13 years ago
Markus Armbruster 24a5304953 qemu-ga: Fix unchecked strdup() by converting to g_strdup() 13 years ago
Paolo Bonzini 7b1b5d1913 qapi: move include files to include/qobject/ 13 years ago
Michael Roth 8efacc43ae qemu-ga: align versioning with QEMU_VERSION 14 years ago
Michael Roth 3cf0bed836 qemu-ga: add guest-sync-delimited 14 years ago