summaryrefslogtreecommitdiffstats
path: root/qga/commands-win32.c
Commit message (Expand)AuthorAgeFilesLines
* qga: check utf8-to-utf16 conversionMarc-André Lureau2019-11-291-3/+16
* qga: fix off-by-one length checkMarc-André Lureau2019-11-291-1/+1
* qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau2019-11-291-2/+4
* qga: use size_t for wcslen() return valueMarc-André Lureau2019-11-291-1/+2
* qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau2019-11-291-3/+3
* qga: implement the guest-get-vcpus for windowsGal Hammer2019-11-291-2/+66
* qga: Support enum names in guest-file-seekEric Blake2019-11-291-13/+6
* qga: Clean up includesPeter Maydell2019-11-291-2/+1
* qga: convert to use error checked base64 decodeDaniel P. Berrange2019-11-291-2/+9
* qga: Better mapping of SEEK_* in guest-file-seekEric Blake2015-11-251-1/+19
* qga: fix append file open modes for win32Kirk Allan2015-11-111-14/+15
* qga: set file descriptor in qmp_guest_file_open non-blocking on Win32Olga Krishtal2015-11-041-0/+27
* qga: fixed CloseHandle in qmp_guest_file_openOlga Krishtal2015-11-041-1/+1
* qga: drop guest_file_init helper and replace it with static initializersDenis V. Lunev2015-10-191-7/+3
* qga: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-191-5/+5
* maint: remove double semicolons in many filesDaniel P. Berrange2015-09-111-1/+1
* qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau2015-09-011-2/+75
* qga: make split_list() return allocated stringsMarc-André Lureau2015-09-011-2/+2
* qga: added GuestPCIAddress informationMichael Roth2015-07-071-1/+96
* qga: added bus type and disk location pathOlga Krishtal2015-07-071-1/+134
* qga: added mountpoint and filesystem type for single volumeOlga Krishtal2015-07-071-1/+53
* qga: added empty qmp_quest_get_fsinfo functionality.Olga Krishtal2015-07-071-3/+24
* qga: win32 qmp_guest_network_get_interfaces implementationKirk Allan2015-07-071-3/+216
* qga/qmp_guest_fstrim: Return per path fstrim resultJustin Ossevoort2015-07-071-1/+3
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-33/+33
* qemu-ga: debug printouts to help troubleshoot installationYossi Hindin2015-06-171-0/+1
* qemu-ga-win: Fail loudly on bare 'set-time'Michal Privoznik2015-02-171-22/+22
* qga: add memory block command that unsupportedzhanghailiang2015-02-171-0/+2
* qga: introduce three guest memory block commmands with stubszhanghailiang2015-02-171-0/+19
* qga: implement file commands for Windows guestOlga Krishtal2015-02-161-21/+250
* qga: add guest-set-user-password commandDaniel P. Berrange2015-02-161-0/+9
* qga: Disable unsupported commands by defaultTomoki Sekiyama2014-08-071-1/+31
* qga: Add guest-get-fsinfo commandTomoki Sekiyama2014-08-071-0/+6
* qga: Add guest-fsfreeze-freeze-list commandTomoki Sekiyama2014-08-071-0/+9
* qga: Fix handle fd leak in acquire_privilege()Gonglei2014-06-031-2/+4
* qga: Drop superfluous error_is_set()Markus Armbruster2014-05-091-10/+0
* qga: Clean up fragile use of error_is_set()Markus Armbruster2014-05-091-14/+24
* qga: Consistently name Error ** objects errp, and not errMarkus Armbruster2014-05-091-51/+54
* qga: Don't require 'time' argument in guest-set-time commandMichal Privoznik2014-02-231-11/+23
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-1/+1
* qga: Fix two format strings for MinGWStefan Weil2013-11-251-2/+2
* qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama2013-09-091-8/+74
* qga: add windows implementation for guest-set-timeLei Li2013-04-021-1/+28
* qga: add windows implementation for guest-get-timeLei Li2013-04-021-2/+25
* qga: introduce guest-get-vcpus / guest-set-vcpus with stubsLaszlo Ersek2013-03-111-0/+12
* qga: add guest-set-time commandLei Li2013-03-111-0/+5
* qga: add guest-get-time commandLei Li2013-03-111-0/+6
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* cleanup useless return sentenceAmos Kong2012-10-051-2/+0
* qemu-ga: add guest-fstrim commandPaolo Bonzini2012-06-211-0/+11
OpenPOWER on IntegriCloud