1828 Commits (c98873ee4a0c2694aac976ab9affcf55da8b7e61)

Author SHA1 Message Date
Philippe Mathieu-Daudé 995d8348eb util/fifo8: Introduce fifo8_peek_buf() 2 years ago
Philippe Mathieu-Daudé cd04033dbe util/fifo8: Allow fifo8_pop_buf() to not populate popped length 2 years ago
Stefan Hajnoczi a4a411fbaf Replace "iothread lock" with "BQL" in comments 2 years ago
Stefan Hajnoczi 195801d700 system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 2 years ago
Philippe Mathieu-Daudé 897a06c6d7 iothread: Remove unused Error** argument in aio_context_set_aio_params 2 years ago
Philippe Mathieu-Daudé b622ee98bf util/oslib: Have qemu_prealloc_mem() handler return a boolean 2 years ago
Paolo Bonzini d0cda6f461 configure, meson: rename targetos to host_os 2 years ago
Paolo Bonzini dc4954943d meson: remove CONFIG_POSIX and CONFIG_WIN32 from config_targetos 3 years ago
Paolo Bonzini 53e8868d69 meson: remove OS definitions from config_targetos 3 years ago
Richard Henderson 59c2ddedcb util/fifo8: Constify VMState 2 years ago
Stefan Hajnoczi 9f8d2fdcce aio: remove aio_context_acquire()/aio_context_release() API 2 years ago
Stefan Hajnoczi b49f4755c7 block: remove AioContext locking 2 years ago
Stefan Hajnoczi b5f4fda4fb aio: make aio_context_acquire()/aio_context_release() a no-op 2 years ago
Yi Liu d6b5c4c1b5 util/char_dev: Add open_cdev() 2 years ago
Kevin Wolf 411132c979 export/vhost-user-blk: Fix consecutive drains 2 years ago
Michael Tokarev f779357882 util/range.c: spelling fix: inbetween 2 years ago
Michael Tokarev f0dbe427ec util/filemonitor-inotify.c: spelling fix: kenel 2 years ago
Richard Henderson 0885f1221e util: Add cpuinfo for loongarch64 3 years ago
Vladimir Sementsov-Ogievskiy 2e12dd405c util/filemonitor-inotify: qemu_file_monitor_watch(): assert no overflow 2 years ago
Cédric Le Goater 721da0396c util/uuid: Add UUID_STR_LEN definition 2 years ago
Eric Auger b439595a08 range: Introduce range_inverse_array() 2 years ago
Eric Auger c310484736 util/reserved-region: Add new ReservedRegion helpers 2 years ago
Eric Auger 43f04cbeff range: Make range_compare() public 2 years ago
Stefan Hajnoczi 84d61e5f36 virtio: use defer_call() in virtio_irqfd_notify() 3 years ago
Stefan Hajnoczi 433fcea40c util/defer-call: move defer_call() to util/ 3 years ago
Akihiko Odaki 401766e043 cutils: Fix get_relocated_path on Windows 3 years ago
Akihiko Odaki dfd3bb0a99 cutils: Fix get_relocated_path on Windows 3 years ago
Paolo Bonzini 655e2a778d meson, cutils: allow non-relocatable installs 3 years ago
Paolo Bonzini 230f6e06b8 meson: do not use set10 3 years ago
Paolo Bonzini a492e287e5 cutils: squelch compiler warnings with custom paths 3 years ago
Fiona Ebner f05142d511 util/log: re-allow switching away from stderr log file 3 years ago
Philippe Mathieu-Daudé ca84e7b225 util/guest-random: Clean up global variable shadowing 3 years ago
Philippe Mathieu-Daudé 5bebe03f51 util/cutils: Clean up global variable shadowing in get_relocated_path() 3 years ago
Albert Esteve a6ceee591a util/uuid: add a hash function 3 years ago
Daniel P. Berrangé 9afa888ce0 osdep: set _FORTIFY_SOURCE=2 when optimization is enabled 3 years ago
Marc-André Lureau 75b773d84c win32: avoid discarding the exception handler 3 years ago
Philippe Mathieu-Daudé fbf58f2141 util/vhost-user-server: Clean up local variable shadowing 3 years ago
Stefan Hajnoczi 652b0dd808 block: remove AIOCBInfo->get_aio_context() 3 years ago
Richard Henderson 095859e5d9 util/cpuinfo-aarch64: Add CPUINFO_BTI 3 years ago
Richard Henderson 055c99015a host/include/aarch64: Implement clmul.h 3 years ago
Richard Henderson d6493dbb46 host/include/i386: Implement clmul.h 3 years ago
Akihiko Odaki a1eaa6281f util: Delete checks for old host definitions 3 years ago
Philippe Mathieu-Daudé 522a9b94e0 util/iov: Avoid dynamic stack allocation 3 years ago
Stefan Hajnoczi 06e0f098d6 io: follow coroutine AioContext in qio_channel_yield() 3 years ago
Michael Tokarev bb5c77c4f8 util/async-teardown.c: move to softmmu/, only build it when system build is requested 3 years ago
Richard Henderson 79be812bdb util/selfmap: Use dev_t and ino_t in MapInfo 3 years ago
Michael Tokarev d02d06f8f1 util: spelling fixes 3 years ago
Stefan Hajnoczi 87ec6f55af aio-posix: zero out io_uring sqe user_data 3 years ago
zhenwei pi 7017313882 throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code 3 years ago
zhenwei pi e76f201f69 throttle: use enum ThrottleDirection instead of bool is_write 3 years ago