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
/
commands-posix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qga: add memory block command that unsupported
zhanghailiang
2015-02-17
1
-1
/
+3
*
qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs
zhanghailiang
2015-02-17
1
-2
/
+29
*
qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs
zhanghailiang
2015-02-17
1
-1
/
+29
*
qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs
zhanghailiang
2015-02-17
1
-1
/
+232
*
qga: introduce three guest memory block commmands with stubs
zhanghailiang
2015-02-17
1
-0
/
+38
*
guest agent: guest-file-open: refactoring
Simon Zolin
2015-02-16
1
-8
/
+23
*
qga: add guest-set-user-password command
Daniel P. Berrange
2015-02-16
1
-0
/
+110
*
qga: Rewrite code where using readdir_r
zhanghailiang
2014-10-22
1
-12
/
+15
*
qga: Disable unsupported commands by default
Tomoki Sekiyama
2014-08-07
1
-0
/
+38
*
qga: Add guest-get-fsinfo command
Tomoki Sekiyama
2014-08-07
1
-1
/
+437
*
qga: Add guest-fsfreeze-freeze-list command
Tomoki Sekiyama
2014-08-07
1
-1
/
+31
*
qga: Add missing 'static' attribute
Stefan Weil
2014-07-18
1
-1
/
+1
*
qga: Clean up fragile use of error_is_set()
Markus Armbruster
2014-05-09
1
-6
/
+16
*
qga: Use return values instead of error_is_set(errp)
Markus Armbruster
2014-05-09
1
-3
/
+3
*
qga: Consistently name Error ** objects errp, and not err
Markus Armbruster
2014-05-09
1
-98
/
+101
*
qga: trivial fix for unclear documentation of guest-set-time
Amos Kong
2014-04-18
1
-1
/
+1
*
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
1
-14
/
+23
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
1
-9
/
+9
*
qga: Fix compiler warnings (missing format attribute, wrong format strings)
Stefan Weil
2013-11-21
1
-4
/
+4
*
qga: Fix shutdown command of guest agent to work with SysV
whitearchey
2013-11-16
1
-1
/
+1
*
qemu-ga: execute fsfreeze-freeze in reverse order of mounts
Tomoki Sekiyama
2013-10-10
1
-2
/
+2
*
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
*
qga: set umask 0077 when daemonizing (CVE-2013-2007)
Laszlo Ersek
2013-05-07
1
-4
/
+119
*
Fix typos and misspellings
Peter Maydell
2013-03-22
1
-1
/
+1
*
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
1
-0
/
+12
*
qga: add guest-set-time command
Lei Li
2013-03-11
1
-0
/
+55
*
qga: add guest-get-time command
Lei Li
2013-03-11
1
-0
/
+16
*
qemu-ga: use key-value store to avoid recycling fd handles after restart
Michael Roth
2013-03-11
1
-6
/
+19
*
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
*
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
Tomoki Sekiyama
2013-01-08
1
-0
/
+69
*
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
*
qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()
Luiz Capitulino
2013-01-08
1
-21
/
+8
*
qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()
Luiz Capitulino
2013-01-08
1
-7
/
+3
*
qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()
Luiz Capitulino
2013-01-08
1
-7
/
+3
*
qemu-ga: build_fs_mount_list(): take an Error argument
Luiz Capitulino
2013-01-08
1
-14
/
+16
*
qemu-ga: qmp_guest_shutdown(): improve error reporting
Luiz Capitulino
2013-01-08
1
-10
/
+38
*
qemu-ga: qmp_guest_file_*: improve error reporting
Luiz Capitulino
2013-01-08
1
-9
/
+13
*
qemu-ga: qmp_guest_file_close(): fix fclose() error check
Luiz Capitulino
2013-01-08
1
-1
/
+1
*
qemu-ga: guest_file_handle_find(): take an Error argument
Luiz Capitulino
2013-01-08
1
-11
/
+7
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Aurelien Jarno
2012-10-06
1
-2
/
+0
|
\
|
*
cleanup useless return sentence
Amos Kong
2012-10-05
1
-2
/
+0
[next]