summaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* util/vhost-user-server: use static library in meson.buildStefan Hajnoczi2020-10-231-1/+3
* util/vhost-user-server: move header to include/Stefan Hajnoczi2020-10-232-66/+1Star
* block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi2020-10-231-1/+9
* util/vhost-user-server: rework vu_client_trip() coroutine lifecycleStefan Hajnoczi2020-10-232-120/+152
* util/vhost-user-server: check EOF when reading payloadStefan Hajnoczi2020-10-231-2/+4
* util/vhost-user-server: fix memory leak in vu_message_read()Stefan Hajnoczi2020-10-231-27/+23Star
* util/vhost-user-server: drop unused DevicePanicNotifierStefan Hajnoczi2020-10-232-9/+0Star
* util/vhost-user-server: drop unnecessary watch deletionStefan Hajnoczi2020-10-231-15/+4Star
* util/vhost-user-server: drop unnecessary QOM castStefan Hajnoczi2020-10-231-1/+1
* util/vhost-user-server: s/fileds/fields/ typo fixStefan Hajnoczi2020-10-231-1/+1
* block: move logical block size check function to a common utility functionCoiby Xu2020-10-233-0/+66
* util/vhost-user-server: generic vhost user serverCoiby Xu2020-10-233-0/+494
* opengl: build opengl helper code modularGerd Hoffmann2020-10-211-0/+7
* modules: add spice dependenciesGerd Hoffmann2020-10-211-0/+5
* modules: dependencies infrastructureGerd Hoffmann2020-10-211-5/+27
* util/cutils: Introduce freq_to_str() to display Hertz unitsPhilippe Mathieu-Daudé2020-10-161-0/+14
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2020-10-161-27/+76
|\
| * keyval: Parse help optionsKevin Wolf2020-10-151-12/+51
| * keyval: Fix parsing of ',' in value of implied keyMarkus Armbruster2020-10-151-11/+17
| * keyval: Fix and clarify grammarMarkus Armbruster2020-10-151-6/+10
* | chardev/spice: build spice chardevs as moduleGerd Hoffmann2020-10-151-0/+2
* | modules: update qom object module commentGerd Hoffmann2020-10-151-1/+3
* | module: silence errors for module_load_qom_all().Gerd Hoffmann2020-10-151-10/+10
|/
* win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo2020-10-141-2/+2
* util/async: Add aio_co_reschedule_self()Kevin Wolf2020-10-091-0/+30
* qmp: Move dispatcher to a coroutineKevin Wolf2020-10-091-1/+7
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-093-4/+6
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-062-12/+14
|\
| * cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2020-10-051-7/+1Star
| * icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-052-3/+3
| * cpu-timers, icount: new modulesClaudio Fontana2020-10-052-7/+15
* | util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regionsEric Auger2020-10-051-4/+53
* | util/vfio-helpers: Collect IOVA reserved regionsEric Auger2020-10-051-2/+70
* | util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé2020-10-051-2/+2
|/
* module: relocate path to modulesPaolo Bonzini2020-09-301-1/+2
* oslib-posix: relocate path to /varPaolo Bonzini2020-09-301-2/+4
* cutils: introduce get_relocated_pathPaolo Bonzini2020-09-301-0/+61
* oslib-posix: default exec_dir to bindirPaolo Bonzini2020-09-302-16/+11Star
* oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini2020-09-303-13/+14
* util/hexdump: introduce qemu_hexdump_line()Laurent Vivier2020-09-291-20/+34
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-2322-197/+201
* fdmon-poll: reset npfd when upgrading to fdmon-epollStefan Hajnoczi2020-09-231-0/+1
* util/iov: add iov_discard_undo()Stefan Hajnoczi2020-09-231-4/+46
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-226-6/+6
|\
| * util/: fix some comment spelling errorszhaolichang2020-09-176-6/+6
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell2020-09-172-2/+65
|\ \
| * | tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a...Yonggang Luo2020-09-161-2/+10
| * | rcu: Implement drain_call_rcuMaxim Levitsky2020-09-161-0/+55
| |/
* | util: give a specific error message when O_DIRECT doesn't workDaniel P. Berrangé2020-09-161-1/+14
* | util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé2020-09-161-0/+16