index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qga
/
main.c
Age
Commit message (
Expand
)
Author
2023-09-08
qga/: spelling fixes
Michael Tokarev
2023-07-10
qga: Add new option --allow-rpcs
Konstantin Kostiuk
2023-07-10
qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freeze
Konstantin Kostiuk
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2022-12-20
qga: map GLib log levels to system levels
Andrey Drobyshev
2022-12-20
qga-win: add logging to Windows event log
Andrey Drobyshev
2022-12-20
qga: Add initial OpenBSD and NetBSD support
Brad Smith
2022-10-26
qga: Add UFS freeze/thaw support for FreeBSD
Alexander Ivanov
2022-10-26
qga: Add initial FreeBSD support
Alexander Ivanov
2022-09-20
qga: Replace 'blacklist' and 'whitelist' in the guest agent sources
Thomas Huth
2022-09-20
qga: Replace 'blacklist' command line and config file options by 'block-rpcs'
Thomas Huth
2022-07-08
qga: Relocate a path emitted in the help text
Akihiko Odaki
2022-05-25
trivial: qga: Log version on start
Konstantin Kostiuk
2022-04-21
qga: use fixed-length and GDateTime for log timestamp
Marc-André Lureau
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
2022-04-21
qga: replace usleep() with g_usleep()
Marc-André Lureau
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
2022-04-06
qga: replace deprecated g_get_current_time()
Marc-André Lureau
2022-03-22
qga: remove bswap.h include
Marc-André Lureau
2021-03-16
qga: return a more explicit error on why a command is disabled
Marc-André Lureau
2021-03-16
qga: Switch and case should be at the same indent
AlexChen
2021-03-16
qga: Open brace '{' following struct go on the same
AlexChen
2021-03-16
qga: Add spaces around operator
AlexChen
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
2020-09-30
qga: relocate path to default configuration and hook
Paolo Bonzini
2020-07-13
qga: fix assert regression on guest-shutdown
Marc-André Lureau
2020-03-24
qemu-ga: document vsock-listen in the man page
Stefan Hajnoczi
2020-03-17
qmp: constify QmpCommand and list
Marc-André Lureau
2020-01-14
qapi: Generate command registration stuff into separate files
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-18
qga: process_event() simplification
Marc-André Lureau
2018-10-31
qga-win: changing --retry-path option behavior
Bishara AbuHattoum
2018-10-31
qga: add --retry-path option for re-initializing channel on failure
Michael Roth
2018-10-31
qga: move w32 service handling out of run_agent()
Michael Roth
2018-10-31
qga: hang GAConfig/socket_activation off of GAState global
Michael Roth
2018-10-31
qga: group agent init/cleanup init separate routines
Michael Roth
2018-10-30
qga-win: add support for qmp_guest_fsfreeze_freeze_list
Chen Hanxiao
2018-10-02
util: add qemu_write_pidfile()
Marc-André Lureau
2018-08-24
json: Clean up headers
Markus Armbruster
2018-08-24
json: Pass lexical errors and limit violations to callback
Markus Armbruster
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
2018-07-23
qga: process_event() simplification and leak fix
Marc-André Lureau
2018-07-03
qmp: Use QDict * instead of QObject * for response objects
Markus Armbruster
2018-07-03
qmp: De-duplicate error response building
Markus Armbruster
2018-07-03
qmp qemu-ga: Fix qemu-ga not to accept "control"
Markus Armbruster
2018-06-01
qga: use local path for local headers
Michael S. Tsirkin
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
[next]