aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2023-06-23host-utils: Avoid using __builtin_subcll on buggy versions of Apple ClangPeter Maydell2-1/+14
2023-06-13util/log: Add vector registers to logIvan Klokov1-0/+1
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini1-12/+5
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+1
2023-06-05util/iov: Remove qemu_iovec_init_extended()Hanna Czenczek1-5/+0
2023-06-05util/iov: Make qiov_slice() publicHanna Czenczek1-0/+3
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake1-3/+2
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée1-6/+17
2023-05-30Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-2/+2
2023-05-30meson: Split test for __int128_t type from __int128_t arithmeticRichard Henderson1-2/+2
2023-05-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson1-3/+5
2023-05-30block/export: wait for vhost-user-blk requests when drainingStefan Hajnoczi1-1/+3
2023-05-30util/vhost-user-server: rename refcount to in_flight counterStefan Hajnoczi1-3/+3
2023-05-30Update copyright dates to 2023Enze Li1-1/+1
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson1-0/+17
2023-05-23include/host: Split out atomic128-ldst.hRichard Henderson1-73/+1
2023-05-23include/host: Split out atomic128-cas.hRichard Henderson1-54/+1
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki1-0/+1
2023-05-16tcg/i386: Add have_atomic16Richard Henderson1-0/+18
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth1-0/+1
2023-05-08include/qemu/osdep.h: Bump _WIN32_WINNT to the Windows 8 APIThomas Huth1-1/+1
2023-05-08rcu: remove qatomic_mb_set, expand commentsPaolo Bonzini1-1/+4
2023-05-02qemu/int128: Re-shuffle Int128Alias membersRichard Henderson1-2/+2
2023-05-02qemu/host-utils.h: Add clz and ctz functions for lower-bit integersKiran Ostrolenk1-0/+54
2023-05-02qemu/bitops.h: Limit rotate amountsDickon Hood1-8/+8
2023-04-28Merge tag 'pull-request-2023-04-28' of https://gitlab.com/thuth/qemu into sta...Richard Henderson1-2/+5
2023-04-28async: Add an optional reentrancy guard to the BH APIAlexander Bulekov1-2/+5
2023-04-27stat64: Add stat64_set() operationPaolo Bonzini1-0/+6
2023-04-24util/mmap-alloc: qemu_fd_getfs()Peter Xu1-0/+7
2023-03-28util: import GTree as QTreeEmilio Cota1-0/+201
2023-03-22include/qemu/plugin: Inline qemu_plugin_disable_mem_helpersRichard Henderson1-1/+5
2023-03-22include/qemu: Split out plugin-event.hRichard Henderson2-16/+27
2023-03-22include/qemu/plugin: Remove QEMU_PLUGIN_ASSERTRichard Henderson1-4/+0
2023-03-22include/qemu: add documentation for memory callbacksAlex Bennée1-4/+43
2023-03-20replace TABs with spacesYeqi Fu3-44/+44
2023-03-20qemu/osdep: Switch position of "extern" and "G_NORETURN"Bernhard Beschow1-1/+1
2023-03-13osdep: implement qemu_socketpair() for win32Marc-André Lureau1-2/+0
2023-03-13main-loop: remove qemu_fd_register(), win32/slirp/socket specificMarc-André Lureau1-2/+0
2023-03-13util: drop qemu_fork()Marc-André Lureau1-14/+0
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+16
2023-03-07qatomic: add smp_mb__before/after_rmw()Paolo Bonzini1-1/+16
2023-03-05include/qemu/cpuid: Introduce xgetbv_lowRichard Henderson1-0/+7
2023-03-02qemu/uuid: Add UUID static initializerIra Weiny1-0/+12
2023-03-02qemu/bswap: Add const_le64()Ira Weiny1-1/+11
2023-02-27qemu/typedefs: Sort in case-insensitive alphabetical order (again)Philippe Mathieu-Daudé1-5/+5
2023-02-27Updated the FSF address to <https://www.gnu.org/licenses/>Khadija Kamran1-2/+1
2023-02-17hbitmap: fix hbitmap_status() return value for first dirty bit caseAndrey Zhadchenko1-1/+1
2023-02-17util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito1-5/+9
2023-02-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell5-39/+0
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-1/+0