summaryrefslogtreecommitdiff
path: root/qga
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-27qga: Add `guest-get-timezone` commandVinzenz Feenstra2-0/+63
2017-04-26qga: Add 'guest-get-users' commandVinzenz Feenstra3-0/+188
2017-04-26qga: improve fsfreeze documentationsMarc-André Lureau1-2/+10
2017-04-26qga: Add 'guest-get-host-name' commandVinzenz Feenstra2-0/+37
2017-04-26qga-win: Fix Event Viewer errors caused by qemu-gaSameeh Jubran1-1/+0
2017-04-26qga-win: Fix a bug where qemu-ga service is stuck during stop operationSameeh Jubran4-10/+39
2017-04-26qga-win: Enable 'can-offline' field in 'guest-get-vcpus' replySameeh Jubran1-1/+1
2017-04-26qemu-ga: Make QGA VSS provider service run only when neededSameeh Jubran3-2/+48
2017-04-24qga: Make errp the last parameter of qga_vss_fsfreezeFam Zheng3-4/+4
2017-03-30qga: don't fail if mount doesn't have slave devicesMichael Roth1-1/+3
2017-03-19qemu-ga: obey LISTEN_PID when using systemd socket activationPaolo Bonzini1-38/+13
2017-03-16qapi: The #optional tag is redundant, dropMarkus Armbruster1-19/+19
2017-03-16qapi: Have each QAPI schema declare its returns white-listMarkus Armbruster1-0/+15
2017-03-16qapi: Make doc comments optional where we don't need themMarkus Armbruster1-0/+2
2017-03-07Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-03-06-tag' in...Peter Maydell5-38/+114