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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
1
-1
/
+1
2018-12-18
error: Remove NULL checks on error_propagate() calls
Markus Armbruster
1
-5
/
+2
2018-10-31
qga: linux: return disk device in guest-get-fsinfo
Tomáš Golembiovský
1
-1
/
+6
2018-10-31
qga: linux: report disk serial number
Tomáš Golembiovský
1
-2
/
+30
2018-10-30
qga: ignore non present cpus when handling qmp_guest_get_vcpus()
Igor Mammedov
1
-56
/
+59
2018-07-16
qga: fix file descriptor leak
Paolo Bonzini
1
-0
/
+1
2018-07-16
qga: fix 'driver' leak in guest-get-fsinfo
Marc-André Lureau
1
-0
/
+1
2018-07-03
qga: removing bios_supports_mode
Daniel Henrique Barboza
1
-40
/
+18
2018-07-03
qga: systemd hibernate/suspend/hybrid-sleep support
Daniel Henrique Barboza
1
-0
/
+72
2018-07-03
qga: removing switch statements, adding run_process_child
Daniel Henrique Barboza
1
-127
/
+88
2018-07-03
qga: guest_suspend: decoupling pm-utils and sys logic
Daniel Henrique Barboza
1
-62
/
+108
2018-07-03
qga: bios_supports_mode: decoupling pm-utils and sys logic
Daniel Henrique Barboza
1
-48
/
+68
2018-07-03
qga: refactoring qmp_guest_suspend_* functions
Daniel Henrique Barboza
1
-32
/
+55
2018-07-03
qemu-ga: make get-fsinfo work over pci bridges
Marc-André Lureau
1
-4
/
+19
2018-07-03
qga: add mountpoint usage info to GuestFilesystemInfo
Chen Hanxiao
1
-0
/
+15
2018-07-03
qga: check bytes count read by guest-file-read
Prasad J Pandit
1
-1
/
+1
2018-07-03
qga: unset frozen state if no mount points are frozen
Chen Hanxiao
1
-0
/
+6
2018-06-01
qga: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-03-06
use g_path_get_basename instead of basename
Julia Suvorova
1
-2
/
+2
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
1
-1
/
+1
2018-02-10
qga: use ARRAY_SIZE macro
Philippe Mathieu-Daudé
1
-1
/
+1
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2017-10-25
qga: add network stats to guest-network-get-interfaces
ZhiPeng Lu
1
-1
/
+73
2017-07-18
test-qga: add test for guest-get-osinfo
Tomáš Golembiovský
1
-4
/
+9
2017-07-18
qemu-ga: add guest-get-osinfo command
Tomáš Golembiovský
1
-0
/
+135
2017-07-17
qemu-ga: check if utmpx.h is available on the system
Tomáš Golembiovský
1
-1
/
+16
2017-06-04
qemu-ga: remove useless allocation
Marc-André Lureau
1
-3
/
+1
2017-05-07
qga: fix compiler warnings (clang 5)
Philippe Mathieu-Daudé
1
-3
/
+5
2017-04-26
qga: Add 'guest-get-users' command
Vinzenz Feenstra
1
-0
/
+60
2017-03-30
qga: don't fail if mount doesn't have slave devices
Michael Roth
1
-1
/
+3
2017-03-06
qga: ignore EBUSY when freezing a filesystem
Peter Lieven
1
-1
/
+4
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-3
/
+1
2016-06-07
qga: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-06-07
qga: spelling fix
Michael Tokarev
1
-6
/
+6
[next]