Sign in
qemu
/
qemu
/
26617924e9a329bdff81936d2d277983f0c4d372
/
qga
/
commands-posix.c
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
0b4b493
qga: Support enum names in guest-file-seek
by Eric Blake
· 9 years ago
4459bf3
qga: Clean up includes
by Peter Maydell
· 9 years ago
9af9e0f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 9 years ago
920639c
qga: convert to use error checked base64 decode
by Daniel P. Berrange
· 9 years ago
0a982b1
qga: Better mapping of SEEK_* in guest-file-seek
by Eric Blake
· 9 years ago
895b00f
qga: flush explicitly when needed
by Marc-André Lureau
· 9 years ago
1250539
qga: drop hand-made guest_file_toggle_flags helper
by Denis V. Lunev
· 9 years ago
b4fe97c
qga: drop guest_file_init helper and replace it with static initializers
by Denis V. Lunev
· 9 years ago
f693fe6
qga: guest-get-memory-blocks shouldn't fail for unexposed memory blocks
by Michael Roth
· 9 years ago
f3a0640
qga: Use g_new() & friends where that makes obvious sense
by Markus Armbruster
· 9 years ago
67cc32e
typofixes - v4
by Veres Lajos
· 9 years ago
4bca81c
qga: make split_list() return allocated strings
by Marc-André Lureau
· 9 years ago
00d2f37
qga: fail early for invalid time
by Marc-André Lureau
· 10 years ago
e82855d
qga/qmp_guest_fstrim: Return per path fstrim result
by Justin Ossevoort
· 10 years ago
73a652a
qga/commands-posix: Fix bug in guest-fstrim
by Justin Ossevoort
· 10 years ago
c6bd8c7
qerror: Clean up QERR_ macros to expand into a single string
by Markus Armbruster
· 10 years ago
8ce1ee4
qga/commands-posix: Fix resource leak
by Shannon Zhao
· 10 years ago
0dd38a0
qga: add memory block command that unsupported
by zhanghailiang
· 10 years ago
ef82b60
qga: implement qmp_guest_get_memory_block_info() for Linux with sysfs
by zhanghailiang
· 10 years ago
32ca792
qga: implement qmp_guest_set_memory_blocks() for Linux with sysfs
by zhanghailiang
· 10 years ago
bd240fc
qga: implement qmp_guest_get_memory_blocks() for Linux with sysfs
by zhanghailiang
· 10 years ago
a065aaa
qga: introduce three guest memory block commmands with stubs
by zhanghailiang
· 10 years ago
85b6f6f
guest agent: guest-file-open: refactoring
by Simon Zolin
· 10 years ago
215a277
qga: add guest-set-user-password command
by Daniel P. Berrange
· 10 years ago
e668d1b
qga: Rewrite code where using readdir_r
by zhanghailiang
· 10 years ago
1281c08
qga: Disable unsupported commands by default
by Tomoki Sekiyama
· 11 years ago
46d4c57
qga: Add guest-get-fsinfo command
by Tomoki Sekiyama
· 11 years ago
e99bce2
qga: Add guest-fsfreeze-freeze-list command
by Tomoki Sekiyama
· 11 years ago
13a439e
qga: Add missing 'static' attribute
by Stefan Weil
· 11 years ago
0f230bf
qga: Clean up fragile use of error_is_set()
by Markus Armbruster
· 11 years ago
a903f40
qga: Use return values instead of error_is_set(errp)
by Markus Armbruster
· 11 years ago
77dbc81
qga: Consistently name Error ** objects errp, and not err
by Markus Armbruster
· 11 years ago
1634df5
qga: trivial fix for unclear documentation of guest-set-time
by Amos Kong
· 11 years ago
10b7c5d
qga: Fix memory allocation pasto
by Markus Armbruster
· 11 years ago
2c95892
qga: Don't require 'time' argument in guest-set-time command
by Michal Privoznik
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
d607a52
qga: Fix compiler warnings (missing format attribute, wrong format strings)
by Stefan Weil
· 11 years ago
485e741
qga: Fix shutdown command of guest agent to work with SysV
by whitearchey
· 11 years ago
e5d9adb
qemu-ga: execute fsfreeze-freeze in reverse order of mounts
by Tomoki Sekiyama
· 11 years ago
2b72001
qga: unlink just created guest-file if fchmod() or fdopen() fails on it
by Laszlo Ersek
· 12 years ago
8fe6bbc
qga: distinguish binary modes in "guest_file_open_modes" map
by Laszlo Ersek
· 12 years ago
c689b4f
qga: set umask 0077 when daemonizing (CVE-2013-2007)
by Laszlo Ersek
· 12 years ago
085d813
Fix typos and misspellings
by Peter Maydell
· 12 years ago
cbb65fc
qga: implement qmp_guest_set_vcpus() for Linux with sysfs
by Laszlo Ersek
· 12 years ago
d2baff6
qga: implement qmp_guest_get_vcpus() for Linux with sysfs
by Laszlo Ersek
· 12 years ago
70e133a
qga: introduce guest-get-vcpus / guest-set-vcpus with stubs
by Laszlo Ersek
· 12 years ago
a1bca57
qga: add guest-set-time command
by Lei Li
· 12 years ago
6912e6a
qga: add guest-get-time command
by Lei Li
· 12 years ago
39097da
qemu-ga: use key-value store to avoid recycling fd handles after restart
by Michael Roth
· 12 years ago
10a2158
qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error paths
by Markus Armbruster
· 12 years ago
6f68674
qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()
by Markus Armbruster
· 12 years ago
e4ada48
Replace non-portable asprintf by g_strdup_printf
by Stefan Weil
· 12 years ago
ec0f694
qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thaw
by Tomoki Sekiyama
· 12 years ago
7b37608
qemu-ga: guest_suspend(): improve error reporting
by Luiz Capitulino
· 12 years ago
6b26e83
qemu-ga: bios_supports_mode(): improve error reporting
by Luiz Capitulino
· 12 years ago
878a0ae
qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()
by Luiz Capitulino
· 12 years ago
071673b
qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()
by Luiz Capitulino
· 12 years ago
617fbbc
qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()
by Luiz Capitulino
· 12 years ago
261551d
qemu-ga: build_fs_mount_list(): take an Error argument
by Luiz Capitulino
· 12 years ago
d220a6d
qemu-ga: qmp_guest_shutdown(): improve error reporting
by Luiz Capitulino
· 12 years ago
db3edb6
qemu-ga: qmp_guest_file_*: improve error reporting
by Luiz Capitulino
· 12 years ago
3ac4b7c
qemu-ga: qmp_guest_file_close(): fix fclose() error check
by Luiz Capitulino
· 12 years ago
a9de6d0
qemu-ga: guest_file_handle_find(): take an Error argument
by Luiz Capitulino
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
048d361
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
by Aurelien Jarno
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
1ab516e
qemu-ga: prefer pstrcpy: consistently NUL-terminate ifreq.ifr_name
by Jim Meyering
· 12 years ago
eab5fd5
qemu-ga: add guest-fstrim command
by Paolo Bonzini
· 13 years ago
af02203
qemu-ga: make names more generic for mount list functions
by Paolo Bonzini
· 13 years ago
9e2fa41
qemu-ga: avoid blocking on atime update when reading /etc/mtab
by Michael Roth
· 13 years ago
eecae14
qemu-ga: Fix use of environ on Darwin
by Andreas Färber
· 13 years ago
2c02cbf
qemu-ga: Fix missing environ declaration
by Luiz Capitulino
· 13 years ago
3674838
qemu-ga: guest-shutdown: use only async-signal-safe functions
by Luiz Capitulino
· 13 years ago
d5dd349
qemu-ga: guest-shutdown: become synchronous
by Luiz Capitulino
· 13 years ago
dc8764f0
qemu-ga: guest-suspend: make the API synchronous
by Luiz Capitulino
· 13 years ago
04b4e75
qemu-ga: make reopen_fd_to_null() public
by Luiz Capitulino
· 13 years ago
a31f053
fix some common typos
by Jim Meyering
· 13 years ago
f22d85e
qemu-ga: add a whitelist for fsfreeze-safe commands
by Michael Roth
· 13 years ago
9e8aded43
qemu-ga: improve recovery options for fsfreeze
by Michael Roth
· 13 years ago
d35d4cb
qemu-ga: generate missing stubs for fsfreeze
by Michael Roth
· 13 years ago
e72c3f2
qemu-ga: fix bsd build, and re-org linux-specific implementations
by Michael Roth
· 13 years ago
3cf0bed
qemu-ga: add guest-sync-delimited
by Michael Roth
· 13 years ago
3424fc9
qemu-ga: add guest-network-get-interfaces command
by Michal Privoznik
· 13 years ago
95f4f40
qemu-ga: add guest-suspend-hybrid
by Luiz Capitulino
· 13 years ago
fbf4221
qemu-ga: add guest-suspend-ram
by Luiz Capitulino
· 13 years ago
11d0f12
qemu-ga: add guest-suspend-disk
by Luiz Capitulino
· 13 years ago
c216e5a
qemu-ga: rename guest-agent-commands.c -> commands-posix.c
by Michael Roth
· 13 years ago
[Renamed from qga/guest-agent-commands.c]
42074a9
qemu-ga: separate out common commands from posix-specific ones
by Michael Roth
· 13 years ago
bf95c0d
guest agent: add supported command list to guest-info RPC
by Michael Roth
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
4eb36d4
guest-agent: only enable FSFREEZE when it's supported by the kernel
by Anthony Liguori
· 13 years ago
9af99f1
guest agent: use QERR_UNSUPPORTED for disabled RPCs
by Michael Roth
· 13 years ago
7006b9c
guest-agent: fix build with OpenBSD
by Anthony Liguori
· 13 years ago
e3d4d25
guest agent: add guest agent RPCs/commands
by Michael Roth
· 13 years ago