summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* coroutine-sleep: disallow NULL QemuCoSleepState** argumentPaolo Bonzini2021-05-211-13/+5Star
* coroutine-sleep: use a stack-allocated timerPaolo Bonzini2021-05-211-5/+4Star
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-05-11' into st...Peter Maydell2021-05-211-7/+22
|\
| * sockets: update SOCKET_ADDRESS_TYPE_FD listen(2) backlogStefan Hajnoczi2021-05-111-7/+22
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-171-1/+1
|\ \
| * | cutils: fix memory leak in get_relocated_path()Stefano Garzarella2021-05-131-1/+1
* | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell2021-05-141-6/+2Star
|\ \ \
| * | | util/compatfd.c: Replaced a malloc call with g_malloc.Mahmoud Mandour2021-05-141-6/+2Star
| |/ /
* | | numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-8/+8
* | | util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand2021-05-131-21/+8Star
|/ /
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-05-122-62/+2Star
|\ \
| * | qemu-option: support accept-any QemuOptsList in qemu_opts_absorb_qdictPaolo Bonzini2021-05-121-1/+2
| * | main-loop: remove dead codePaolo Bonzini2021-05-111-61/+0Star
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210510-pull-request' ...Peter Maydell2021-05-121-0/+7
|\ \ | |/ |/|
| * virtio-gpu: add virtio-vga-glGerd Hoffmann2021-05-101-0/+2
| * virtio-gpu: add virtio-gpu-gl-pciGerd Hoffmann2021-05-101-0/+2
| * virtio-gpu: move virtio-gpu-gl-device to separate moduleGerd Hoffmann2021-05-101-1/+3
| * virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann2021-05-101-0/+1
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-05-061-1/+1
|\ \ | |/ |/|
| * oslib-win32: do not rely on macro to get redefined function namePaolo Bonzini2021-05-041-1/+1
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
|/
* util: add transactions.cVladimir Sementsov-Ogievskiy2021-04-302-0/+97
* spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza2021-04-121-13/+0Star
* 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