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
Commit message (
Expand
)
Author
Age
Files
Lines
*
channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
Gonglei
2014-08-15
1
-1
/
+1
*
qga: Disable unsupported commands by default
Tomoki Sekiyama
2014-08-07
4
-1
/
+71
*
qga: Add guest-get-fsinfo command
Tomoki Sekiyama
2014-08-07
3
-1
/
+522
*
qga: Add guest-fsfreeze-freeze-list command
Tomoki Sekiyama
2014-08-07
3
-1
/
+57
*
qga: Add missing 'static' attribute
Stefan Weil
2014-07-18
1
-1
/
+1
*
qga: Fix handle fd leak in acquire_privilege()
Gonglei
2014-06-03
1
-2
/
+4
*
qga: Drop superfluous error_is_set()
Markus Armbruster
2014-05-09
1
-10
/
+0
*
qga: Clean up fragile use of error_is_set()
Markus Armbruster
2014-05-09
2
-20
/
+40
*
qga: Use return values instead of error_is_set(errp)
Markus Armbruster
2014-05-09
2
-3
/
+4
*
qga: Consistently name Error ** objects errp, and not err
Markus Armbruster
2014-05-09
5
-155
/
+161
*
qga: Fix typo (plural) in comment
Stefan Weil
2014-05-07
1
-1
/
+1
*
qga: trivial fix for unclear documentation of guest-set-time
Amos Kong
2014-04-18
2
-8
/
+8
*
vss-win32: Fix build with mingw64-headers-3.1.0
Tomoki Sekiyama
2014-04-07
1
-0
/
+3
*
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
2
-6
/
+31
*
qga: Fix memory allocation pasto
Markus Armbruster
2014-02-23
1
-1
/
+1
*
qga: Don't require 'time' argument in guest-set-time command
Michal Privoznik
2014-02-23
3
-29
/
+51
*
qga: vss-win32: Fix interference with snapshot deletion by other VSS request
Tomoki Sekiyama
2014-02-23
1
-1
/
+3
*
qga: vss-win32: Fix interference with snapshot creation by other VSS requesters
Tomoki Sekiyama
2014-02-23
2
-27
/
+36
*
qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEvent
Tomoki Sekiyama
2014-02-23
2
-17
/
+13
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
2
-10
/
+10
*
qga: Fix two format strings for MinGW
Stefan Weil
2013-11-25
1
-2
/
+2
*
Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging
Anthony Liguori
2013-11-25
2
-5
/
+5
|
\
|
*
qga: Fix compiler warnings (missing format attribute, wrong format strings)
Stefan Weil
2013-11-21
2
-5
/
+5
*
|
qemu-ga: vss-win32: Install VSS provider COM+ application service
Tomoki Sekiyama
2013-11-22
1
-6
/
+10
|
/
*
qga: Fix shutdown command of guest agent to work with SysV
whitearchey
2013-11-16
1
-1
/
+1
*
qga: Fix compilation for old versions of MinGW
Stefan Weil
2013-11-13
1
-0
/
+1
*
qemu-ga: Extend 'guest-info' command to expose flag 'success-response'
Mark Wu
2013-10-10
2
-1
/
+5
*
qemu-ga: Add interface to traverse the qmp command list by QmpCommand
Mark Wu
2013-10-10
2
-68
/
+45
*
qemu-ga: execute fsfreeze-freeze in reverse order of mounts
Tomoki Sekiyama
2013-10-10
1
-2
/
+2
*
qemu-ga: Install Windows VSS provider on `qemu-ga -s install'
Tomoki Sekiyama
2013-09-09
3
-1
/
+37
*
qemu-ga: Call Windows VSS requester in fsfreeze command handler
Tomoki Sekiyama
2013-09-09
4
-8
/
+240
*
qemu-ga: Add Windows VSS provider and requester as DLL
Tomoki Sekiyama
2013-09-09
10
-0
/
+1717
*
qga: escape cmdline args when registering win32 service (CVE-2013-2231)
Laszlo Ersek
2013-07-25
1
-5
/
+74
*
ga_install_service(): nest error paths more idiomatically
Laszlo Ersek
2013-07-25
1
-10
/
+12
*
qga/service-win32.c: diagnostic output should go to stderr
Laszlo Ersek
2013-07-25
1
-3
/
+3
*
qga: save state directory in ga_install_service()
Laszlo Ersek
2013-05-30
3
-3
/
+17
*
qga: remove undefined behavior in ga_install_service()
Laszlo Ersek
2013-05-30
1
-8
/
+11
*
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
*
Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into staging
Anthony Liguori
2013-05-17
1
-6
/
+19
|
\
|
*
qga: unlink just created guest-file if fchmod() or fdopen() fails on it
Laszlo Ersek
2013-05-13
1
-0
/
+3
|
*
qga: distinguish binary modes in "guest_file_open_modes" map
Laszlo Ersek
2013-05-13
1
-6
/
+16
*
|
remove double semicolons
Dong Xu Wang
2013-05-12
1
-1
/
+1
|
/
*
qga: set umask 0077 when daemonizing (CVE-2013-2007)
Laszlo Ersek
2013-05-07
2
-5
/
+120
*
qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows
Luiz Capitulino
2013-04-02
1
-2
/
+6
*
qga schema: document generic QERR_UNSUPPORTED
Laszlo Ersek
2013-04-02
1
-0
/
+11
*
qga schema: mark optional GuestLogicalProcessor.can-offline with #optional
Laszlo Ersek
2013-04-02
1
-3
/
+4
*
qga: add windows implementation for guest-set-time
Lei Li
2013-04-02
1
-1
/
+28
*
qga: add windows implementation for guest-get-time
Lei Li
2013-04-02
1
-2
/
+25
[next]