aboutsummaryrefslogtreecommitdiff
path: root/qga/commands-linux.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-07qemu-ga: Avoiding freeing line prematurelyDehan Meng1-2/+1
2024-11-07qemu-ga: Optimize var declaration and definitionDehan Meng1-50/+42
2024-11-07qemu-ga: Add 'Null' check and Redefine 'route'Dehan Meng1-39/+44
2024-10-18error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2024-07-23qga/linux: Add new api 'guest-network-get-route'Dehan Meng1-0/+133
2024-07-19qga: conditionalize schema for commands requiring libudevDaniel P. Berrangé1-8/+0
2024-07-19qga: move linux memory block command impls to commands-linux.cDaniel P. Berrangé1-0/+308
2024-07-19qga: move linux disk/cpu stats command impls to commands-linux.cDaniel P. Berrangé1-0/+195
2024-07-19qga: move linux fs/disk command impls to commands-linux.cDaniel P. Berrangé1-0/+904
2024-07-19qga: move linux suspend command impls to commands-linux.cDaniel P. Berrangé1-0/+265
2024-07-19qga: move linux vcpu command impls to commands-linux.cDaniel P. Berrangé1-0/+141
2022-10-26qga: Move Linux-specific FS freeze/thaw code to a separate fileAlexander Ivanov1-0/+286