index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qga
/
commands-win32.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-25
qga: check utf8-to-utf16 conversion
Marc-André Lureau
1
-3
/
+16
2016-02-25
qga: fix off-by-one length check
Marc-André Lureau
1
-1
/
+1
2016-02-25
qga: use wide-chars constants for wchar_t comparisons
Marc-André Lureau
1
-2
/
+4
2016-02-25
qga: use size_t for wcslen() return value
Marc-André Lureau
1
-1
/
+2
2016-02-25
qga: use more idiomatic qemu-style eol operators
Marc-André Lureau
1
-3
/
+3
2016-02-25
qga: implement the guest-get-vcpus for windows
Gal Hammer
1
-2
/
+66
2016-02-25
qga: Support enum names in guest-file-seek
Eric Blake
1
-13
/
+6
2016-02-04
qga: Clean up includes
Peter Maydell
1
-2
/
+1
2015-12-18
qga: convert to use error checked base64 decode
Daniel P. Berrange
1
-2
/
+9
2015-11-25
qga: Better mapping of SEEK_* in guest-file-seek
Eric Blake
1
-1
/
+19
2015-11-11
qga: fix append file open modes for win32
Kirk Allan
1
-14
/
+15
2015-11-04
qga: set file descriptor in qmp_guest_file_open non-blocking on Win32
Olga Krishtal
1
-0
/
+27
2015-11-04
qga: fixed CloseHandle in qmp_guest_file_open
Olga Krishtal
1
-1
/
+1
2015-10-19
qga: drop guest_file_init helper and replace it with static initializers
Denis V. Lunev
1
-7
/
+3
2015-10-19
qga: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-5
/
+5
2015-09-11
maint: remove double semicolons in many files
Daniel P. Berrange
1
-1
/
+1
2015-09-01
qemu-ga: implement win32 guest-set-user-password
Marc-André Lureau
1
-2
/
+75
2015-09-01
qga: make split_list() return allocated strings
Marc-André Lureau
1
-2
/
+2
2015-07-07
qga: added GuestPCIAddress information
Michael Roth
1
-1
/
+96
2015-07-07
qga: added bus type and disk location path
Olga Krishtal
1
-1
/
+134
2015-07-07
qga: added mountpoint and filesystem type for single volume
Olga Krishtal
1
-1
/
+53
2015-07-07
qga: added empty qmp_quest_get_fsinfo functionality.
Olga Krishtal
1
-3
/
+24
2015-07-07
qga: win32 qmp_guest_network_get_interfaces implementation
Kirk Allan
1
-3
/
+216
2015-07-07
qga/qmp_guest_fstrim: Return per path fstrim result
Justin Ossevoort
1
-1
/
+3
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-33
/
+33
2015-06-17
qemu-ga: debug printouts to help troubleshoot installation
Yossi Hindin
1
-0
/
+1
2015-02-17
qemu-ga-win: Fail loudly on bare 'set-time'
Michal Privoznik
1
-22
/
+22
2015-02-17
qga: add memory block command that unsupported
zhanghailiang
1
-0
/
+2
2015-02-17
qga: introduce three guest memory block commmands with stubs
zhanghailiang
1
-0
/
+19
2015-02-16
qga: implement file commands for Windows guest
Olga Krishtal
1
-21
/
+250
2015-02-16
qga: add guest-set-user-password command
Daniel P. Berrange
1
-0
/
+9
2014-08-07
qga: Disable unsupported commands by default
Tomoki Sekiyama
1
-1
/
+31
2014-08-07
qga: Add guest-get-fsinfo command
Tomoki Sekiyama
1
-0
/
+6
2014-08-07
qga: Add guest-fsfreeze-freeze-list command
Tomoki Sekiyama
1
-0
/
+9
2014-06-03
qga: Fix handle fd leak in acquire_privilege()
Gonglei
1
-2
/
+4
2014-05-09
qga: Drop superfluous error_is_set()
Markus Armbruster
1
-10
/
+0
2014-05-09
qga: Clean up fragile use of error_is_set()
Markus Armbruster
1
-14
/
+24
2014-05-09
qga: Consistently name Error ** objects errp, and not err
Markus Armbruster
1
-51
/
+54
2014-02-23
qga: Don't require 'time' argument in guest-set-time command
Michal Privoznik
1
-11
/
+23
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
1
-1
/
+1
2013-11-25
qga: Fix two format strings for MinGW
Stefan Weil
1
-2
/
+2
2013-09-09
qemu-ga: Call Windows VSS requester in fsfreeze command handler
Tomoki Sekiyama
1
-8
/
+74
2013-04-02
qga: add windows implementation for guest-set-time
Lei Li
1
-1
/
+28
2013-04-02
qga: add windows implementation for guest-get-time
Lei Li
1
-2
/
+25
2013-03-11
qga: introduce guest-get-vcpus / guest-set-vcpus with stubs
Laszlo Ersek
1
-0
/
+12
2013-03-11
qga: add guest-set-time command
Lei Li
1
-0
/
+5
2013-03-11
qga: add guest-get-time command
Lei Li
1
-0
/
+6
2012-12-19
qapi: move include files to include/qobject/
Paolo Bonzini
1
-1
/
+1
2012-10-05
cleanup useless return sentence
Amos Kong
1
-2
/
+0
2012-06-21
qemu-ga: add guest-fstrim command
Paolo Bonzini
1
-0
/
+11
[next]