summaryrefslogtreecommitdiffstats
path: root/qga
Commit message (Expand)AuthorAgeFilesLines
...
| * qmp: De-duplicate error response buildingMarkus Armbruster2018-07-031-6/+2Star
| * qmp qemu-ga: Fix qemu-ga not to accept "control"Markus Armbruster2018-07-031-1/+1
* | qga: removing bios_supports_modeDaniel Henrique Barboza2018-07-031-40/+18Star
* | qga: systemd hibernate/suspend/hybrid-sleep supportDaniel Henrique Barboza2018-07-031-0/+72
* | qga: removing switch statements, adding run_process_childDaniel Henrique Barboza2018-07-031-127/+88Star
* | qga: guest_suspend: decoupling pm-utils and sys logicDaniel Henrique Barboza2018-07-031-62/+108
* | qga: bios_supports_mode: decoupling pm-utils and sys logicDaniel Henrique Barboza2018-07-031-48/+68
* | qga: refactoring qmp_guest_suspend_* functionsDaniel Henrique Barboza2018-07-031-32/+55
* | qemu-ga: make get-fsinfo work over pci bridgesMarc-André Lureau2018-07-031-4/+19
* | qga-win: Fixing msi upgrade disallow in WiX fileBishara AbuHattoum2018-07-031-1/+1
* | qga/schema: fix documentation for GuestOSInfoTomáš Golembiovský2018-07-031-2/+2
* | qga-win: add driver path usage to GuestFilesystemInfoChen Hanxiao2018-07-031-0/+12
* | qga: add mountpoint usage info to GuestFilesystemInfoChen Hanxiao2018-07-032-0/+18
* | qga: check bytes count read by guest-file-readPrasad J Pandit2018-07-032-2/+2
* | qga: unset frozen state if no mount points are frozenChen Hanxiao2018-07-032-1/+9
|/
* glib: bump min required glib library version to 2.40Daniel P. Berrangé2018-06-291-9/+2Star
* qga: use local path for local headersMichael S. Tsirkin2018-06-018-13/+13
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-6/+6
* qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-1/+1
* Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* use g_path_get_basename instead of basenameJulia Suvorova2018-03-061-2/+2
* qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster2018-03-025-5/+5
* qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster2018-03-021-1/+1
* qga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé2018-02-101-1/+1
* Drop superfluous includes of qapi/qmp/dispatch.hMarkus Armbruster2018-02-091-1/+0Star
* Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qmp-commands.h exactly where neededMarkus Armbruster2018-02-092-1/+2
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-095-0/+7
* sockets: remove obsolete code that updated listen addressDaniel P. Berrange2017-12-211-1/+1
* qga: replace GetIfEntry with GetIfEntry2 for interface statsZhiPeng Lu2017-11-201-16/+38
* qga-win: fix error-handling in getNameByStringSID()Michael Roth2017-10-271-4/+9
* qga: add network stats to guest-network-get-interfacesZhiPeng Lu2017-10-263-2/+160
* qga-win: Updating guest_set_time actionBishara AbuHattoum2017-10-261-1/+35
* qga-win: don't hang if vss hold writes timeoutChen Hanxiao2017-10-261-0/+12
* Convert single line fprintf(.../n) to warn_report()Alistair Francis2017-09-191-1/+2
* maint: Include bug-reporting info in --help outputEric Blake2017-08-081-1/+1
* qga: Give more --version informationEric Blake2017-08-081-2/+4
* test-qga: add test for guest-get-osinfoTomáš Golembiovský2017-07-181-4/+9
* qemu-ga: add guest-get-osinfo commandTomáš Golembiovský2017-07-183-0/+391
* qga: report error on keyfile dump errorMarc-André Lureau2017-07-181-1/+6
* qga-win32: remove a redundancy codePeng Hao2017-07-181-1/+1
* qemu-ga: check if utmpx.h is available on the systemTomáš Golembiovský2017-07-181-1/+16
* qemu-ga: add missing libpcre to MSI buildThomas Lamprecht2017-07-181-0/+4
* qga-win: fix installation on localized windowsDaniel Rempel2017-07-181-2/+33
* qga-win32: Fix memory leak of device information setLi Ping2017-07-111-1/+4
* qapi: merge QInt and QFloat in QNumMarc-André Lureau2017-06-202-2/+1Star
* qemu-ga: remove useless allocationMarc-André Lureau2017-06-041-3/+1Star
* Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi2017-05-101-3/+5
|\
| * qga: fix compiler warnings (clang 5)Philippe Mathieu-Daudé2017-05-071-3/+5