Paolo Bonzini 87b8bde55d Revert "host/i386: assume presence of SSE2" 1 year ago
..
aio-posix.c 897a06c6d7 iothread: Remove unused Error** argument in aio_context_set_aio_params 1 year ago
aio-posix.h 60f782b6b7 aio: remove aio_disable_external() API 2 years ago
aio-wait.c 3edf660a91 aio-wait: avoid AioContext lock in aio_wait_bh_oneshot() 2 years ago
aio-win32.c 897a06c6d7 iothread: Remove unused Error** argument in aio_context_set_aio_params 1 year ago
aiocb.c c2b38b277a block: move AioContext, QEMUTimer, main-loop to libqemuutil 8 years ago
async.c 72c603f82f util/async: Only call icount_notify_exit() if icount is enabled 1 year ago
atomic64.c 5df022cf2e osdep: Move memalign-related functions to their own header 3 years ago
base64.c 61f3c91a67 nomaintainer: Fix Lesser GPL version number 4 years ago
bitmap.c cedb70eafb migration: Use non-atomic ops for clear log bitmap 2 years ago
bitops.c 48805df9c2 replace TABs with spaces 2 years ago
block-helpers.c 5937835ac4 block: move logical block size check function to a common utility function 4 years ago
block-helpers.h 5937835ac4 block: move logical block size check function to a common utility function 4 years ago
buffer.c 61f3c91a67 nomaintainer: Fix Lesser GPL version number 4 years ago
bufferiszero.c 2d32a5d2a0 util/bufferiszero: Split out host include files 1 year ago
cacheflush.c bb6af0fa51 util/cacheflush: Avoid possible redundant dcache flush on Darwin 2 years ago
chardev_open.c d6b5c4c1b5 util/char_dev: Add open_cdev() 1 year ago
compatfd.c 81badab381 util: replace pipe()+cloexec with g_unix_open_pipe() 3 years ago
coroutine-sigaltstack.c 9afa888ce0 osdep: set _FORTIFY_SOURCE=2 when optimization is enabled 1 year ago
coroutine-ucontext.c d9945ccda0 coroutine-ucontext: Save fake stack for pooled coroutine 1 year ago
coroutine-windows.c 6739825aa6 build: move coroutine backend selection to meson 2 years ago
cpuinfo-aarch64.c d7754940d7 Merge tag 'pull-tcg-20230915-2' of https://gitlab.com/rth7680/qemu into staging 1 year ago
cpuinfo-i386.c 87b8bde55d Revert "host/i386: assume presence of SSE2" 1 year ago
cpuinfo-loongarch.c 9d779187b8 util/loongarch64: Detect LASX vector support 1 year ago
cpuinfo-ppc.c 1d513e06d9 util: fix build with musl libc on ppc64le 1 year ago
crc-ccitt.c 0b73ce3060 util: Add CRC16 (CCITT) calculation routines 4 years ago
crc32c.c 907209e311 igb: Implement Rx SCTP CSO 2 years ago
cutils.c dfd3bb0a99 cutils: Fix get_relocated_path on Windows 1 year ago
dbus.c a5021d6991 util: add dbus helper unit 5 years ago
defer-call.c 433fcea40c util/defer-call: move defer_call() to util/ 1 year ago
drm.c 0b823cb07e util/drm: make portable by avoiding struct dirent d_type 5 years ago
envlist.c 48805df9c2 replace TABs with spaces 2 years ago
error-report.c 82fe5d08fd Remove glib compatibility code that is not required anymore 1 year ago
error.c cc40b8b844 util/error: Fix use-after-free errors reported by Coverity 2 years ago
event_notifier-posix.c a7241974ce Replace qemu_pipe() with g_unix_open_pipe() 3 years ago
event_notifier-win32.c 0f9668e0c1 Remove qemu-common.h include from most units 3 years ago
fdmon-epoll.c 60f782b6b7 aio: remove aio_disable_external() API 2 years ago
fdmon-io_uring.c 592d0bc030 remove unnecessary casts from uintptr_t 1 year ago
fdmon-poll.c 60f782b6b7 aio: remove aio_disable_external() API 2 years ago
fifo8.c 995d8348eb util/fifo8: Introduce fifo8_peek_buf() 1 year ago
filemonitor-inotify.c f0dbe427ec util/filemonitor-inotify.c: spelling fix: kenel 1 year ago
filemonitor-stub.c 61f3c91a67 nomaintainer: Fix Lesser GPL version number 4 years ago
getauxval.c ae2b72072b util/getauxval: Porting to FreeBSD getauxval feature 5 years ago
guest-random.c ca84e7b225 util/guest-random: Clean up global variable shadowing 1 year ago
hbitmap.c a4d5224c2c hbitmap: fix hbitmap_status() return value for first dirty bit case 2 years ago
hexdump.c 10e4927bc4 util/hexdump: Inline g_string_append_printf "%02x" 1 year ago
host-utils.c 62c9947fb7 host-utils: Implemented signed 256-by-128 division 3 years ago
id.c 27eb3722e4 net: Use id_generate() in the network subsystem, too 4 years ago
int128.c b959822c94 include/qemu/int128: Use Int128 structure for TCI 2 years ago
interval-tree.c 47d1e98231 util/interval-tree: Check root for null in interval_tree_iter_first 2 years ago
iov.c 522a9b94e0 util/iov: Avoid dynamic stack allocation 1 year ago
iova-tree.c 69292a8e40 util: accept iova_tree_remove_parameter by value 3 years ago
keyval.c 9ca9c893b6 include: add qemu/keyval.h 3 years ago
lockcnt.c d73415a315 qemu/atomic.h: rename atomic_ to qatomic_ 4 years ago
log.c b384c734ec plugins: Replace pr_ops with a proper debug dump flag 1 year ago
main-loop.c 195801d700 system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 1 year ago
memalign.c 5df022cf2e osdep: Move memalign-related functions to their own header 3 years ago
memfd.c 9bdfa4d23f linux-user: add memfd_create 6 years ago
meson.build da79537e0c util/uri: Remove the old URI parsing code 1 year ago
mmap-alloc.c fa45f8dab9 util/mmap-alloc: qemu_fd_getfs() 2 years ago
module.c c551fb0b53 module: add Error arguments to module_load and module_load_qom 2 years ago
notify.c be19d836cd notify: pass error to notifier with return 1 year ago
nvdimm-utils.c 4bd802b209 Clean up includes 4 years ago
osdep.c b43b61d5be migration: Add direct-io parameter 1 year ago
oslib-posix.c 44a90c0875 oslib-posix: fix memory leak in touch_all_pages 1 year ago
oslib-win32.c 04accf43df oslib-posix: initialize backend memory objects in parallel 1 year ago
path.c f3a8bdc1d5 util/path: Do not cache all filenames at startup 6 years ago
qdist.c d02d06f8f1 util: spelling fixes 2 years ago
qemu-co-shared-resource.c 55fa54a789 co-shared-resource: protect with a mutex 4 years ago
qemu-co-timeout.c e1878eb5f0 util: add qemu-co-timeout 3 years ago
qemu-config.c 3df4c28860 util/qemu-config: Extract QMP commands to qemu-config-qmp.c 1 year ago
qemu-coroutine-io.c 60f782b6b7 aio: remove aio_disable_external() API 2 years ago
qemu-coroutine-lock.c 06831001ac atomics: eliminate mb_read/mb_set 2 years ago
qemu-coroutine-sleep.c 2379247810 coroutine: Clean up superfluous inclusion of qemu/coroutine.h 2 years ago
qemu-coroutine.c 9352f80cd9 coroutine: reserve 5,000 mappings 1 year ago
qemu-option.c c6f5d406e1 qapi: Inline and remove QERR_INVALID_PARAMETER definition 1 year ago
qemu-print.c 947e47448d monitor: Use getter/setter functions for cur_mon 4 years ago
qemu-progress.c 16a18f2681 include: move progress API to qemu-progress.h 3 years ago
qemu-sockets.c 4edb196e20 qapi: Improve documentation of file descriptor socket addresses 1 year ago
qemu-thread-common.h b7d89466dd Clean up includes 6 years ago
qemu-thread-posix.c 9586a1329f qemu-thread-posix: cleanup, fix, document QemuEvent 2 years ago
qemu-thread-win32.c 6c5df4b48f qemu-thread-win32: cleanup, fix, document QemuEvent 2 years ago
qemu-timer-common.c 4d834039c2 semihosting: Implement SYS_ELAPSED and SYS_TICKFREQ 4 years ago
qemu-timer.c ffbc394946 sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time 1 year ago
qht.c 68f7b2be53 util/qht: use striped locks under TSAN 2 years ago
qsp.c 195801d700 system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 1 year ago
qtree.c 1ff4a81bd3 tcg: use QTree instead of GTree 2 years ago
range.c f779357882 util/range.c: spelling fix: inbetween 1 year ago
rcu.c a4a411fbaf Replace "iothread lock" with "BQL" in comments 1 year ago
readline.c e1e55d346a util/readline: Add C-u shortcut 1 year ago
reserved-region.c c310484736 util/reserved-region: Add new ReservedRegion helpers 1 year ago
selfmap.c 79be812bdb util/selfmap: Use dev_t and ino_t in MapInfo 2 years ago
stats64.c 7757b55eed stat64: Add stat64_set() operation 2 years ago
sys_membarrier.c d69748463c sys_membarrier: fix up include directives 7 years ago
systemd.c 7ade2b186d systemd: Also clear LISTEN_FDNAMES during systemd socket activation 2 years ago
thread-context.c d1c81c3496 qapi: Use returned bool to check for failure (again) 2 years ago
thread-pool.c 84d61e5f36 virtio: use defer_call() in virtio_irqfd_notify() 1 year ago
throttle.c 7017313882 throttle: use THROTTLE_MAX/ARRAY_SIZE for hard code 2 years ago
timed-average.c cb8d4c8f54 Fix some typos found by codespell 9 years ago
trace-events 09b4c198b8 console/win32: allocate shareable display surface 2 years ago
trace.h 243af0225a trace: switch position of headers to what Meson requires 5 years ago
transactions.c 079bff693b transactions: Invoke clean() after everything else 3 years ago
unicode.c e59f39d403 json: Reject invalid UTF-8 sequences 7 years ago
userfaultfd.c 493bc2dbc1 misc: Clean up includes 1 year ago
uuid.c 721da0396c util/uuid: Add UUID_STR_LEN definition 1 year ago
vfio-helpers.c dbdea0dbfe util/vfio-helpers: Use g_file_read_link() 2 years ago
vhost-user-server.c b49f4755c7 block: remove AioContext locking 1 year ago
yank.c b0b1313eb2 qapi: Fix dangling references to docs/devel/qapi-code-gen.txt 1 year ago