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
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
2022-05-04
qga: Introduce NVMe disk bus type
zhenwei pi
1
-1
/
+4
2022-05-04
qga/commands-posix: 'guest-shutdown' for Solaris
Andrew Deason
1
-3
/
+18
2022-05-04
qga/commands-posix: Log all net stats failures
Andrew Deason
1
-1
/
+5
2022-05-04
qga/commands-posix: Fix listing ifaces for Solaris
Andrew Deason
1
-1
/
+6
2022-05-04
qga/commands-posix: Fix iface hw address detection
Andrew Deason
1
-15
/
+24
2022-05-04
qga/commands-posix: Use getifaddrs when available
Andrew Deason
1
-229
/
+245
2022-05-03
qga: replace qemu_set_nonblock()
Marc-André Lureau
1
-1
/
+5
2022-05-03
qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
1
-1
/
+1
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
1
-0
/
+35
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
qga: remove explicit environ argument from exec/spawn
Marc-André Lureau
1
-17
/
+7
2022-04-06
qga: replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
1
-14
/
+0
2021-04-20
qga: fix guest-get-disks regression
Marc-André Lureau
1
-0
/
+1
2021-03-16
qga: Add spaces around operator
AlexChen
1
-2
/
+2
2021-03-16
qga: Correct loop count in qmp_guest_get_vcpus()
Lin Ma
1
-29
/
+14
2021-03-05
qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces
Eric Blake
1
-45
/
+30
2021-01-28
qapi: More complex uses of QAPI_LIST_APPEND
Eric Blake
1
-13
/
+6
2021-01-28
qapi: Use QAPI_LIST_APPEND in trivial cases
Eric Blake
1
-22
/
+9
2021-01-01
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...
Peter Maydell
1
-0
/
+34
2020-12-21
qga/commands-posix: Send CCW address on s390x with the fsinfo data
Thomas Huth
1
-0
/
+34
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
1
-36
/
+11
2020-11-16
qga: update schema for guest-get-disks 'dependents' field
Michael Roth
1
-4
/
+6
2020-11-09
qga: fix missing closedir() in qmp_guest_get_disks()
Michael Roth
1
-0
/
+3
2020-11-02
qga: add implementation of guest-get-disks for Linux
Tomáš Golembiovský
1
-11
/
+292
2020-11-02
qga: add command guest-get-disks
Tomáš Golembiovský
1
-0
/
+6
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
1
-3
/
+3
2020-09-12
qga: add command guest-get-devices for reporting VirtIO devices
Tomáš Golembiovský
1
-0
/
+9
2020-09-12
qga/commands-posix: Support fsinfo for non-PCI virtio devices, too
Thomas Huth
1
-1
/
+41
2020-09-12
qga/commands-posix: Move the udev code from the pci to the generic function
Thomas Huth
1
-29
/
+33
2020-09-12
qga/commands-posix: Rework build_guest_fsinfo_for_real_device() function
Thomas Huth
1
-24
/
+41
2020-07-10
error: Eliminate error_propagate() manually
Markus Armbruster
1
-3
/
+1
2020-07-02
qga: Plug unlikely memory leak in guest-set-memory-blocks
Markus Armbruster
1
-0
/
+1
2020-04-29
qga: Fix qmp_guest_get_memory_blocks() error handling
Markus Armbruster
1
-0
/
+3
2020-04-15
qga: Extract qmp_guest_file_read() to common commands.c
Philippe Mathieu-Daudé
1
-19
/
+3
2020-04-15
qga: Extract guest_file_handle_find() to commands-common.h
Philippe Mathieu-Daudé
1
-3
/
+4
2020-04-04
qga/commands-posix: fix use after free of local_err
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2019-12-18
qga: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-12-18
qga: Fix guest-get-fsinfo error API violations
Markus Armbruster
1
-2
/
+4
2019-12-14
qga: fence guest-set-time if hwclock not available
Cornelia Huck
1
-1
/
+12
2019-11-04
qga: Add "guest-get-memory-block-info" to blacklist
Basil Salman
1
-1
/
+2
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
[next]