index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qga
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qga: handle possible SIGPIPE in guest-file-write
Denis V. Lunev
2015-10-19
1
-0
/
+6
*
qga: do not override configuration verbosity
Marc-André Lureau
2015-10-19
1
-2
/
+2
*
qga: add QGA_CONF environment variable
Marc-André Lureau
2015-10-19
1
-1
/
+2
*
qga: add --dump-conf option
Marc-André Lureau
2015-09-01
1
-0
/
+64
*
qga: add an optional qemu-ga.conf system configuration
Marc-André Lureau
2015-09-01
1
-7
/
+77
*
qga: free a bit more
Marc-André Lureau
2015-09-01
1
-2
/
+4
*
qga: move agent run in a separate function
Marc-André Lureau
2015-09-01
1
-76
/
+95
*
qga: fill default options in main()
Marc-André Lureau
2015-09-01
1
-17
/
+17
*
qga: move option parsing to separate function
Marc-André Lureau
2015-09-01
1
-69
/
+96
*
qga: copy argument strings
Marc-André Lureau
2015-09-01
1
-26
/
+31
*
qga: rename 'path' to 'channel_path'
Marc-André Lureau
2015-09-01
1
-4
/
+5
*
qga: make split_list() return allocated strings
Marc-André Lureau
2015-09-01
1
-13
/
+9
*
qga: move string split in separate function
Marc-André Lureau
2015-09-01
1
-11
/
+22
*
qga: use exit() when parsing options
Marc-André Lureau
2015-09-01
1
-12
/
+12
*
Revert "guest agent: remove g_strcmp0 usage"
Markus Armbruster
2015-07-07
1
-1
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-2
/
+2
*
qemu-ga: adding vss-[un]install options
Yossi Hindin
2015-06-17
1
-1
/
+9
*
qga: fix false negative argument passing
Gonglei
2014-11-17
1
-2
/
+2
*
qga: Disable unsupported commands by default
Tomoki Sekiyama
2014-08-07
1
-0
/
+1
*
qga: Use return values instead of error_is_set(errp)
Markus Armbruster
2014-05-09
1
-0
/
+1
*
qga: Fix typo (plural) in comment
Stefan Weil
2014-05-07
1
-1
/
+1
*
qga: Remove unneeded include file
Stefan Weil
2014-03-03
1
-1
/
+0
*
qemu-ga: isa-serial support on Windows
Miki Mishael
2014-02-23
1
-4
/
+13
*
qemu-ga: Add interface to traverse the qmp command list by QmpCommand
Mark Wu
2013-10-10
1
-45
/
+30
*
qemu-ga: Install Windows VSS provider on `qemu-ga -s install'
Tomoki Sekiyama
2013-09-09
1
-1
/
+9
*
qga: save state directory in ga_install_service()
Laszlo Ersek
2013-05-30
1
-1
/
+10
*
qga: create state directory on win32
Laszlo Ersek
2013-05-30
1
-0
/
+14
*
qga: determine default state dir and pidfile dynamically
Laszlo Ersek
2013-05-30
1
-6
/
+26
*
qga: set umask 0077 when daemonizing (CVE-2013-2007)
Laszlo Ersek
2013-05-07
1
-1
/
+1
*
qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows
Luiz Capitulino
2013-04-02
1
-2
/
+6
*
qga/main.c: Don't use g_key_file_get/set_int64
Peter Crosthwaite
2013-03-15
1
-2
/
+2
*
qemu-ga: use key-value store to avoid recycling fd handles after restart
Michael Roth
2013-03-11
1
-0
/
+184
*
qemu-ga: make guest-sync-delimited available during fsfreeze
Michael Roth
2013-03-11
1
-0
/
+1
*
qemu-ga: Plug file descriptor leak on ga_open_pidfile() error path
Markus Armbruster
2013-01-14
1
-0
/
+2
*
qemu-ga: Drop pointless lseek() from ga_open_pidfile()
Markus Armbruster
2013-01-14
1
-1
/
+1
*
qemu-ga: Document intentional fall through in channel_event_cb()
Markus Armbruster
2013-01-14
1
-0
/
+1
*
qemu-ga: add ga_open_logfile()
Luiz Capitulino
2013-01-14
1
-2
/
+15
*
qemu-ga: ga_open_pidfile(): use qemu_open()
Luiz Capitulino
2013-01-14
1
-1
/
+1
*
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
Tomoki Sekiyama
2013-01-08
1
-1
/
+47
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-6
/
+6
*
qemu-ga: move qemu-ga files to qga/
Paolo Bonzini
2012-12-19
1
-0
/
+901