Sign in
qemu
/
qemu
/
f19d118bed77bb95681b07f4e76dbb700c16918d
/
qga
/
commands-posix.c
4155c99
qga: Fix qmp_guest_get_memory_blocks() error handling
by Markus Armbruster
· 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
6a4a385
qga/commands-posix: fix use after free of local_err
by Vladimir Sementsov-Ogievskiy
· 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
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
eae3eb3
qemu/queue.h: simplify reverse access to QTAILQ
by Paolo Bonzini
· 6 years ago
b232200
error: Remove NULL checks on error_propagate() calls
by Markus Armbruster
· 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
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
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
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
dc03272
qga: use local path for local headers
by Michael S. Tsirkin
· 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
01a6df1
qga: use ARRAY_SIZE macro
by Philippe Mathieu-Daudé
· 8 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
53f9fcb
qga: add network stats to guest-network-get-interfaces
by ZhiPeng Lu
· 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
e674605
qemu-ga: check if utmpx.h is available on the system
by Tomáš Golembiovský
· 8 years ago
7064024
qemu-ga: remove useless allocation
by Marc-André Lureau
· 8 years ago
9879f5a
qga: fix compiler warnings (clang 5)
by Philippe Mathieu-Daudé
· 8 years ago
161a56a
qga: Add 'guest-get-users' command
by Vinzenz Feenstra
· 8 years ago
8251a72
qga: don't fail if mount doesn't have slave devices
by Michael Roth
· 8 years ago
ce2eb6c
qga: ignore EBUSY when freezing a filesystem
by Peter Lieven
· 8 years ago
9be3859
coccinelle: Remove unnecessary variables for function return value
by Eduardo Habkost
· 9 years ago
36a2c2d
qga: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
e35916a
qga: spelling fix
by Michael Tokarev
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
0b4b493
qga: Support enum names in guest-file-seek
by Eric Blake
· 9 years ago
4459bf3
qga: Clean up includes
by Peter Maydell
· 9 years ago
9af9e0f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 9 years ago
920639c
qga: convert to use error checked base64 decode
by Daniel P. Berrange
· 9 years ago
0a982b1
qga: Better mapping of SEEK_* in guest-file-seek
by Eric Blake
· 9 years ago
895b00f
qga: flush explicitly when needed
by Marc-André Lureau
· 9 years ago
1250539
qga: drop hand-made guest_file_toggle_flags helper
by Denis V. Lunev
· 9 years ago
b4fe97c
qga: drop guest_file_init helper and replace it with static initializers
by Denis V. Lunev
· 9 years ago
f693fe6
qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocks
by Michael Roth
· 9 years ago
f3a0640
qga: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 10 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 10 years ago
4bca81c
qga: make split_list() return allocated strings
by Marc-André Lureau
· 10 years ago
00d2f37
qga: fail early for invalid time
by Marc-André Lureau
· 10 years ago
e82855d
qga/qmp_guest_fstrim: Return per path fstrim result
by Justin Ossevoort
· 10 years ago
73a652a
qga/commands-posix: Fix bug in guest-fstrim
by Justin Ossevoort
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
8ce1ee4
qga/commands-posix: Fix resource leak
by Shannon Zhao
· 10 years ago
0dd38a0
qga: add memory block command that unsupported
by zhanghailiang
· 10 years ago
ef82b60
qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs
by zhanghailiang
· 10 years ago
32ca792
qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs
by zhanghailiang
· 10 years ago
bd240fc
qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs
by zhanghailiang
· 10 years ago
a065aaa
qga: introduce three guest memory block commmands with stubs
by zhanghailiang
· 10 years ago
85b6f6f
guest agent: guest-file-open: refactoring
by Simon Zolin
· 10 years ago
215a277
qga: add guest-set-user-password command
by Daniel P. Berrange
· 10 years ago
e668d1b
qga: Rewrite code where using readdir_r
by zhanghailiang
· 10 years ago
1281c08
qga: Disable unsupported commands by default
by Tomoki Sekiyama
· 11 years ago
46d4c57
qga: Add guest-get-fsinfo command
by Tomoki Sekiyama
· 11 years ago
e99bce2
qga: Add guest-fsfreeze-freeze-list command
by Tomoki Sekiyama
· 11 years ago
13a439e
qga: Add missing 'static' attribute
by Stefan Weil
· 11 years ago
0f230bf
qga: Clean up fragile use of error_is_set()
by Markus Armbruster
· 11 years ago
a903f40
qga: Use return values instead of error_is_set(errp)
by Markus Armbruster
· 11 years ago
77dbc81
qga: Consistently name Error ** objects errp, and not err
by Markus Armbruster
· 11 years ago
1634df5
qga: trivial fix for unclear documentation of guest-set-time
by Amos Kong
· 11 years ago
10b7c5d
qga: Fix memory allocation pasto
by Markus Armbruster
· 11 years ago
2c95892
qga: Don't require 'time' argument in guest-set-time command
by Michal Privoznik
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
d607a52
qga: Fix compiler warnings (missing format attribute, wrong format strings)
by Stefan Weil
· 11 years ago
485e741
qga: Fix shutdown command of guest agent to work with SysV
by whitearchey
· 11 years ago
e5d9adb
qemu-ga: execute fsfreeze-freeze in reverse order of mounts
by Tomoki Sekiyama
· 11 years ago
2b72001
qga: unlink just created guest-file if fchmod() or fdopen() fails on it
by Laszlo Ersek
· 12 years ago
8fe6bbc
qga: distinguish binary modes in "guest_file_open_modes" map
by Laszlo Ersek
· 12 years ago
c689b4f
qga: set umask 0077 when daemonizing (CVE-2013-2007)
by Laszlo Ersek
· 12 years ago
085d813
Fix typos and misspellings
by Peter Maydell
· 12 years ago
cbb65fc
qga: implement qmp_guest_set_vcpus() for Linux with sysfs
by Laszlo Ersek
· 12 years ago
d2baff6
qga: implement qmp_guest_get_vcpus() for Linux with sysfs
by Laszlo Ersek
· 12 years ago
70e133a
qga: introduce guest-get-vcpus / guest-set-vcpus with stubs
by Laszlo Ersek
· 12 years ago
a1bca57
qga: add guest-set-time command
by Lei Li
· 12 years ago
6912e6a
qga: add guest-get-time command
by Lei Li
· 12 years ago
39097da
qemu-ga: use key-value store to avoid recycling fd handles after restart
by Michael Roth
· 12 years ago
10a2158
qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error paths
by Markus Armbruster
· 12 years ago
6f68674
qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()
by Markus Armbruster
· 12 years ago
e4ada48
Replace non-portable asprintf by g_strdup_printf
by Stefan Weil
· 12 years ago
ec0f694
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
by Tomoki Sekiyama
· 12 years ago
7b37608
qemu-ga: guest_suspend(): improve error reporting
by Luiz Capitulino
· 12 years ago
6b26e83
qemu-ga: bios_supports_mode(): improve error reporting
by Luiz Capitulino
· 12 years ago
878a0ae
qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()
by Luiz Capitulino
· 12 years ago
Next »