Sign in
qemu
/
qemu
/
71a150bc914ef154d1321cc3602a4e80a433fc52
/
qga
b72566a
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging
by Peter Maydell
· 6 years ago
b232200
error: Remove NULL checks on error_propagate() calls
by Markus Armbruster
· 6 years ago
f8a5777
qga: update guest-suspend-ram and guest-suspend-hybrid descriptions
by Daniel Henrique Barboza
· 6 years ago
61baac2
qga: Add multiple include guard to guest-agent-core.h
by Peter Maydell
· 6 years ago
f898ee0
qga-win: fix leaks of build_guest_disk_info()
by Marc-André Lureau
· 6 years ago
b70d6af
qga-win: changing --retry-path option behavior
by Bishara AbuHattoum
· 6 years ago
a2c1ac4
qga-win: report specific error when failing to open channel
by Michael Roth
· 6 years ago
ebc88c0
qga-win: install service with --retry-path set by default
by Michael Roth
· 6 years ago
d951fad
qga: add --retry-path option for re-initializing channel on failure
by Michael Roth
· 6 years ago
d88495a
qga: move w32 service handling out of run_agent()
by Michael Roth
· 6 years ago
0f4d3a4
qga: hang GAConfig/socket_activation off of GAState global
by Michael Roth
· 6 years ago
50d5b3c
qga: group agent init/cleanup init separate routines
by Michael Roth
· 6 years ago
d9c85b6
qga: fix an off-by-one issue
by Li Qiang
· 6 years ago
7fae518
qga-win: demystify namespace stripping
by Tomáš Golembiovský
· 6 years ago
4550dee
qga-win: return disk device in guest-get-fsinfo
by Tomáš Golembiovský
· 6 years ago
b1ba889
qga-win: handle multi-disk volumes
by Tomáš Golembiovský
· 6 years ago
9e65fd6
qga-win: refactor disk info
by Tomáš Golembiovský
· 6 years ago
fb08aa7
qga-win: report disk serial number
by Tomáš Golembiovský
· 6 years ago
c76d70f
qga-win: refactor disk properties (bus)
by Tomáš Golembiovský
· 6 years ago
222682a
qga-win: add debugging information
by Tomáš Golembiovský
· 6 years ago
6880b94
qga-win: fsinfo: pci-info: allow partial info
by Sameeh Jubran
· 6 years ago
0d7f937
qga-win: prevent crash when executing fsinfo command
by Sameeh Jubran
· 6 years ago
6589ce3
qga: linux: return disk device in guest-get-fsinfo
by Tomáš Golembiovský
· 6 years ago
b616105
qga: linux: report disk serial number
by Tomáš Golembiovský
· 6 years ago
b4bf912
qga: ignore non present cpus when handling qmp_guest_get_vcpus()
by Igor Mammedov
· 6 years ago
0692b03
qga-win: add support for qmp_guest_fsfreeze_freeze_list
by Chen Hanxiao
· 6 years ago
bad0227
qga: Support Unicode paths in guest-file-open on win32
by Jonathon Reinhart
· 7 years ago
9e6bdef
util: add qemu_write_pidfile()
by Marc-André Lureau
· 6 years ago
86cdf9e
json: Clean up headers
by Markus Armbruster
· 6 years ago
84a56f3
json: Pass lexical errors and limit violations to callback
by Markus Armbruster
· 6 years ago
62815d8
json: Redesign the callback to consume JSON values
by Markus Armbruster
· 6 years ago
ae7da1e
qga: process_event() simplification and leak fix
by Marc-André Lureau
· 7 years ago
c5840b9
qga-win: Handle fstrim for OSes lower than Win8
by Sameeh Jubran
· 7 years ago
d9c745c
qga: fix file descriptor leak
by Paolo Bonzini
· 7 years ago
bb23a73
qga: fix 'driver' leak in guest-get-fsinfo
by Marc-André Lureau
· 7 years ago
4fd1cba
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-07-03-v2' into staging
by Peter Maydell
· 7 years ago
d43b169
qmp: Use QDict * instead of QObject * for response objects
by Markus Armbruster
· 7 years ago
cee3279
qmp: De-duplicate error response building
by Markus Armbruster
· 7 years ago
674ed72
qmp qemu-ga: Fix qemu-ga not to accept "control"
by Markus Armbruster
· 7 years ago
73e1d8e
qga: removing bios_supports_mode
by Daniel Henrique Barboza
· 7 years ago
067927d
qga: systemd hibernate/suspend/hybrid-sleep support
by Daniel Henrique Barboza
· 7 years ago
8b020b5
qga: removing switch statements, adding run_process_child
by Daniel Henrique Barboza
· 7 years ago
246d76e
qga: guest_suspend: decoupling pm-utils and sys logic
by Daniel Henrique Barboza
· 7 years ago
a5fcf0e
qga: bios_supports_mode: decoupling pm-utils and sys logic
by Daniel Henrique Barboza
· 7 years ago
304a0fc
qga: refactoring qmp_guest_suspend_* functions
by Daniel Henrique Barboza
· 7 years ago
743c71d
qemu-ga: make get-fsinfo work over pci bridges
by Marc-André Lureau
· 7 years ago
a972304
qga-win: Fixing msi upgrade disallow in WiX file
by Bishara AbuHattoum
· 7 years ago
84ece8e
qga/schema: fix documentation for GuestOSInfo
by Tomáš Golembiovský
· 7 years ago
c07e5e6
qga-win: add driver path usage to GuestFilesystemInfo
by Chen Hanxiao
· 7 years ago
25b5ff1
qga: add mountpoint usage info to GuestFilesystemInfo
by Chen Hanxiao
· 7 years ago
141b197
qga: check bytes count read by guest-file-read
by Prasad J Pandit
· 7 years ago
65650f0
qga: unset frozen state if no mount points are frozen
by Chen Hanxiao
· 7 years ago
e7b3af8
glib: bump min required glib library version to 2.40
by Daniel P. Berrangé
· 7 years ago
dc03272
qga: use local path for local headers
by Michael S. Tsirkin
· 7 years ago
cb3e7f0
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
by Marc-André Lureau
· 7 years ago
7dc847e
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
by Max Reitz
· 7 years ago
7e563bf
Polish the version strings containing the package version
by Thomas Huth
· 7 years ago
3e015d8
use g_path_get_basename instead of basename
by Julia Suvorova
· 7 years ago
eb815e2
qapi: Move qapi-schema.json to qapi/, rename generated files
by Markus Armbruster
· 7 years ago
834a3f3
qapi: Rename generated qmp-marshal.c to qmp-commands.c
by Markus Armbruster
· 7 years ago
01a6df1
qga: use ARRAY_SIZE macro
by Philippe Mathieu-Daudé
· 8 years ago
72b4e61
Drop superfluous includes of qapi/qmp/dispatch.h
by Markus Armbruster
· 7 years ago
fc81fa1
Include qapi/qmp/qstring.h exactly where needed
by Markus Armbruster
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
abb297e
Include qmp-commands.h exactly where needed
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
6247351
sockets: remove obsolete code that updated listen address
by Daniel P. Berrange
· 7 years ago
df83eab
qga: replace GetIfEntry with GetIfEntry2 for interface stats
by ZhiPeng Lu
· 7 years ago
8cedc80
qga-win: fix error-handling in getNameByStringSID()
by Michael Roth
· 7 years ago
53f9fcb
qga: add network stats to guest-network-get-interfaces
by ZhiPeng Lu
· 7 years ago
105fad6
qga-win: Updating guest_set_time action
by Bishara AbuHattoum
· 7 years ago
4d80d20
qga-win: don't hang if vss hold writes timeout
by Chen Hanxiao
· 7 years ago
2ab4b13
Convert single line fprintf(.../n) to warn_report()
by Alistair Francis
· 7 years ago
f5048cb
maint: Include bug-reporting info in --help output
by Eric Blake
· 8 years ago
8f1c29a
qga: Give more --version information
by Eric Blake
· 8 years ago
339ca68
test-qga: add test for guest-get-osinfo
by Tomáš Golembiovský
· 8 years ago
9848f79
qemu-ga: add guest-get-osinfo command
by Tomáš Golembiovský
· 8 years ago
cbcd9ba
qga: report error on keyfile dump error
by Marc-André Lureau
· 8 years ago
f8837b3
qga-win32: remove a redundancy code
by Peng Hao
· 8 years ago
e674605
qemu-ga: check if utmpx.h is available on the system
by Tomáš Golembiovský
· 8 years ago
f2dce82
qemu-ga: add missing libpcre to MSI build
by Thomas Lamprecht
· 8 years ago
009f38d
qga-win: fix installation on localized windows
by Daniel Rempel
· 8 years ago
9bd8e93
qga-win32: Fix memory leak of device information set
by Li Ping
· 8 years ago
01b2ffc
qapi: merge QInt and QFloat in QNum
by Marc-André Lureau
· 8 years ago
7064024
qemu-ga: remove useless allocation
by Marc-André Lureau
· 8 years ago
f465706
Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging
by Stefan Hajnoczi
· 8 years ago
bd269eb
sockets: Limit SocketAddressLegacy to external interfaces
by Markus Armbruster
· 8 years ago
dfd100f
sockets: Rename SocketAddress to SocketAddressLegacy
by Markus Armbruster
· 8 years ago
9879f5a
qga: fix compiler warnings (clang 5)
by Philippe Mathieu-Daudé
· 8 years ago
53c58e6
qga: Add `guest-get-timezone` command
by Vinzenz Feenstra
· 8 years ago
161a56a
qga: Add 'guest-get-users' command
by Vinzenz Feenstra
· 8 years ago
1dbfbc1
qga: improve fsfreeze documentations
by Marc-André Lureau
· 8 years ago
0a3d197
qga: Add 'guest-get-host-name' command
by Vinzenz Feenstra
· 8 years ago
1529605
qga-win: Fix Event Viewer errors caused by qemu-ga
by Sameeh Jubran
· 8 years ago
94d81ae
qga-win: Fix a bug where qemu-ga service is stuck during stop operation
by Sameeh Jubran
· 8 years ago
5485855
qga-win: Enable 'can-offline' field in 'guest-get-vcpus' reply
by Sameeh Jubran
· 8 years ago
f342cc9
qemu-ga: Make QGA VSS provider service run only when needed
by Sameeh Jubran
· 8 years ago
4462a53
qga: Make errp the last parameter of qga_vss_fsfreeze
by Fam Zheng
· 8 years ago
8251a72
qga: don't fail if mount doesn't have slave devices
by Michael Roth
· 8 years ago
53fabd4
qemu-ga: obey LISTEN_PID when using systemd socket activation
by Paolo Bonzini
· 8 years ago
Next »