Sign in
qemu
/
qemu
/
a8d8ecb77fc16da49ea2c1edae267dc9d0c01dfd
/
qga
f311f2c
qemu-ga: Install Windows VSS provider on `qemu-ga -s install'
by Tomoki Sekiyama
· 12 years ago
64c0031
qemu-ga: Call Windows VSS requester in fsfreeze command handler
by Tomoki Sekiyama
· 12 years ago
b39297a
qemu-ga: Add Windows VSS provider and requester as DLL
by Tomoki Sekiyama
· 12 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
d220a6d
qemu-ga: qmp_guest_shutdown(): improve error reporting
by Luiz Capitulino
· 12 years ago
db3edb6
qemu-ga: qmp_guest_file_*: improve error reporting
by Luiz Capitulino
· 12 years ago
3ac4b7c
qemu-ga: qmp_guest_file_close(): fix fclose() error check
by Luiz Capitulino
· 12 years ago
a9de6d0
qemu-ga: guest_file_handle_find(): take an Error argument
by Luiz Capitulino
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
2870dc3
qemu-ga: move qemu-ga files to qga/
by Paolo Bonzini
· 12 years ago
4d4922c
qga/channel-posix.c: Include headers it needs
by Eduardo Habkost
· 12 years ago
9011981
qemu-ga: ask and print error information from qemu-sockets
by Paolo Bonzini
· 12 years ago
7fc4e63
qemu-sockets: add Error ** to all functions
by Paolo Bonzini
· 12 years ago
048d361
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Aurelien Jarno
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
1ab516e
qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name
by Jim Meyering
· 12 years ago
54c2e50
build: Fix linking failure for qemu-ga
by Dunrong Huang
· 13 years ago
cdc976b
build: include qapi-generated/ files in qga/Makefile.objs
by Paolo Bonzini
· 13 years ago
eab5fd5
qemu-ga: add guest-fstrim command
by Paolo Bonzini
· 13 years ago
af02203
qemu-ga: make names more generic for mount list functions
by Paolo Bonzini
· 13 years ago
4eb7ba8
build: move qga/ objects to nested Makefile.objs
by Paolo Bonzini
· 13 years ago
9e2fa41
qemu-ga: avoid blocking on atime update when reading /etc/mtab
by Michael Roth
· 13 years ago
eecae14
qemu-ga: Fix use of environ on Darwin
by Andreas Färber
· 13 years ago
2c02cbf
qemu-ga: Fix missing environ declaration
by Luiz Capitulino
· 13 years ago
8efacc4
qemu-ga: align versioning with QEMU_VERSION
by Michael Roth
· 13 years ago
3674838
qemu-ga: guest-shutdown: use only async-signal-safe functions
by Luiz Capitulino
· 13 years ago
d5dd349
qemu-ga: guest-shutdown: become synchronous
by Luiz Capitulino
· 13 years ago
dc8764f0
qemu-ga: guest-suspend: make the API synchronous
by Luiz Capitulino
· 13 years ago
04b4e75
qemu-ga: make reopen_fd_to_null() public
by Luiz Capitulino
· 13 years ago
a31f053
fix some common typos
by Jim Meyering
· 13 years ago
75e4e84
Merge remote-tracking branch 'mdroth/qga-pull-4-27-12' into staging
by Anthony Liguori
· 13 years ago
e61ab1d
qemu-ga: Implement alternative to O_ASYNC
by Andreas Färber
· 13 years ago
f22d85e
qemu-ga: add a whitelist for fsfreeze-safe commands
by Michael Roth
· 13 years ago
9e8aded43
qemu-ga: improve recovery options for fsfreeze
by Michael Roth
· 13 years ago
d35d4cb
qemu-ga: generate missing stubs for fsfreeze
by Michael Roth
· 13 years ago
e72c3f2
qemu-ga: fix bsd build, and re-org linux-specific implementations
by Michael Roth
· 13 years ago
b71706d
qemu-ga: for w32, fix leaked handle ov.hEvent in ga_channel_write()
by Jeff Cody
· 13 years ago
3cf0bed
qemu-ga: add guest-sync-delimited
by Michael Roth
· 13 years ago
3424fc9
qemu-ga: add guest-network-get-interfaces command
by Michal Privoznik
· 13 years ago
f54603b
qemu-ga: add win32 guest-suspend-ram command
by Michael Roth
· 13 years ago
aa59637
qemu-ga: add win32 guest-suspend-disk command.
by Gal Hammer
· 13 years ago
95f4f40
qemu-ga: add guest-suspend-hybrid
by Luiz Capitulino
· 13 years ago
fbf4221
qemu-ga: add guest-suspend-ram
by Luiz Capitulino
· 13 years ago
11d0f12
qemu-ga: add guest-suspend-disk
by Luiz Capitulino
· 13 years ago
546b60d
qemu-ga: add win32 guest-shutdown command
by Michael Roth
· 13 years ago
bc62fa0
qemu-ga: add Windows service integration
by Michael Roth
· 13 years ago
7868e26
qemu-ga: add initial win32 support
by Michael Roth
· 13 years ago
d8ca685
qemu-ga: fixes for win32 build of qemu-ga
by Michael Roth
· 13 years ago
c216e5a
qemu-ga: rename guest-agent-commands.c -> commands-posix.c
by Michael Roth
· 13 years ago
Next »