| .. |
|
aio-posix.c
|
qmp: Move dispatcher to a coroutine
|
6 years ago |
|
aio-posix.h
|
aio-posix: remove idle poll handlers to improve scalability
|
6 years ago |
|
aio-wait.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
aio-win32.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
aiocb.c
|
block: move AioContext, QEMUTimer, main-loop to libqemuutil
|
9 years ago |
|
async.c
|
util/async: Add aio_co_reschedule_self()
|
6 years ago |
|
atomic64.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
base64.c
|
include/qemu/osdep.h: Don't include qapi/error.h
|
10 years ago |
|
bitmap.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
bitops.c
|
avoid TABs in files that only contain a few
|
7 years ago |
|
block-helpers.c
|
block: move logical block size check function to a common utility function
|
6 years ago |
|
block-helpers.h
|
block: move logical block size check function to a common utility function
|
6 years ago |
|
buffer.c
|
qemu-common: stop including qemu/host-utils.h from qemu-common.h
|
10 years ago |
|
bufferiszero.c
|
util/bufferiszero: improve avx2 accelerator
|
6 years ago |
|
cacheinfo.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
compatfd.c
|
util/compatfd.c: Only include <sys/syscall.h> if CONFIG_SIGNALFD
|
6 years ago |
|
coroutine-sigaltstack.c
|
coroutine: add check for SafeStack in sigaltstack
|
6 years ago |
|
coroutine-ucontext.c
|
Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch
|
6 years ago |
|
coroutine-win32.c
|
coroutine: add a macro for the coroutine stack size
|
10 years ago |
|
crc32c.c
|
Include qemu-common.h exactly where needed
|
7 years ago |
|
cutils.c
|
win32: boot broken when bind & data dir are the same
|
6 years ago |
|
dbus.c
|
util: add dbus helper unit
|
6 years ago |
|
drm.c
|
util/drm: make portable by avoiding struct dirent d_type
|
6 years ago |
|
envlist.c
|
Include qemu-common.h exactly where needed
|
7 years ago |
|
error.c
|
error: make Error **errp const where it is appropriate
|
6 years ago |
|
event_notifier-posix.c
|
event_notifier: avoid dandling file descriptor in event_notifier_cleanup
|
7 years ago |
|
event_notifier-win32.c
|
Revert "qemu: add a cleanup callback function to EventNotifier"
|
8 years ago |
|
fdmon-epoll.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
fdmon-io_uring.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
fdmon-poll.c
|
fdmon-poll: reset npfd when upgrading to fdmon-epoll
|
6 years ago |
|
fifo8.c
|
Include migration/vmstate.h less
|
7 years ago |
|
filemonitor-inotify.c
|
filemon: fix watch IDs to avoid potential wraparound issues
|
7 years ago |
|
filemonitor-stub.c
|
filemon: fix watch IDs to avoid potential wraparound issues
|
7 years ago |
|
getauxval.c
|
util/getauxval: Porting to FreeBSD getauxval feature
|
6 years ago |
|
guest-random.c
|
replay: record and replay random number sources
|
6 years ago |
|
hbitmap.c
|
block/dirty-bitmap: improve _next_dirty_area API
|
6 years ago |
|
hexdump.c
|
util/hexdump: introduce qemu_hexdump_line()
|
6 years ago |
|
host-utils.c
|
host-utils: Implement unsigned quadword left/right shift and unit tests
|
9 years ago |
|
id.c
|
chardev: generate an internal id when none given
|
6 years ago |
|
iov.c
|
util/iov: add iov_discard_undo()
|
6 years ago |
|
iova-tree.c
|
util: remove redundant include of glib.h and add osdep.h
|
8 years ago |
|
keyval.c
|
keyval: Parse help options
|
6 years ago |
|
lockcnt.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
log.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
main-loop.c
|
icount: rename functions to be consistent with the module name
|
6 years ago |
|
memfd.c
|
linux-user: add memfd_create
|
7 years ago |
|
meson.build
|
util/vhost-user-server: use static library in meson.build
|
6 years ago |
|
mmap-alloc.c
|
core: replace getpagesize() with qemu_real_host_page_size
|
7 years ago |
|
module.c
|
opengl: build opengl helper code modular
|
6 years ago |
|
notify.c
|
xen / notify: introduce a new XenWatchList abstraction
|
7 years ago |
|
nvdimm-utils.c
|
mem: move nvdimm_device_list to utilities
|
6 years ago |
|
osdep.c
|
Pull request trivial patches 20200919
|
6 years ago |
|
oslib-posix.c
|
oslib-posix: relocate path to /var
|
6 years ago |
|
oslib-win32.c
|
win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defined on msys2/mingw
|
6 years ago |
|
pagesize.c
|
util: move qemu_real_host_page_size/mask to osdep.h
|
9 years ago |
|
path.c
|
util/path: Do not cache all filenames at startup
|
7 years ago |
|
qdist.c
|
qdist: return "(empty)" instead of NULL when printing an empty dist
|
10 years ago |
|
qemu-co-shared-resource.c
|
util: introduce SharedResource
|
7 years ago |
|
qemu-config.c
|
error: Eliminate error_propagate() with Coccinelle, part 1
|
6 years ago |
|
qemu-coroutine-io.c
|
yield_until_fd_readable: make it work with any AioContect
|
7 years ago |
|
qemu-coroutine-lock.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
qemu-coroutine-sleep.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
qemu-coroutine.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
qemu-error.c
|
monitor: Use getter/setter functions for cur_mon
|
6 years ago |
|
qemu-openpty.c
|
util/qemu-openpty.c: Don't assume pty.h is glibc-only
|
6 years ago |
|
qemu-option.c
|
error: Eliminate error_propagate() with Coccinelle, part 1
|
6 years ago |
|
qemu-print.c
|
monitor: Use getter/setter functions for cur_mon
|
6 years ago |
|
qemu-progress.c
|
util/: fix some comment spelling errors
|
6 years ago |
|
qemu-sockets.c
|
monitor: Use getter/setter functions for cur_mon
|
6 years ago |
|
qemu-thread-common.h
|
Clean up includes
|
7 years ago |
|
qemu-thread-posix.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
qemu-thread-win32.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
qemu-timer-common.c
|
Remove support for CLOCK_MONOTONIC not being defined
|
6 years ago |
|
qemu-timer.c
|
cpus: prepare new CpusAccel cpu accelerator interface
|
6 years ago |
|
qht.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
qsp.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
range.c
|
Don't talk about the LGPL if the file is licensed under the GPL
|
7 years ago |
|
rcu.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
readline.c
|
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
|
7 years ago |
|
selfmap.c
|
linux-user: factor out reading of /proc/self/maps
|
6 years ago |
|
stats64.c
|
qemu/atomic.h: rename atomic_ to qatomic_
|
6 years ago |
|
sys_membarrier.c
|
sys_membarrier: fix up include directives
|
8 years ago |
|
systemd.c
|
tools: Fix use of fcntl(F_SETFD) during socket activation
|
6 years ago |
|
thread-pool.c
|
lockable: replaced locks with lock guard macros where appropriate
|
6 years ago |
|
throttle.c
|
throttle: Assert that bkt->max is valid in throttle_compute_wait()
|
9 years ago |
|
timed-average.c
|
Fix some typos found by codespell
|
10 years ago |
|
trace-events
|
util/: fix some comment spelling errors
|
6 years ago |
|
trace.h
|
trace: switch position of headers to what Meson requires
|
6 years ago |
|
unicode.c
|
json: Reject invalid UTF-8 sequences
|
8 years ago |
|
uri.c
|
cutils: Provide strchrnul
|
8 years ago |
|
uuid.c
|
Include qemu-common.h exactly where needed
|
7 years ago |
|
vfio-helpers.c
|
util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regions
|
6 years ago |
|
vhost-user-server.c
|
util/vhost-user-server: move header to include/
|
6 years ago |