index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qga
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-08
qga/: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-07-10
qga: Add new option --allow-rpcs
Konstantin Kostiuk
1
-6
/
+79
2023-07-10
qga: Rename ga_disable_not_allowed -> ga_disable_not_allowed_freeze
Konstantin Kostiuk
1
-3
/
+3
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
1
-1
/
+0
2022-12-20
qga: map GLib log levels to system levels
Andrey Drobyshev
1
-2
/
+34
2022-12-20
qga-win: add logging to Windows event log
Andrey Drobyshev
1
-3
/
+13
2022-12-20
qga: Add initial OpenBSD and NetBSD support
Brad Smith
1
-3
/
+3
2022-10-26
qga: Add UFS freeze/thaw support for FreeBSD
Alexander Ivanov
1
-6
/
+1
2022-10-26
qga: Add initial FreeBSD support
Alexander Ivanov
1
-1
/
+5
2022-09-20
qga: Replace 'blacklist' and 'whitelist' in the guest agent sources
Thomas Huth
1
-29
/
+30
2022-09-20
qga: Replace 'blacklist' command line and config file options by 'block-rpcs'
Thomas Huth
1
-5
/
+13
2022-07-08
qga: Relocate a path emitted in the help text
Akihiko Odaki
1
-1
/
+5
2022-05-25
trivial: qga: Log version on start
Konstantin Kostiuk
1
-0
/
+2
2022-04-21
qga: use fixed-length and GDateTime for log timestamp
Marc-André Lureau
1
-5
/
+3
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
1
-4
/
+4
2022-04-21
qga: replace usleep() with g_usleep()
Marc-André Lureau
1
-1
/
+1
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
qga: replace deprecated g_get_current_time()
Marc-André Lureau
1
-3
/
+4
2022-03-22
qga: remove bswap.h include
Marc-André Lureau
1
-1
/
+0
2021-03-16
qga: return a more explicit error on why a command is disabled
Marc-André Lureau
1
-2
/
+2
2021-03-16
qga: Switch and case should be at the same indent
AlexChen
1
-26
/
+26
2021-03-16
qga: Open brace '{' following struct go on the same
AlexChen
1
-2
/
+1
2021-03-16
qga: Add spaces around operator
AlexChen
1
-2
/
+2
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
1
-15
/
+7
2020-10-09
qmp: Call monitor_set_cur() only in qmp_dispatch()
Kevin Wolf
1
-1
/
+1
2020-09-30
qga: relocate path to default configuration and hook
Paolo Bonzini
1
-3
/
+5
2020-07-13
qga: fix assert regression on guest-shutdown
Marc-André Lureau
1
-1
/
+5
2020-03-24
qemu-ga: document vsock-listen in the man page
Stefan Hajnoczi
1
-1
/
+3
2020-03-17
qmp: constify QmpCommand and list
Marc-André Lureau
1
-3
/
+3
2020-01-14
qapi: Generate command registration stuff into separate files
Markus Armbruster
1
-1
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+0
2019-03-18
qga: process_event() simplification
Marc-André Lureau
1
-38
/
+9
2018-10-31
qga-win: changing --retry-path option behavior
Bishara AbuHattoum
1
-1
/
+85
2018-10-31
qga: add --retry-path option for re-initializing channel on failure
Michael Roth
1
-8
/
+54
2018-10-31
qga: move w32 service handling out of run_agent()
Michael Roth
1
-11
/
+15
2018-10-31
qga: hang GAConfig/socket_activation off of GAState global
Michael Roth
1
-9
/
+15
2018-10-31
qga: group agent init/cleanup init separate routines
Michael Roth
1
-32
/
+50
2018-10-30
qga-win: add support for qmp_guest_fsfreeze_freeze_list
Chen Hanxiao
1
-1
/
+1
2018-10-02
util: add qemu_write_pidfile()
Marc-André Lureau
1
-44
/
+10
2018-08-24
json: Clean up headers
Markus Armbruster
1
-1
/
+1
2018-08-24
json: Pass lexical errors and limit violations to callback
Markus Armbruster
1
-1
/
+2
2018-08-24
json: Redesign the callback to consume JSON values
Markus Armbruster
1
-9
/
+3
2018-07-23
qga: process_event() simplification and leak fix
Marc-André Lureau
1
-27
/
+27
2018-07-03
qmp: Use QDict * instead of QObject * for response objects
Markus Armbruster
1
-4
/
+4
2018-07-03
qmp: De-duplicate error response building
Markus Armbruster
1
-6
/
+2
2018-07-03
qmp qemu-ga: Fix qemu-ga not to accept "control"
Markus Armbruster
1
-1
/
+1
2018-06-01
qga: use local path for local headers
Michael S. Tsirkin
1
-2
/
+2
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-6
/
+6
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-1
/
+1
[next]