index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qga
/
commands-posix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qga: update schema for guest-get-disks 'dependents' field
Michael Roth
2020-11-16
1
-4
/
+6
*
qga: fix missing closedir() in qmp_guest_get_disks()
Michael Roth
2020-11-09
1
-0
/
+3
*
qga: add implementation of guest-get-disks for Linux
Tomáš Golembiovský
2020-11-02
1
-11
/
+292
*
qga: add command guest-get-disks
Tomáš Golembiovský
2020-11-02
1
-0
/
+6
*
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2020-09-16
1
-3
/
+3
*
qga: add command guest-get-devices for reporting VirtIO devices
Tomáš Golembiovský
2020-09-13
1
-0
/
+9
*
qga/commands-posix: Support fsinfo for non-PCI virtio devices, too
Thomas Huth
2020-09-13
1
-1
/
+41
*
qga/commands-posix: Move the udev code from the pci to the generic function
Thomas Huth
2020-09-13
1
-29
/
+33
*
qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function
Thomas Huth
2020-09-13
1
-24
/
+41
*
error: Eliminate error_propagate() manually
Markus Armbruster
2020-07-10
1
-3
/
+1
*
qga: Plug unlikely memory leak in guest-set-memory-blocks
Markus Armbruster
2020-07-02
1
-0
/
+1
*
qga: Fix qmp_guest_get_memory_blocks() error handling
Markus Armbruster
2020-04-29
1
-0
/
+3
*
qga: Extract qmp_guest_file_read() to common commands.c
Philippe Mathieu-Daudé
2020-04-15
1
-19
/
+3
*
qga: Extract guest_file_handle_find() to commands-common.h
Philippe Mathieu-Daudé
2020-04-15
1
-3
/
+4
*
qga/commands-posix: fix use after free of local_err
Vladimir Sementsov-Ogievskiy
2020-04-04
1
-0
/
+3
*
qga: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
2019-12-18
1
-1
/
+1
*
qga: Fix guest-get-fsinfo error API violations
Markus Armbruster
2019-12-18
1
-2
/
+4
*
qga: fence guest-set-time if hwclock not available
Cornelia Huck
2019-12-14
1
-1
/
+12
*
qga: Add "guest-get-memory-block-info" to blacklist
Basil Salman
2019-11-04
1
-1
/
+2
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
error: Remove NULL checks on error_propagate() calls
Markus Armbruster
2018-12-18
1
-5
/
+2
*
qga: linux: return disk device in guest-get-fsinfo
Tomáš Golembiovský
2018-10-31
1
-1
/
+6
*
qga: linux: report disk serial number
Tomáš Golembiovský
2018-10-31
1
-2
/
+30
*
qga: ignore non present cpus when handling qmp_guest_get_vcpus()
Igor Mammedov
2018-10-30
1
-56
/
+59
*
qga: fix file descriptor leak
Paolo Bonzini
2018-07-16
1
-0
/
+1
*
qga: fix 'driver' leak in guest-get-fsinfo
Marc-André Lureau
2018-07-16
1
-0
/
+1
*
qga: removing bios_supports_mode
Daniel Henrique Barboza
2018-07-03
1
-40
/
+18
*
qga: systemd hibernate/suspend/hybrid-sleep support
Daniel Henrique Barboza
2018-07-03
1
-0
/
+72
*
qga: removing switch statements, adding run_process_child
Daniel Henrique Barboza
2018-07-03
1
-127
/
+88
*
qga: guest_suspend: decoupling pm-utils and sys logic
Daniel Henrique Barboza
2018-07-03
1
-62
/
+108
*
qga: bios_supports_mode: decoupling pm-utils and sys logic
Daniel Henrique Barboza
2018-07-03
1
-48
/
+68
*
qga: refactoring qmp_guest_suspend_* functions
Daniel Henrique Barboza
2018-07-03
1
-32
/
+55
*
qemu-ga: make get-fsinfo work over pci bridges
Marc-André Lureau
2018-07-03
1
-4
/
+19
*
qga: add mountpoint usage info to GuestFilesystemInfo
Chen Hanxiao
2018-07-03
1
-0
/
+15
*
qga: check bytes count read by guest-file-read
Prasad J Pandit
2018-07-03
1
-1
/
+1
*
qga: unset frozen state if no mount points are frozen
Chen Hanxiao
2018-07-03
1
-0
/
+6
*
qga: use local path for local headers
Michael S. Tsirkin
2018-06-01
1
-1
/
+1
*
use g_path_get_basename instead of basename
Julia Suvorova
2018-03-06
1
-2
/
+2
*
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
2018-03-02
1
-1
/
+1
*
qga: use ARRAY_SIZE macro
Philippe Mathieu-Daudé
2018-02-10
1
-1
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
qga: add network stats to guest-network-get-interfaces
ZhiPeng Lu
2017-10-26
1
-1
/
+73
*
test-qga: add test for guest-get-osinfo
Tomáš Golembiovský
2017-07-18
1
-4
/
+9
*
qemu-ga: add guest-get-osinfo command
Tomáš Golembiovský
2017-07-18
1
-0
/
+135
*
qemu-ga: check if utmpx.h is available on the system
Tomáš Golembiovský
2017-07-18
1
-1
/
+16
*
qemu-ga: remove useless allocation
Marc-André Lureau
2017-06-04
1
-3
/
+1
*
qga: fix compiler warnings (clang 5)
Philippe Mathieu-Daudé
2017-05-07
1
-3
/
+5
*
qga: Add 'guest-get-users' command
Vinzenz Feenstra
2017-04-27
1
-0
/
+60
*
qga: don't fail if mount doesn't have slave devices
Michael Roth
2017-03-30
1
-1
/
+3
[next]