summaryrefslogtreecommitdiffstats
path: root/qga/main.c
Commit message (Expand)AuthorAgeFilesLines
* qga: fix false negative argument passingGonglei2014-11-171-2/+2
* qga: Disable unsupported commands by defaultTomoki Sekiyama2014-08-071-0/+1
* qga: Use return values instead of error_is_set(errp)Markus Armbruster2014-05-091-0/+1
* qga: Fix typo (plural) in commentStefan Weil2014-05-071-1/+1
* qga: Remove unneeded include fileStefan Weil2014-03-031-1/+0
* qemu-ga: isa-serial support on WindowsMiki Mishael2014-02-231-4/+13
* qemu-ga: Add interface to traverse the qmp command list by QmpCommandMark Wu2013-10-101-45/+30
* qemu-ga: Install Windows VSS provider on `qemu-ga -s install'Tomoki Sekiyama2013-09-091-1/+9
* qga: save state directory in ga_install_service()Laszlo Ersek2013-05-301-1/+10
* qga: create state directory on win32Laszlo Ersek2013-05-301-0/+14
* qga: determine default state dir and pidfile dynamicallyLaszlo Ersek2013-05-301-6/+26
* qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek2013-05-071-1/+1
* qemu-ga: ga_get_fd_handle(): abort if fd_counter overflowsLuiz Capitulino2013-04-021-2/+6
* qga/main.c: Don't use g_key_file_get/set_int64Peter Crosthwaite2013-03-151-2/+2
* qemu-ga: use key-value store to avoid recycling fd handles after restartMichael Roth2013-03-111-0/+184
* qemu-ga: make guest-sync-delimited available during fsfreezeMichael Roth2013-03-111-0/+1
* qemu-ga: Plug file descriptor leak on ga_open_pidfile() error pathMarkus Armbruster2013-01-141-0/+2
* qemu-ga: Drop pointless lseek() from ga_open_pidfile()Markus Armbruster2013-01-141-1/+1
* qemu-ga: Document intentional fall through in channel_event_cb()Markus Armbruster2013-01-141-0/+1
* qemu-ga: add ga_open_logfile()Luiz Capitulino2013-01-141-2/+15
* qemu-ga: ga_open_pidfile(): use qemu_open()Luiz Capitulino2013-01-141-1/+1
* qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thawTomoki Sekiyama2013-01-081-1/+47
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-6/+6
* qemu-ga: move qemu-ga files to qga/Paolo Bonzini2012-12-191-0/+901
OpenPOWER on IntegriCloud