Age | Commit message (Expand) | Author | Files | Lines |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 1 | -6/+6 |
2018-03-19 | qapi: Replace qobject_to_X(o) by qobject_to(X, o) | Max Reitz | 1 | -1/+1 |
2018-03-12 | Polish the version strings containing the package version | Thomas Huth | 1 | -1/+1 |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Drop superfluous includes of qapi/qmp/dispatch.h | Markus Armbruster | 1 | -1/+0 |
2018-02-09 | Include qapi/qmp/qstring.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qmp-commands.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+2 |
2017-08-08 | maint: Include bug-reporting info in --help output | Eric Blake | 1 | -1/+1 |
2017-08-08 | qga: Give more --version information | Eric Blake | 1 | -2/+4 |
2017-07-17 | qga: report error on keyfile dump error | Marc-André Lureau | 1 | -1/+6 |
2017-07-17 | qga-win32: remove a redundancy code | Peng Hao | 1 | -1/+1 |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 1 | -1/+0 |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 1 | -4/+4 |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster | 1 | -4/+4 |
2017-04-26 | qga-win: Fix a bug where qemu-ga service is stuck during stop operation | Sameeh Jubran | 1 | -0/+23 |
2017-03-19 | qemu-ga: obey LISTEN_PID when using systemd socket activation | Paolo Bonzini | 1 | -38/+13 |
2017-03-07 | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-03-06-tag' in... | Peter Maydell | 1 | -5/+69 |
2017-03-06 | qga: add systemd socket activation support | Stefan Hajnoczi | 1 | -5/+69 |
2017-03-05 | qapi: Support multiple command registries per program | Markus Armbruster | 1 | -9/+10 |
2017-03-05 | qmp: Dumb down how we run QMP command registration | Markus Armbruster | 1 | -1/+1 |
2017-01-24 | qga: fix erroneous argument to strerror | Paolo Bonzini | 1 | -2/+2 |
2016-10-31 | qga: add vsock-listen method | Stefan Hajnoczi | 1 | -2/+4 |
2016-09-08 | qga: free remaining leaking state | Marc-André Lureau | 1 | -0/+6 |
2016-09-08 | qga: free the whole blacklist | Marc-André Lureau | 1 | -6/+1 |
2016-06-07 | qga: Remove unnecessary glib.h includes | Peter Maydell | 1 | -1/+0 |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -1/+1 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-22 | Clean up includes some more | Markus Armbruster | 1 | -1/+0 |
2016-03-20 | qemu-ga: drop unused local err variable | Stefan Hajnoczi | 1 | -6/+0 |
2016-02-04 | qga: Clean up includes | Peter Maydell | 1 | -4/+1 |
2015-11-26 | qjson: store tokens in a GQueue | Paolo Bonzini | 1 | -1/+1 |
2015-10-29 | qdict: Make conversion from QObject * accept null | Markus Armbruster | 1 | -8/+3 |
2015-10-19 | qga: handle possible SIGPIPE in guest-file-write | Denis V. Lunev | 1 | -0/+6 |
2015-10-19 | qga: do not override configuration verbosity | Marc-André Lureau | 1 | -2/+2 |
2015-10-19 | qga: add QGA_CONF environment variable | Marc-André Lureau | 1 | -1/+2 |
2015-09-01 | qga: add --dump-conf option | Marc-André Lureau | 1 | -0/+64 |
2015-09-01 | qga: add an optional qemu-ga.conf system configuration | Marc-André Lureau | 1 | -7/+77 |
2015-09-01 | qga: free a bit more | Marc-André Lureau | 1 | -2/+4 |
2015-09-01 | qga: move agent run in a separate function | Marc-André Lureau | 1 | -76/+95 |
2015-09-01 | qga: fill default options in main() | Marc-André Lureau | 1 | -17/+17 |
2015-09-01 | qga: move option parsing to separate function | Marc-André Lureau | 1 | -69/+96 |
2015-09-01 | qga: copy argument strings | Marc-André Lureau | 1 | -26/+31 |
2015-09-01 | qga: rename 'path' to 'channel_path' | Marc-André Lureau | 1 | -4/+5 |
2015-09-01 | qga: make split_list() return allocated strings | Marc-André Lureau | 1 | -13/+9 |
2015-09-01 | qga: move string split in separate function | Marc-André Lureau | 1 | -11/+22 |
2015-09-01 | qga: use exit() when parsing options | Marc-André Lureau | 1 | -12/+12 |
2015-07-07 | Revert "guest agent: remove g_strcmp0 usage" | Markus Armbruster | 1 | -1/+1 |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -2/+2 |