summary refs log tree commit diff stats
path: root/util/guest-random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/guest-random: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-10-061-3/+3
* cutils: Adjust signature of parse_uint[_full]Eric Blake2023-06-021-2/+2
* replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé2023-02-271-1/+1
* util/guest-random: Fix size arg to tail memcpyMark Nelson2021-07-091-1/+1
* replay: record and replay random number sourcesPavel Dovgalyuk2020-01-071-2/+11
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* util: Adjust qemu_guest_getrandom_nofail for CoverityRichard Henderson2019-06-061-1/+1
* util: Add qemu_guest_getrandom and associated routinesRichard Henderson2019-05-221-0/+93