You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/util
Richard Henderson b8eb3dd495 cpuinfo/i386: Detect GFNI as an AVX extension
We won't use the SSE GFNI instructions, so delay
detection until we know AVX is present.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
4 days ago
..
aio-posix.c aio-posix: Adjust polling time also for new handlers 6 months ago
aio-posix.h aio-posix: Separate AioPolledEvent per AioHandler 6 months ago
aio-wait.c
aio-win32.c include: Move QemuLockCnt APIs to their own header 11 months ago
aiocb.c
async.c include/exec: Split out icount.h 5 months ago
atomic64.c
base64.c
bitmap.c
bitops.c
block-helpers.c block: Adjust check_block_size() signature 11 months ago
block-helpers.h block: Adjust check_block_size() signature 11 months ago
buffer.c
bufferiszero.c util/bufferiszero: Split out host include files 1 year ago
cacheflush.c util/cacheflush.c: Update cache flushing mechanism for Emscripten 4 months ago
chardev_open.c util/char_dev: Add open_cdev() 2 years ago
compatfd.c
coroutine-sigaltstack.c
coroutine-ucontext.c coroutine-ucontext: Save fake stack for pooled coroutine 2 years ago
coroutine-wasm.c util: Add coroutine backend for emscripten 4 months ago
coroutine-windows.c
cpuinfo-aarch64.c util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD 1 year ago
cpuinfo-i386.c cpuinfo/i386: Detect GFNI as an AVX extension 4 days ago
cpuinfo-loongarch.c util/loongarch64: Detect LASX vector support 1 year ago
cpuinfo-ppc.c util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD 1 year ago
cpuinfo-riscv.c util/cpuinfo-riscv: Detect Zbs 8 months ago
crc-ccitt.c
crc32c.c
cutils.c util/cutils: Remove unused qemu_get_exec_dir 12 months ago
dbus.c
defer-call.c
drm.c
envlist.c envlist: Remove unused envlist_parse 12 months ago
error-report.c Remove glib compatibility code that is not required anymore 1 year ago
error.c util/error: make func optional 3 months ago
event.c qemu-thread: Use futex for QemuEvent on Windows 3 months ago
event_notifier-posix.c
event_notifier-win32.c
fdmon-epoll.c include: Move QemuLockCnt APIs to their own header 11 months ago
fdmon-io_uring.c remove unnecessary casts from uintptr_t 2 years ago
fdmon-poll.c
fifo8.c fifo8: introduce fifo8_peek() function 12 months ago
filemonitor-inotify.c util/filemonitor-inotify.c: spelling fix: kenel 2 years ago
filemonitor-stub.c
getauxval.c util/cpuinfo: Make use of elf_aux_info(3) on OpenBSD 1 year ago
guest-random.c
hbitmap.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 1 year ago
hexdump.c hw/vmapple/aes: Introduce aes engine 6 months ago
host-utils.c
id.c
int128.c
interval-tree.c
iov.c util/iov: Do not assert offset is in iov 6 months ago
iova-tree.c vhost-iova-tree, svq: Implement GPA->IOVA & partial IOVA->HVA trees 7 months ago
keyval.c qapi: Move include/qapi/qmp/ to include/qobject/ 7 months ago
lockcnt.c qemu-thread: Use futex if available for QemuLockCnt 3 months ago
log.c log: make '-msg timestamp=on' apply to all qemu_log usage 2 months ago
main-loop.c qom: Have class_init() take a const data argument 5 months ago
memalign.c
memfd.c physmem: fd-based shared memory 7 months ago
meson.build qemu-thread: Use futex for QemuEvent on Windows 3 months ago
mmap-alloc.c
module.c overall: Remove unnecessary g_strdup_printf() calls 7 months ago
notify.c notify: pass error to notifier with return 2 years ago
nvdimm-utils.c
osdep.c migration: Add direct-io parameter 1 year ago
oslib-posix.c util: exclude mmap-alloc.c from compilation target on Emscripten 4 months ago
oslib-win32.c backends/hostmem-shm: factor out allocation of "anonymous shared memory with an fd" 7 months ago
path.c
qdist.c
qemu-co-shared-resource.c util/co-shared-resource: Remove unused co_try_get_from_shres 11 months ago
qemu-co-timeout.c
qemu-config.c qapi: Move include/qapi/qmp/ to include/qobject/ 7 months ago
qemu-coroutine-io.c
qemu-coroutine-lock.c
qemu-coroutine-sleep.c
qemu-coroutine.c util/coroutine: fix -Werror=maybe-uninitialized false-positive 11 months ago
qemu-option.c qapi: Move include/qapi/qmp/ to include/qobject/ 7 months ago
qemu-print.c
qemu-progress.c
qemu-sockets.c util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive 4 months ago
qemu-thread-common.h
qemu-thread-posix.c qemu-thread: Use futex for QemuEvent on Windows 3 months ago
qemu-thread-win32.c qemu-thread: Use futex for QemuEvent on Windows 3 months ago
qemu-timer-common.c
qemu-timer.c include/exec: Split out icount.h 5 months ago
qht.c cleanup: Drop pointless return at end of function 5 months ago
qsp.c system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 2 years ago
qtree.c
range.c util/range.c: spelling fix: inbetween 2 years ago
rcu.c util/rcu.c: replace FSF postal address with licenses URL 2 months ago
readline.c util/readline: Add C-u shortcut 1 year ago
reserved-region.c util/reserved-region: Add new ReservedRegion helpers 2 years ago
s390x_pci_mmio.c util: Add functions for s390x mmio read/write 4 months ago
selfmap.c
stats64.c
sys_membarrier.c
systemd.c
thread-context.c qom: Make InterfaceInfo[] uses const 5 months ago
thread-pool.c thread-pool: Implement generic (non-AIO) pool support 6 months ago
throttle.c
timed-average.c license: Simplify GPL-2.0-or-later license descriptions 12 months ago
trace-events thread-pool: Rename AIO pool functions to *_aio() and data types to *Aio 6 months ago
trace.h
transactions.c
unicode.c
userfaultfd.c util/userfaultfd: Remove unused uffd_poll_events 11 months ago
uuid.c util/uuid: Add UUID_STR_LEN definition 2 years ago
vfio-helpers.c include/system: Move exec/memory.h to system/memory.h 5 months ago
vhost-user-server.c vhost-user-server: do not set memory fd non-blocking 1 year ago
yank.c qapi: Fix dangling references to docs/devel/qapi-code-gen.txt 2 years ago