aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-41/+0
2023-09-07Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into stagingStefan Hajnoczi1-1/+20
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-2/+2
2023-09-06host-utils: Add muldiv64_round_upNicholas Piggin1-1/+20
2023-09-01softmmu/vl.c: inline include/qemu/qemu-options.h into vl.cMichael Tokarev1-41/+0
2023-09-01util/selfmap: Use dev_t and ino_t in MapInfoRichard Henderson1-2/+2
2023-08-31util: spelling fixesMichael Tokarev2-3/+3
2023-08-31util/fifo8: Fix typo in fifo8_push_all() descriptionPhilippe Mathieu-Daudé1-1/+1
2023-08-31qemu/processor: Remove unused 'qemu/atomic.h' headerPhilippe Mathieu-Daudé1-2/+0
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé5-16/+16
2023-08-31qemu/uri: Use QueryParams type definitionPhilippe Mathieu-Daudé1-1/+1
2023-08-30bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh1-30/+0
2023-08-28bsd-user: Disable clang warningsKyle Evans1-0/+30
2023-08-28bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.hWarner Losh1-0/+13
2023-08-08qemu/osdep: Remove fallback for MAP_FIXED_NOREPLACERichard Henderson1-3/+0
2023-08-08util/selfmap: Rewrite using qemu/interval-tree.hRichard Henderson1-11/+11
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé1-0/+1
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-9/+0
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson1-1/+1
2023-06-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson1-0/+25
2023-06-23host-utils: Avoid using __builtin_subcll on buggy versions of Apple ClangPeter Maydell2-1/+14
2023-06-22bswap: Add the ability to store to an unaligned 24 bit fieldIra Weiny1-0/+25
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