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
*
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
*
Fix typos and misspellings
Peter Maydell
2013-03-22
1
-1
/
+1
*
qga/main.c: Don't use g_key_file_get/set_int64
Peter Crosthwaite
2013-03-15
1
-2
/
+2
*
qga: implement qmp_guest_set_vcpus() for Linux with sysfs
Laszlo Ersek
2013-03-11
1
-6
/
+32
*
qga: implement qmp_guest_get_vcpus() for Linux with sysfs
Laszlo Ersek
2013-03-11
1
-6
/
+140
*
qga: introduce guest-get-vcpus / guest-set-vcpus with stubs
Laszlo Ersek
2013-03-11
3
-0
/
+96
*
qga: add guest-set-time command
Lei Li
2013-03-11
3
-0
/
+86
*
qga: add guest-get-time command
Lei Li
2013-03-11
3
-0
/
+35
*
qemu-ga: use key-value store to avoid recycling fd handles after restart
Michael Roth
2013-03-11
3
-6
/
+204
*
qemu-ga: make guest-sync-delimited available during fsfreeze
Michael Roth
2013-03-11
1
-0
/
+1
*
qemu-ga: fix confusing GAChannelMethod comparison
Stefan Hajnoczi
2013-03-11
1
-1
/
+1
*
qga: cast to int for DWORD type
Lei Li
2013-03-11
1
-1
/
+1
*
qemu-ga: Fix unchecked strdup() by converting to g_strdup()
Markus Armbruster
2013-01-30
1
-1
/
+1
*
qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error paths
Markus Armbruster
2013-01-28
1
-5
/
+6
*
qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()
Markus Armbruster
2013-01-28
1
-4
/
+5
*
Replace non-portable asprintf by g_strdup_printf
Stefan Weil
2013-01-19
1
-8
/
+5
*
Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into staging
Anthony Liguori
2013-01-15
1
-2
/
+2
|
\
|
*
qga: add missing commas in json docs
Eric Blake
2013-01-14
1
-2
/
+2
*
|
qemu-ga: Handle errors uniformely in ga_channel_open()
Markus Armbruster
2013-01-14
1
-4
/
+7
*
|
qemu-ga: Plug fd leak on ga_channel_open() error paths
Markus Armbruster
2013-01-14
1
-0
/
+1
*
|
qemu-ga: Plug fd leak on ga_channel_listen_accept() error path
Markus Armbruster
2013-01-14
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
|
/
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2013-01-11
1
-0
/
+1
|
\
|
*
qga/channel-posix.c: Explicitly include string.h
Peter Maydell
2013-01-11
1
-0
/
+1
*
|
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
Tomoki Sekiyama
2013-01-08
3
-1
/
+117
*
|
qemu-ga: guest_suspend(): improve error reporting
Luiz Capitulino
2013-01-08
1
-11
/
+18
*
|
qemu-ga: bios_supports_mode(): improve error reporting
Luiz Capitulino
2013-01-08
1
-19
/
+27
[next]