index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qga
/
commands-posix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-04
qemu-ga: Fix a SIGSEGV in ga_run_command() helper
Sunil Nimmagadda
1
-1
/
+1
2024-10-18
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
1
-1
/
+0
2024-07-19
qga/commands-posix: Make ga_wait_child() return boolean
Zhao Liu
1
-4
/
+4
2024-07-19
qga: centralize logic for disabling/enabling commands
Daniel P. Berrangé
1
-6
/
+0
2024-07-19
qga: conditionalize schema for commands not supported on other UNIX
Daniel P. Berrangé
1
-8
/
+0
2024-07-19
qga: conditionalize schema for commands requiring utmpx
Daniel P. Berrangé
1
-9
/
+1
2024-07-19
qga: conditionalize schema for commands requiring fstrim
Daniel P. Berrangé
1
-13
/
+0
2024-07-19
qga: conditionalize schema for commands requiring fsfreeze
Daniel P. Berrangé
1
-47
/
+0
2024-07-19
qga: conditionalize schema for commands only supported on Windows
Daniel P. Berrangé
1
-9
/
+0
2024-07-19
qga: conditionalize schema for commands requiring linux/win32
Daniel P. Berrangé
1
-28
/
+2
2024-07-19
qga: conditionalize schema for commands requiring getifaddrs
Daniel P. Berrangé
1
-13
/
+0
2024-07-19
qga: conditionalize schema for commands unsupported on non-Linux POSIX
Daniel P. Berrangé
1
-66
/
+0
2024-07-19
qga: conditionalize schema for commands unsupported on Windows
Daniel P. Berrangé
1
-1
/
+1
2024-07-19
qga: move linux memory block command impls to commands-linux.c
Daniel P. Berrangé
1
-310
/
+1
2024-07-19
qga: move linux disk/cpu stats command impls to commands-linux.c
Daniel P. Berrangé
1
-199
/
+0
2024-07-19
qga: move linux fs/disk command impls to commands-linux.c
Daniel P. Berrangé
1
-909
/
+0
2024-07-19
qga: move linux suspend command impls to commands-linux.c
Daniel P. Berrangé
1
-265
/
+0
2024-07-19
qga: move linux vcpu command impls to commands-linux.c
Daniel P. Berrangé
1
-139
/
+0
2024-07-19
qga: drop blocking of guest-get-memory-block-size command
Daniel P. Berrangé
1
-1
/
+1
2024-05-03
qga/commands-posix: fix typo in qmp_guest_set_user_password
Paolo Bonzini
1
-1
/
+1
2024-05-01
qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper
Andrey Drobyshev
1
-83
/
+13
2024-05-01
qga/commands-posix: don't do fork()/exec() when suspending via sysfs
Andrey Drobyshev
1
-36
/
+5
2024-05-01
qga/commands-posix: execute_fsfreeze_hook: use ga_run_command helper
Andrey Drobyshev
1
-32
/
+3
2024-05-01
qga/commands-posix: qmp_guest_set_time: use ga_run_command helper
Andrey Drobyshev
1
-40
/
+3
2024-05-01
qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
Andrey Drobyshev
1
-33
/
+6
2024-05-01
qga: introduce ga_run_command() helper for guest cmd execution
Andrey Drobyshev
1
-0
/
+150
2024-05-01
qga: guest-get-fsinfo: add optional 'total-bytes-privileged' field
Andrey Drobyshev
1
-0
/
+2
2024-01-30
qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN
Nick Briggs
1
-1
/
+4
2023-09-08
qga/: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-05-04
qga: Fix suspend on Linux guests without systemd
Mark Somerville
1
-6
/
+6
2023-05-04
qga/linux: add usb support to guest-get-fsinfo
Kfir Manor
1
-1
/
+5
2023-02-08
qga: Clean up includes
Markus Armbruster
1
-1
/
+0
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
1
-3
/
+1
2022-12-20
qga: Add initial OpenBSD and NetBSD support
Brad Smith
1
-2
/
+7
2022-12-14
qapi qga: Elide redundant has_FOO in generated C
Markus Armbruster
1
-24
/
+8
2022-10-26
qga: Move HW address getting to a separate function
Alexander Ivanov
1
-42
/
+56
2022-10-26
qga: Add support for user password setting in FreeBSD
Alexander Ivanov
1
-10
/
+25
2022-10-26
qga: Add shutdown/halt/reboot support for FreeBSD
Alexander Ivanov
1
-0
/
+7
2022-10-26
qga: Add UFS freeze/thaw support for FreeBSD
Alexander Ivanov
1
-158
/
+150
2022-10-26
qga: Move Linux-specific FS freeze/thaw code to a separate file
Alexander Ivanov
1
-272
/
+15
2022-10-26
qga: Add initial FreeBSD support
Alexander Ivanov
1
-0
/
+8
2022-09-20
qga: Replace 'blacklist' and 'whitelist' in the guest agent sources
Thomas Huth
1
-8
/
+8
2022-07-18
qga: treat get-guest-fsinfo as "best effort"
John Snow
1
-1
/
+9
2022-07-13
qga: add command 'guest-get-cpustats'
zhenwei pi
1
-0
/
+89
2022-05-28
qga: make build_fs_mount_list() return a bool
Marc-André Lureau
1
-15
/
+10
2022-05-28
qga: replace qemu_open_old() with qga_open_cloexec()
Marc-André Lureau
1
-4
/
+4
2022-05-28
qga: use qga_open_cloexec() for safe_open_or_create()
Marc-André Lureau
1
-4
/
+3
2022-05-28
qga: flatten safe_open_or_create()
Marc-André Lureau
1
-60
/
+60
2022-05-25
qga: add guest-get-diskstats command for Linux guests
luzhipeng
1
-0
/
+123
2022-05-04
qga: Introduce disk smart
zhenwei pi
1
-0
/
+73
[next]