summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2015-11-16oslib-win32: use localtime_r/gmtime_r that is provided by MinGWSeokYeon Hwang1-0/+4
2015-11-10Merge tag 'v2.4.1' into tizen_3.0_developSeokYeon Hwang1-0/+8
2015-10-23osutil: get_java_path() move to osutil-win32.cSeokYeon Hwang1-109/+0
2015-10-23error: use new qt5 dialog instead of legacy java dialogSeokYeon Hwang2-63/+8
2015-10-21util/qemu-config: fix missing machine command line optionsTony Krowiak1-0/+8
2015-09-09Merge branch 'tizen_3.0_qemu_2.4' into tizen_3.0_developSeokYeon Hwang2-12/+15
2015-09-02emulator: Fixed a bug Java path not found on Windows 64jinhyung.jo1-11/+9
2015-08-31error: fix a bug about argument pointer variables.Jihye Won1-1/+6
2015-08-24Merge tag 'v2.4.0' into tizen_3.0_qemu_2.4SeokYeon Hwang22-2072/+1146
2015-08-04emulator: introduced new error report architectureSeokYeon Hwang1-0/+23
2015-07-30emulator: Modified code about java path in WOW64jinhyung.jo1-35/+74
2015-07-24rcu: actually register threads that have RCU read-side critical sectionsPaolo Bonzini1-0/+2
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-2/+2
2015-07-07crypto: move built-in AES implementation into crypto/Daniel P. Berrange2-1653/+1
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-7/+7
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-2/+2
2015-06-26cutils: allow compilation with iccArtyom Tarasenko1-7/+7
2015-06-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-1/+26
2015-06-23util/qemu-sockets: improve ai_flag hints for ipv6 hostsWolfgang Bumiller1-3/+6
2015-06-23iov: don't touch iov in iov_send_recv()Wen Congyang1-1/+13
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang1-0/+13
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster2-0/+2
2015-06-22qmp: Wean off qerror_report()Markus Armbruster1-2/+2
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-10/+12
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-6/+19
2015-06-22qobject: Use 'bool' for qboolEric Blake1-1/+1
2015-06-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-33/+48
2015-06-12throttle: Update throttle infrastructure copyrightAlberto Garcia1-3/+5
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet1-30/+43
2015-06-12event-notifier: Always return 0 for posix implementationFam Zheng1-1/+2
2015-06-12Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handlerFam Zheng1-5/+3
2015-06-10QemuOpts: increase number of vm_config_groupsGerd Hoffmann1-1/+1
2015-06-09QemuOpts: Convert qemu_opt_foreach() to ErrorMarkus Armbruster2-5/+9
2015-06-09QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failureMarkus Armbruster2-7/+12
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2-5/+7
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster2-8/+15
2015-06-05bitmap: add atomic test and clearStefan Hajnoczi1-0/+45
2015-06-05bitmap: add atomic set functionsStefan Hajnoczi1-0/+38
2015-06-03util: socket: Add missing localaddr and localport option for DGRAM socketPeter Krempa1-0/+6
2015-05-22util: allow \n to terminate password inputDaniel P. Berrange1-1/+2
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange2-0/+90
2015-05-20qemu-sockets: Report explicit error if unlink failsCole Robinson1-1/+6
2015-04-30util: Remove unused functionsThomas Huth2-85/+0
2015-04-30qemu-config: remove stray inclusions of hw/ filesPaolo Bonzini1-2/+0
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow1-0/+48
2015-04-28hbitmap: add hbitmap_mergeJohn Snow1-0/+33
2015-04-28hbitmap: cache array lengthsJohn Snow1-0/+4
2015-04-27qemu-config: Accept empty option valuesEduardo Habkost1-1/+3
2015-04-02util/qemu-config: fix regression of qmp_query_command_line_optionsMarcel Apfelbaum1-0/+81