Age | Commit message (Expand) | Author | Files | Lines |
2018-07-03 | qga: removing bios_supports_mode | Daniel Henrique Barboza | 1 | -40/+18 |
2018-07-03 | qga: systemd hibernate/suspend/hybrid-sleep support | Daniel Henrique Barboza | 1 | -0/+72 |
2018-07-03 | qga: removing switch statements, adding run_process_child | Daniel Henrique Barboza | 1 | -127/+88 |
2018-07-03 | qga: guest_suspend: decoupling pm-utils and sys logic | Daniel Henrique Barboza | 1 | -62/+108 |
2018-07-03 | qga: bios_supports_mode: decoupling pm-utils and sys logic | Daniel Henrique Barboza | 1 | -48/+68 |
2018-07-03 | qga: refactoring qmp_guest_suspend_* functions | Daniel Henrique Barboza | 1 | -32/+55 |
2018-07-03 | qemu-ga: make get-fsinfo work over pci bridges | Marc-André Lureau | 1 | -4/+19 |
2018-07-03 | qga-win: Fixing msi upgrade disallow in WiX file | Bishara AbuHattoum | 1 | -1/+1 |
2018-07-03 | qga/schema: fix documentation for GuestOSInfo | Tomáš Golembiovský | 1 | -2/+2 |
2018-07-03 | qga-win: add driver path usage to GuestFilesystemInfo | Chen Hanxiao | 1 | -0/+12 |
2018-07-03 | qga: add mountpoint usage info to GuestFilesystemInfo | Chen Hanxiao | 2 | -0/+18 |
2018-07-03 | qga: check bytes count read by guest-file-read | Prasad J Pandit | 2 | -2/+2 |
2018-07-03 | qga: unset frozen state if no mount points are frozen | Chen Hanxiao | 2 | -1/+9 |
2018-06-29 | glib: bump min required glib library version to 2.40 | Daniel P. Berrangé | 1 | -9/+2 |
2018-06-01 | qga: use local path for local headers | Michael S. Tsirkin | 8 | -13/+13 |
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-06 | use g_path_get_basename instead of basename | Julia Suvorova | 1 | -2/+2 |
2018-03-02 | qapi: Move qapi-schema.json to qapi/, rename generated files | Markus Armbruster | 5 | -5/+5 |
2018-03-02 | qapi: Rename generated qmp-marshal.c to qmp-commands.c | Markus Armbruster | 1 | -1/+1 |
2018-02-10 | qga: use ARRAY_SIZE macro | Philippe Mathieu-Daudé | 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 | 2 | -1/+2 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 5 | -0/+7 |
2017-12-21 | sockets: remove obsolete code that updated listen address | Daniel P. Berrange | 1 | -1/+1 |
2017-11-20 | qga: replace GetIfEntry with GetIfEntry2 for interface stats | ZhiPeng Lu | 1 | -16/+38 |
2017-10-26 | qga-win: fix error-handling in getNameByStringSID() | Michael Roth | 1 | -4/+9 |
2017-10-25 | qga: add network stats to guest-network-get-interfaces | ZhiPeng Lu | 3 | -2/+160 |
2017-10-25 | qga-win: Updating guest_set_time action | Bishara AbuHattoum | 1 | -1/+35 |
2017-10-25 | qga-win: don't hang if vss hold writes timeout | Chen Hanxiao | 1 | -0/+12 |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis | 1 | -1/+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-18 | test-qga: add test for guest-get-osinfo | Tomáš Golembiovský | 1 | -4/+9 |
2017-07-18 | qemu-ga: add guest-get-osinfo command | Tomáš Golembiovský | 3 | -0/+391 |
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-07-17 | qemu-ga: check if utmpx.h is available on the system | Tomáš Golembiovský | 1 | -1/+16 |
2017-07-17 | qemu-ga: add missing libpcre to MSI build | Thomas Lamprecht | 1 | -0/+4 |
2017-07-17 | qga-win: fix installation on localized windows | Daniel Rempel | 1 | -2/+33 |
2017-07-11 | qga-win32: Fix memory leak of device information set | Li Ping | 1 | -1/+4 |
2017-06-20 | qapi: merge QInt and QFloat in QNum | Marc-André Lureau | 2 | -2/+1 |
2017-06-04 | qemu-ga: remove useless allocation | Marc-André Lureau | 1 | -3/+1 |
2017-05-10 | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging | Stefan Hajnoczi | 1 | -3/+5 |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 2 | -6/+6 |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster | 2 | -6/+6 |
2017-05-07 | qga: fix compiler warnings (clang 5) | Philippe Mathieu-Daudé | 1 | -3/+5 |