summaryrefslogtreecommitdiff
path: root/qga/commands-win32.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-25qga: check utf8-to-utf16 conversionMarc-André Lureau1-3/+16
2016-02-25qga: fix off-by-one length checkMarc-André Lureau1-1/+1
2016-02-25qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau1-2/+4
2016-02-25qga: use size_t for wcslen() return valueMarc-André Lureau1-1/+2
2016-02-25qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau1-3/+3
2016-02-25qga: implement the guest-get-vcpus for windowsGal Hammer1-2/+66
2016-02-25qga: Support enum names in guest-file-seekEric Blake1-13/+6
2016-02-04qga: Clean up includesPeter Maydell1-2/+1
2015-12-18qga: convert to use error checked base64 decodeDaniel P. Berrange1-2/+9
2015-11-25qga: Better mapping of SEEK_* in guest-file-seekEric Blake1-1/+19
2015-11-11qga: fix append file open modes for win32Kirk Allan1-14/+15
2015-11-04qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal1-0/+27
2015-11-04qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal1-1/+1
2015-10-19qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev1-7/+3
2015-10-19qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-5/+5
2015-09-11maint: remove double semicolons in many filesDaniel P. Berrange1-1/+1
2015-09-01qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau1-2/+75
2015-09-01qga: make split_list() return allocated stringsMarc-André Lureau1-2/+2
2015-07-07qga: added GuestPCIAddress informationMichael Roth1-1/+96
2015-07-07qga: added bus type and disk location pathOlga Krishtal1-1/+134
2015-07-07qga: added mountpoint and filesystem type for single volumeOlga Krishtal1-1/+53
2015-07-07qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal1-3/+24
2015-07-07qga: win32 qmp_guest_network_get_interfaces implementationKirk Allan1-3/+216
2015-07-07qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort1-1/+3
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-33/+33
2015-06-17qemu-ga: debug printouts to help troubleshoot installationYossi Hindin1-0/+1
2015-02-17qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik1-22/+22
2015-02-17qga: add memory block command that unsupportedzhanghailiang1-0/+2
2015-02-17qga: introduce three guest memory block commmands with stubszhanghailiang1-0/+19
2015-02-16qga: implement file commands for Windows guestOlga Krishtal1-21/+250
2015-02-16qga: add guest-set-user-password commandDaniel P. Berrange1-0/+9
2014-08-07qga: Disable unsupported commands by defaultTomoki Sekiyama1-1/+31
2014-08-07qga: Add guest-get-fsinfo commandTomoki Sekiyama1-0/+6
2014-08-07qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama1-0/+9
2014-06-03qga: Fix handle fd leak in acquire_privilege()Gonglei1-2/+4
2014-05-09qga: Drop superfluous error_is_set()Markus Armbruster1-10/+0
2014-05-09qga: Clean up fragile use of error_is_set()Markus Armbruster1-14/+24
2014-05-09qga: Consistently name Error ** objects errp, and not errMarkus Armbruster1-51/+54
2014-02-23qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik1-11/+23
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster1-1/+1
2013-11-25qga: Fix two format strings for MinGWStefan Weil1-2/+2
2013-09-09qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama1-8/+74
2013-04-02qga: add windows implementation for guest-set-timeLei Li1-1/+28
2013-04-02qga: add windows implementation for guest-get-timeLei Li1-2/+25
2013-03-11qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek1-0/+12
2013-03-11qga: add guest-set-time commandLei Li1-0/+5
2013-03-11qga: add guest-get-time commandLei Li1-0/+6
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-10-05cleanup useless return sentenceAmos Kong1-2/+0
2012-06-21qemu-ga: add guest-fstrim commandPaolo Bonzini1-0/+11