index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qga
/
main.c
Age
Commit message (
Expand
)
Author
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
Clean up includes some more
Markus Armbruster
2016-03-20
qemu-ga: drop unused local err variable
Stefan Hajnoczi
2016-02-04
qga: Clean up includes
Peter Maydell
2015-11-26
qjson: store tokens in a GQueue
Paolo Bonzini
2015-10-29
qdict: Make conversion from QObject * accept null
Markus Armbruster
2015-10-19
qga: handle possible SIGPIPE in guest-file-write
Denis V. Lunev
2015-10-19
qga: do not override configuration verbosity
Marc-André Lureau
2015-10-19
qga: add QGA_CONF environment variable
Marc-André Lureau
2015-09-01
qga: add --dump-conf option
Marc-André Lureau
2015-09-01
qga: add an optional qemu-ga.conf system configuration
Marc-André Lureau
2015-09-01
qga: free a bit more
Marc-André Lureau
2015-09-01
qga: move agent run in a separate function
Marc-André Lureau
2015-09-01
qga: fill default options in main()
Marc-André Lureau
2015-09-01
qga: move option parsing to separate function
Marc-André Lureau
2015-09-01
qga: copy argument strings
Marc-André Lureau
2015-09-01
qga: rename 'path' to 'channel_path'
Marc-André Lureau
2015-09-01
qga: make split_list() return allocated strings
Marc-André Lureau
2015-09-01
qga: move string split in separate function
Marc-André Lureau
2015-09-01
qga: use exit() when parsing options
Marc-André Lureau
2015-07-07
Revert "guest agent: remove g_strcmp0 usage"
Markus Armbruster
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-17
qemu-ga: adding vss-[un]install options
Yossi Hindin
2014-11-17
qga: fix false negative argument passing
Gonglei
2014-08-07
qga: Disable unsupported commands by default
Tomoki Sekiyama
2014-05-09
qga: Use return values instead of error_is_set(errp)
Markus Armbruster
2014-05-07
qga: Fix typo (plural) in comment
Stefan Weil
2014-03-03
qga: Remove unneeded include file
Stefan Weil
2014-02-23
qemu-ga: isa-serial support on Windows
Miki Mishael
2013-10-10
qemu-ga: Add interface to traverse the qmp command list by QmpCommand
Mark Wu
2013-09-09
qemu-ga: Install Windows VSS provider on `qemu-ga -s install'
Tomoki Sekiyama
2013-05-30
qga: save state directory in ga_install_service()
Laszlo Ersek
2013-05-30
qga: create state directory on win32
Laszlo Ersek
2013-05-30
qga: determine default state dir and pidfile dynamically
Laszlo Ersek
2013-05-07
qga: set umask 0077 when daemonizing (CVE-2013-2007)
Laszlo Ersek
2013-04-02
qemu-ga: ga_get_fd_handle(): abort if fd_counter overflows
Luiz Capitulino
2013-03-15
qga/main.c: Don't use g_key_file_get/set_int64
Peter Crosthwaite
2013-03-11
qemu-ga: use key-value store to avoid recycling fd handles after restart
Michael Roth
2013-03-11
qemu-ga: make guest-sync-delimited available during fsfreeze
Michael Roth
2013-01-14
qemu-ga: Plug file descriptor leak on ga_open_pidfile() error path
Markus Armbruster
2013-01-14
qemu-ga: Drop pointless lseek() from ga_open_pidfile()
Markus Armbruster
2013-01-14
qemu-ga: Document intentional fall through in channel_event_cb()
Markus Armbruster
2013-01-14
qemu-ga: add ga_open_logfile()
Luiz Capitulino
2013-01-14
qemu-ga: ga_open_pidfile(): use qemu_open()
Luiz Capitulino
2013-01-08
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
Tomoki Sekiyama
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
2012-12-19
qemu-ga: move qemu-ga files to qga/
Paolo Bonzini