Sign in
qemu
/
qemu
/
a53e581ee818d44bea9dcd2c543c2d08a5934fae
/
qga
51bd458
qga: Fix qmp_guest_suspend_{disk, ram}() error handling
by Markus Armbruster
· 5 years ago
4155c99
qga: Fix qmp_guest_get_memory_blocks() error handling
by Markus Armbruster
· 5 years ago
1329651f
qga: Restrict guest-file-read count to 48 MB to avoid crashes
by Philippe Mathieu-Daudé
· 5 years ago
ead83a1
qga: Extract qmp_guest_file_read() to common commands.c
by Philippe Mathieu-Daudé
· 5 years ago
5d3586b
qga: Extract guest_file_handle_find() to commands-common.h
by Philippe Mathieu-Daudé
· 5 years ago
f62ebb6
Revert "prevent crash when executing guest-file-read with large count"
by Philippe Mathieu-Daudé
· 5 years ago
6a4a385
qga/commands-posix: fix use after free of local_err
by Vladimir Sementsov-Ogievskiy
· 5 years ago
7b46aad
qemu-ga: document vsock-listen in the man page
by Stefan Hajnoczi
· 5 years ago
a23f38a
qga: Fix undefined C behavior
by Eric Blake
· 5 years ago
807e2b6
qga-win: prevent crash when executing guest-file-read with large count
by Basil Salman
· 5 years ago
b2413df
qga-win: Handle VSS_E_PROVIDER_ALREADY_REGISTERED error
by Sameeh Jubran
· 5 years ago
bb1ce44
qga: Installer: Wait for installation to finish
by Basil Salman
· 5 years ago
f0ccc00
qmp: constify QmpCommand and list
by Marc-André Lureau
· 5 years ago
d1eddab
qga: Fix a memory leak
by Philippe Mathieu-Daudé
· 5 years ago
672db77
qga: Improve error report by calling error_setg_win32()
by Philippe Mathieu-Daudé
· 5 years ago
a7b6e89
qga/qapi-schema.json: minor format fixups for rST
by Peter Maydell
· 5 years ago
883aff6
qga/qapi-schema.json: Fix indent level on doc comments
by Peter Maydell
· 5 years ago
72ec8bf
qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment
by Peter Maydell
· 5 years ago
db5adea
build-sys: clean up flags included in the linker command line
by Paolo Bonzini
· 5 years ago
00ca24f
qapi: Generate command registration stuff into separate files
by Markus Armbruster
· 5 years ago
b90abba
qga: rename Error ** parameter to more common errp
by Vladimir Sementsov-Ogievskiy
· 5 years ago
292743d
qga: Fix guest-get-fsinfo error API violations
by Markus Armbruster
· 5 years ago
5c6096e
qga: fence guest-set-time if hwclock not available
by Cornelia Huck
· 5 years ago
28d8dd3
qga: Add "guest-get-memory-block-info" to blacklist
by Basil Salman
· 5 years ago
a18025f
qga-win: network-get-interfaces command name field bug fix
by Bishara AbuHattoum
· 6 years ago
e5b6353
socket: Add backlog parameter to socket_listen
by Juan Quintela
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
a8b991b
Clean up ill-advised or unusual header guards
by Markus Armbruster
· 6 years ago
8ac6557
qga: Fix mingw compilation warnings on enum conversion
by Cao Jiaxi
· 6 years ago
781f2b3
qga: process_event() simplification
by Marc-André Lureau
· 6 years ago
996b9cd
qga: Fix guest-get-fsinfo PCI address collection in Windows
by Matt Hines
· 6 years ago
40cebc5
qga-win: fix VSS build breakage due to unintended gnu99 C++ flag
by Michael Roth
· 6 years ago
82a58d2
qga-win: include glib when building VSS DLL
by Michael Roth
· 6 years ago
bd586a9
qga-win: Adding support for Windows Server 2019 get-osinfo command
by Bishara AbuHattoum
· 6 years ago
bb6c8d4
qga: update docs with systemd suspend support info
by Daniel Henrique Barboza
· 6 years ago
eae3eb3
qemu/queue.h: simplify reverse access to QTAILQ
by Paolo Bonzini
· 6 years ago
4ac8086
qga: drop < Vista compatibility
by Marc-André Lureau
· 6 years ago
56cdca1
build-sys: build with Vista API by default
by Marc-André Lureau
· 6 years ago
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
· 7 years ago
0692b03
qga-win: add support for qmp_guest_fsfreeze_freeze_list
by Chen Hanxiao
· 7 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
· 7 years ago
86cdf9e
json: Clean up headers
by Markus Armbruster
· 7 years ago
84a56f3
json: Pass lexical errors and limit violations to callback
by Markus Armbruster
· 7 years ago
62815d8
json: Redesign the callback to consume JSON values
by Markus Armbruster
· 7 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
Next »