summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-...Peter Maydell2021-04-021-3/+3
|\
| * util/compatfd.c: Fixed style issuesMahmoud Mandour2021-04-011-3/+3
* | Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in...Peter Maydell2021-04-013-10/+3Star
|\ \
| * | yank: Always link full yank codeLukas Straub2021-04-011-1/+1
| * | yank: Remove dependency on qiochannelLukas Straub2021-04-011-8/+0Star
| * | util: fix use-after-free in module_load_oneMarc-André Lureau2021-04-011-1/+2
| |/
* | coroutine-lock: Reimplement CoRwlock to fix downgrade bugPaolo Bonzini2021-03-311-52/+96
* | coroutine-lock: Store the coroutine in the CoWaitRecord only onceDavid Edmondson2021-03-311-1/+0Star
|/
* s390x: modularize virtio-gpu-ccwGerd Hoffmann2021-03-261-0/+1
* utils: Work around mingw strto*l bug with 0xEric Blake2021-03-241-8/+21
* utils: Tighter tests for qemu_strtoszEric Blake2021-03-241-1/+3
* utils: Use fixed-point arithmetic in qemu_strtoszRichard Henderson2021-03-151-15/+35
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...Peter Maydell2021-03-121-0/+13
|\
| * qemu_timer.c: add timer_deadline_ms() helperDaniel Henrique Barboza2021-03-091-0/+13
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-0/+1
|\ \
| * | net: Use id_generate() in the network subsystem, tooThomas Huth2021-03-091-0/+1
| |/
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...Peter Maydell2021-03-111-21/+77
|\ \
| * | utils: Deprecate hex-with-suffix sizesEric Blake2021-03-081-1/+9
| * | utils: Improve qemu_strtosz() to have 64 bits of precisionEric Blake2021-03-081-21/+69
| |/
* / qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-092-2/+0Star
|/
* qemu-option: do not suggest using the delay optionPaolo Bonzini2021-03-061-1/+5
* qemu-config: add error propagation to qemu_config_parsePaolo Bonzini2021-03-061-11/+12
* event_notifier: Set ->initialized earlier in event_notifier_init()Greg Kurz2021-02-161-1/+1
* util/cutils: Skip "." when looking for next directory componentStefan Weil2021-02-161-1/+2
* memory: alloc RAM from file at offsetJagannathan Raman2021-02-092-4/+6
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-091-0/+16
|\
| * event_notifier: handle initialization failure betterMaxim Levitsky2021-02-081-0/+16
* | migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev2021-02-083-0/+355
|/
* utils/fifo8: change fatal errors from abort() to assert()Mark Cave-Ayland2021-02-071-12/+4Star
* util/iov: make qemu_iovec_init_extended() honestVladimir Sementsov-Ogievskiy2021-02-031-2/+23
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-02-032-5/+7
|\
| * memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi2021-02-012-5/+7
* | error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi2021-02-011-2/+2
|/
* coroutine-sigaltstack: Add SIGUSR2 mutexMax Reitz2021-01-261-0/+9
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sdmmc-20210124' into...Peter Maydell2021-01-252-0/+128
|\
| * util: Add CRC16 (CCITT) calculation routinesBin Meng2021-01-242-0/+128
* | qemu-option: warn for short-form boolean optionsPaolo Bonzini2021-01-231-11/+18
* | qemu-option: move help handling to get_opt_name_valuePaolo Bonzini2021-01-231-15/+23
* | qemu-option: clean up id vs. list->merge_listsPaolo Bonzini2021-01-231-13/+14
* | util/cacheflush: Fix error generated by clangGan Qixin2021-01-211-4/+4
|/
* semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard2021-01-181-0/+4
* Introduce yank featureLukas Straub2021-01-132-0/+208
* util/oslib-win32: Fix _aligned_malloc() arguments orderPhilippe Mathieu-Daudé2021-01-111-1/+1
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* util: Specialize flush_idcache_range for aarch64Richard Henderson2021-01-071-0/+69
* util: Enhance flush_icache_range with separate data pointerRichard Henderson2021-01-072-19/+27
* util/oslib: Assert qemu_try_memalign() alignment is a power of 2Philippe Mathieu-Daudé2021-01-072-0/+3
* util/oslib-win32: Use _aligned_malloc for qemu_try_memalignRichard Henderson2021-01-071-7/+4Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-065-2/+94
|\
| * win32: drop fd registration to the main-loop on setting non-blockMarc-André Lureau2021-01-061-1/+0Star