aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2020-03-11Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell7-307/+824
2020-03-09aio-posix: remove idle poll handlers to improve scalabilityStefan Hajnoczi3-7/+90
2020-03-09aio-posix: support userspace polling of fd monitoringStefan Hajnoczi4-3/+16
2020-03-09aio-posix: add io_uring fd monitoring implementationStefan Hajnoczi4-5/+362
2020-03-09aio-posix: simplify FDMonOps->update() prototypeStefan Hajnoczi3-16/+16
2020-03-09aio-posix: extract ppoll(2) and epoll(7) fd monitoringStefan Hajnoczi5-274/+330
2020-03-09aio-posix: move RCU_READ_LOCK() into run_poll_handlers()Stefan Hajnoczi1-10/+10
2020-03-09aio-posix: completely stop polling when disabledStefan Hajnoczi1-7/+15
2020-03-09aio-posix: remove confusing QLIST_SAFE_REMOVE()Stefan Hajnoczi1-1/+1
2020-03-09util/osdep: Improve error report by calling error_setg_win32()Philippe Mathieu-Daudé1-2/+2
2020-02-25mem-prealloc: optimize large guest startupbauerchen1-8/+24
2020-02-22module: check module wasn't already initializedAlexander Bulekov1-0/+7
2020-02-22aio-posix: make AioHandler dispatch O(1) with epollStefan Hajnoczi1-32/+78
2020-02-22aio-posix: make AioHandler deletion O(1)Stefan Hajnoczi1-18/+35
2020-02-22aio-posix: don't pass ns timeout to epoll_wait()Stefan Hajnoczi1-0/+3
2020-02-22aio-posix: fix use after leaving scope in aio_poll()Stefan Hajnoczi1-12/+8
2020-02-22util/async: make bh_aio_poll() O(1)Stefan Hajnoczi1-99/+138
2020-02-22aio-posix: avoid reacquiring rcu_read_lock() when pollingStefan Hajnoczi1-0/+11
2020-02-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200221' into...Peter Maydell2-0/+30
2020-02-21mem: move nvdimm_device_list to utilitiesShivaprasad G Bhat2-0/+30
2020-02-20Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...Peter Maydell1-0/+2
2020-02-19linux-user: Use `qemu_log' for straceJosh Kunz1-0/+2
2020-02-18Report stringified errno in VFIO related errorsMichal Privoznik1-3/+3
2020-02-12Remove support for CLOCK_MONOTONIC not being definedPeter Maydell1-7/+4
2020-01-31Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-12/+16
2020-01-30qemu_set_log_filename: filename argument may be NULLSalvador Fandino1-12/+16
2020-01-30util/async: add aio interfaces for io_uringAarushi Mehta1-0/+36
2020-01-21util/cacheinfo: fix crash when compiling with uClibcCarlos Santos1-2/+8
2020-01-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-0/+1
2020-01-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+11
2020-01-08util/module: fix a memory leakPan Nengyuan1-0/+1
2020-01-07chardev: generate an internal id when none givenMarc-André Lureau1-0/+1
2020-01-07replay: record and replay random number sourcesPavel Dovgalyuk1-2/+11
2020-01-06Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...Peter Maydell2-0/+60
2020-01-06util: add dbus helper unitMarc-André Lureau2-0/+60
2020-01-02osdep: add qemu_unlink()Marc-André Lureau1-0/+15
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell1-24/+76
2019-12-20Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-3/+5
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-14/+11
2019-12-18Add use of RCU for qemu_logfile.Robert Foley1-21/+51
2019-12-18Add a mutex to guarantee single writer to qemu_logfile handle.Robert Foley1-0/+12
2019-12-18Cleaned up flow of code in qemu_set_log(), to simplify and clarify.Robert Foley1-6/+15
2019-12-18Fix double free issue in qemu_set_log_filename().Robert Foley1-0/+1
2019-12-18util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()Markus Armbruster1-3/+5
2019-12-18error: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy1-3/+3
2019-12-18error: Fix -msg timestamp defaultMarkus Armbruster1-2/+4
2019-12-17qsp: Use WITH_RCU_READ_LOCK_GUARDDr. David Alan Gilbert1-12/+10
2019-12-17stubs: replace stubs with lnot if applicablePaolo Bonzini1-2/+1
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska1-0/+38
2019-11-25util/cutils: Fix incorrect integer->float conversion caught by clangFangrui Song1-3/+5