aboutsummaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
2018-07-03qga: removing bios_supports_modeDaniel Henrique Barboza1-40/+18
2018-07-03qga: systemd hibernate/suspend/hybrid-sleep supportDaniel Henrique Barboza1-0/+72
2018-07-03qga: removing switch statements, adding run_process_childDaniel Henrique Barboza1-127/+88
2018-07-03qga: guest_suspend: decoupling pm-utils and sys logicDaniel Henrique Barboza1-62/+108
2018-07-03qga: bios_supports_mode: decoupling pm-utils and sys logicDaniel Henrique Barboza1-48/+68
2018-07-03qga: refactoring qmp_guest_suspend_* functionsDaniel Henrique Barboza1-32/+55
2018-07-03qemu-ga: make get-fsinfo work over pci bridgesMarc-André Lureau1-4/+19
2018-07-03qga-win: Fixing msi upgrade disallow in WiX fileBishara AbuHattoum1-1/+1
2018-07-03qga/schema: fix documentation for GuestOSInfoTomáš Golembiovský1-2/+2
2018-07-03qga-win: add driver path usage to GuestFilesystemInfoChen Hanxiao1-0/+12
2018-07-03qga: add mountpoint usage info to GuestFilesystemInfoChen Hanxiao2-0/+18
2018-07-03qga: check bytes count read by guest-file-readPrasad J Pandit2-2/+2
2018-07-03qga: unset frozen state if no mount points are frozenChen Hanxiao2-1/+9
2018-06-29glib: bump min required glib library version to 2.40Daniel P. Berrangé1-9/+2
2018-06-01qga: use local path for local headersMichael S. Tsirkin8-13/+13
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-6/+6
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-03-12Polish the version strings containing the package versionThomas Huth1-1/+1
2018-03-06use g_path_get_basename instead of basenameJulia Suvorova1-2/+2
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster5-5/+5
2018-03-02qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster1-1/+1
2018-02-10qga: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-1/+1
2018-02-09Drop superfluous includes of qapi/qmp/dispatch.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster2-1/+2
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster5-0/+7
2017-12-21sockets: remove obsolete code that updated listen addressDaniel P. Berrange1-1/+1
2017-11-20qga: replace GetIfEntry with GetIfEntry2 for interface statsZhiPeng Lu1-16/+38
2017-10-26qga-win: fix error-handling in getNameByStringSID()Michael Roth1-4/+9
2017-10-25qga: add network stats to guest-network-get-interfacesZhiPeng Lu3-2/+160
2017-10-25qga-win: Updating guest_set_time actionBishara AbuHattoum1-1/+35
2017-10-25qga-win: don't hang if vss hold writes timeoutChen Hanxiao1-0/+12
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+2
2017-08-08maint: Include bug-reporting info in --help outputEric Blake1-1/+1
2017-08-08qga: Give more --version informationEric Blake1-2/+4
2017-07-18test-qga: add test for guest-get-osinfoTomáš Golembiovský1-4/+9
2017-07-18qemu-ga: add guest-get-osinfo commandTomáš Golembiovský3-0/+391
2017-07-17qga: report error on keyfile dump errorMarc-André Lureau1-1/+6
2017-07-17qga-win32: remove a redundancy codePeng Hao1-1/+1
2017-07-17qemu-ga: check if utmpx.h is available on the systemTomáš Golembiovský1-1/+16
2017-07-17qemu-ga: add missing libpcre to MSI buildThomas Lamprecht1-0/+4
2017-07-17qga-win: fix installation on localized windowsDaniel Rempel1-2/+33
2017-07-11qga-win32: Fix memory leak of device information setLi Ping1-1/+4
2017-06-20qapi: merge QInt and QFloat in QNumMarc-André Lureau2-2/+1
2017-06-04qemu-ga: remove useless allocationMarc-André Lureau1-3/+1
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi1-3/+5
2017-05-09sockets: Limit SocketAddressLegacy to external interfacesMarkus Armbruster2-6/+6
2017-05-09sockets: Rename SocketAddress to SocketAddressLegacyMarkus Armbruster2-6/+6
2017-05-07qga: fix compiler warnings (clang 5)Philippe Mathieu-Daudé1-3/+5