Sign in
qemu
/
qemu
/
92892330e78ffca7bebf03f4f7161c5bbd6602d2
/
qga
895a2a8
qapi: Use 'struct' instead of 'type' in schema
by Eric Blake
· 10 years ago
d708cdb
qapi: Unify type bypass and add tests
by Eric Blake
· 10 years ago
631b22e
misc: Fix new collection of typos
by Stefan Weil
· 10 years ago
420957a
qga: fitering out -fstack-protector-strong
by Joseph Hindin
· 10 years ago
8ce1ee4
qga/commands-posix: Fix resource leak
by Shannon Zhao
· 10 years ago
ee17cbd
qemu-ga-win: Fail loudly on bare 'set-time'
by Michal Privoznik
· 10 years ago
0dd38a0
qga: add memory block command that unsupported
by zhanghailiang
· 10 years ago
ef82b60
qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs
by zhanghailiang
· 10 years ago
32ca792
qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs
by zhanghailiang
· 10 years ago
bd240fc
qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs
by zhanghailiang
· 10 years ago
a065aaa
qga: introduce three guest memory block commmands with stubs
by zhanghailiang
· 10 years ago
fa19359
qga: implement file commands for Windows guest
by Olga Krishtal
· 10 years ago
85b6f6f
guest agent: guest-file-open: refactoring
by Simon Zolin
· 10 years ago
215a277
qga: add guest-set-user-password command
by Daniel P. Berrange
· 10 years ago
1def745
qga: fix false negative argument passing
by Gonglei
· 10 years ago
e668d1b
qga: Rewrite code where using readdir_r
by zhanghailiang
· 10 years ago
16b3808
channel-posix: using qemu_set_nonblock() instead of fcntl(O_NONBLOCK)
by Gonglei
· 10 years ago
1281c08
qga: Disable unsupported commands by default
by Tomoki Sekiyama
· 11 years ago
46d4c57
qga: Add guest-get-fsinfo command
by Tomoki Sekiyama
· 11 years ago
e99bce2
qga: Add guest-fsfreeze-freeze-list command
by Tomoki Sekiyama
· 11 years ago
13a439e
qga: Add missing 'static' attribute
by Stefan Weil
· 11 years ago
374044f
qga: Fix handle fd leak in acquire_privilege()
by Gonglei
· 11 years ago
5e54769
qga: Drop superfluous error_is_set()
by Markus Armbruster
· 11 years ago
0f230bf
qga: Clean up fragile use of error_is_set()
by Markus Armbruster
· 11 years ago
a903f40
qga: Use return values instead of error_is_set(errp)
by Markus Armbruster
· 11 years ago
77dbc81
qga: Consistently name Error ** objects errp, and not err
by Markus Armbruster
· 11 years ago
8e8be26
qga: Fix typo (plural) in comment
by Stefan Weil
· 11 years ago
1634df5
qga: trivial fix for unclear documentation of guest-set-time
by Amos Kong
· 11 years ago
9854202
vss-win32: Fix build with mingw64-headers-3.1.0
by Tomoki Sekiyama
· 11 years ago
cae8a92
qga: Remove unneeded include file
by Stefan Weil
· 11 years ago
a749f42
qemu-ga: isa-serial support on Windows
by Miki Mishael
· 11 years ago
10b7c5d
qga: Fix memory allocation pasto
by Markus Armbruster
· 11 years ago
2c95892
qga: Don't require 'time' argument in guest-set-time command
by Michal Privoznik
· 11 years ago
d9e1f57
qga: vss-win32: Fix interference with snapshot deletion by other VSS request
by Tomoki Sekiyama
· 11 years ago
ff8adbc
qga: vss-win32: Fix interference with snapshot creation by other VSS requesters
by Tomoki Sekiyama
· 11 years ago
4c1b8f1
qga: vss-win32: Use NULL as an invalid pointer for OpenEvent and CreateEvent
by Tomoki Sekiyama
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
16f4e8f
qga: Fix two format strings for MinGW
by Stefan Weil
· 11 years ago
d916ada
Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging
by Anthony Liguori
· 11 years ago
bca4bf1
qemu-ga: vss-win32: Install VSS provider COM+ application service
by Tomoki Sekiyama
· 11 years ago
d607a52
qga: Fix compiler warnings (missing format attribute, wrong format strings)
by Stefan Weil
· 11 years ago
485e741
qga: Fix shutdown command of guest agent to work with SysV
by whitearchey
· 11 years ago
ba1c293
qga: Fix compilation for old versions of MinGW
by Stefan Weil
· 11 years ago
0106dc4
qemu-ga: Extend 'guest-info' command to expose flag 'success-response'
by Mark Wu
· 11 years ago
8dc4d91
qemu-ga: Add interface to traverse the qmp command list by QmpCommand
by Mark Wu
· 11 years ago
e5d9adb
qemu-ga: execute fsfreeze-freeze in reverse order of mounts
by Tomoki Sekiyama
· 11 years ago
f311f2c
qemu-ga: Install Windows VSS provider on `qemu-ga -s install'
by Tomoki Sekiyama
· 11 years ago
64c0031
qemu-ga: Call Windows VSS requester in fsfreeze command handler
by Tomoki Sekiyama
· 11 years ago
b39297a
qemu-ga: Add Windows VSS provider and requester as DLL
by Tomoki Sekiyama
· 11 years ago
340d51d
qga: escape cmdline args when registering win32 service (CVE-2013-2231)
by Laszlo Ersek
· 12 years ago
108365f
ga_install_service(): nest error paths more idiomatically
by Laszlo Ersek
· 12 years ago
febf1c4
qga/service-win32.c: diagnostic output should go to stderr
by Laszlo Ersek
· 12 years ago
a839ee7
qga: save state directory in ga_install_service()
by Laszlo Ersek
· 12 years ago
a880845
qga: remove undefined behavior in ga_install_service()
by Laszlo Ersek
· 12 years ago
bf12c1f
qga: create state directory on win32
by Laszlo Ersek
· 12 years ago
c394ecb
qga: determine default state dir and pidfile dynamically
by Laszlo Ersek
· 12 years ago
ce4cc31
Merge remote-tracking branch 'mdroth/qga-pull-2013-05-13' into staging
by Anthony Liguori
· 12 years ago
2b72001
qga: unlink just created guest-file if fchmod() or fdopen() fails on it
by Laszlo Ersek
· 12 years ago
8fe6bbc
qga: distinguish binary modes in "guest_file_open_modes" map
by Laszlo Ersek
· 12 years ago
c7e775e
remove double semicolons
by Dong Xu Wang
· 12 years ago
c689b4f
qga: set umask 0077 when daemonizing (CVE-2013-2007)
by Laszlo Ersek
· 12 years ago
ce7f7cc
qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows
by Luiz Capitulino
· 12 years ago
9481ecd
qga schema: document generic QERR_UNSUPPORTED
by Laszlo Ersek
· 12 years ago
c964c9e
qga schema: mark optional GuestLogicalProcessor.can-offline with #optional
by Laszlo Ersek
· 12 years ago
b8f954f
qga: add windows implementation for guest-set-time
by Lei Li
· 12 years ago
3f2a608
qga: add windows implementation for guest-get-time
by Lei Li
· 12 years ago
085d813
Fix typos and misspellings
by Peter Maydell
· 12 years ago
4f30649
qga/main.c: Don't use g_key_file_get/set_int64
by Peter Crosthwaite
· 12 years ago
cbb65fc
qga: implement qmp_guest_set_vcpus() for Linux with sysfs
by Laszlo Ersek
· 12 years ago
d2baff6
qga: implement qmp_guest_get_vcpus() for Linux with sysfs
by Laszlo Ersek
· 12 years ago
70e133a
qga: introduce guest-get-vcpus / guest-set-vcpus with stubs
by Laszlo Ersek
· 12 years ago
a1bca57
qga: add guest-set-time command
by Lei Li
· 12 years ago
6912e6a
qga: add guest-get-time command
by Lei Li
· 12 years ago
39097da
qemu-ga: use key-value store to avoid recycling fd handles after restart
by Michael Roth
· 12 years ago
c5dcb6a
qemu-ga: make guest-sync-delimited available during fsfreeze
by Michael Roth
· 12 years ago
9e7c23d
qemu-ga: fix confusing GAChannelMethod comparison
by Stefan Hajnoczi
· 12 years ago
ed2cbf7
qga: cast to int for DWORD type
by Lei Li
· 12 years ago
24a5304
qemu-ga: Fix unchecked strdup() by converting to g_strdup()
by Markus Armbruster
· 12 years ago
10a2158
qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error paths
by Markus Armbruster
· 12 years ago
6f68674
qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()
by Markus Armbruster
· 12 years ago
e4ada48
Replace non-portable asprintf by g_strdup_printf
by Stefan Weil
· 12 years ago
2fd3402
Merge remote-tracking branch 'mdroth/qga-pull-1-14-2013-2' into staging
by Anthony Liguori
· 12 years ago
01b87f6
qga: add missing commas in json docs
by Eric Blake
· 12 years ago
7868181
qemu-ga: Handle errors uniformely in ga_channel_open()
by Markus Armbruster
· 12 years ago
d4f4a3e
qemu-ga: Plug fd leak on ga_channel_open() error paths
by Markus Armbruster
· 12 years ago
32c1662
qemu-ga: Plug fd leak on ga_channel_listen_accept() error path
by Markus Armbruster
· 12 years ago
03ac10f
qemu-ga: Plug file descriptor leak on ga_open_pidfile() error path
by Markus Armbruster
· 12 years ago
5d27f9c
qemu-ga: Drop pointless lseek() from ga_open_pidfile()
by Markus Armbruster
· 12 years ago
f5b7957
qemu-ga: Document intentional fall through in channel_event_cb()
by Markus Armbruster
· 12 years ago
9e92f6d
qemu-ga: add ga_open_logfile()
by Luiz Capitulino
· 12 years ago
6ffacc5
qemu-ga: ga_open_pidfile(): use qemu_open()
by Luiz Capitulino
· 12 years ago
fedf2de
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 12 years ago
1d57db1
qga/channel-posix.c: Explicitly include string.h
by Peter Maydell
· 12 years ago
ec0f694
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
by Tomoki Sekiyama
· 12 years ago
7b37608
qemu-ga: guest_suspend(): improve error reporting
by Luiz Capitulino
· 12 years ago
6b26e83
qemu-ga: bios_supports_mode(): improve error reporting
by Luiz Capitulino
· 12 years ago
878a0ae
qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()
by Luiz Capitulino
· 12 years ago
071673b
qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()
by Luiz Capitulino
· 12 years ago
617fbbc
qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()
by Luiz Capitulino
· 12 years ago
261551d
qemu-ga: build_fs_mount_list(): take an Error argument
by Luiz Capitulino
· 12 years ago
Next »