aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-10remove unnecessary extern "C" blocksPaolo Bonzini5-39/+0
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster3-4/+0
2023-02-08migration: Clean up includesMarkus Armbruster1-1/+0
2023-02-06util/userfaultfd: Add uffd_open()Peter Xu1-0/+12
2023-02-04include/qemu/int128: Use Int128 structure for TCIRichard Henderson2-9/+45
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell1-0/+2
2023-02-04readline: Extract readline_add_completion_of() from monitorMarkus Armbruster1-0/+2
2023-02-03Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell1-0/+44
2023-02-02Merge tag 'pull-jan-omnibus-020223-1' of https://gitlab.com/stsquad/qemu into...Peter Maydell2-3/+13
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota1-0/+4
2023-02-02plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota1-0/+7
2023-02-02thread: de-const qemu_spin_destroyEmilio Cota1-3/+2
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on NetBSDPhilippe Mathieu-Daudé1-11/+0
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on FreeBSDPhilippe Mathieu-Daudé1-2/+0
2023-01-26qemu/bswap: Use compiler __builtin_bswap() on HaikuPhilippe Mathieu-Daudé1-2/+0
2023-01-26qemu/bswap: Remove <byteswap.h> dependencyPhilippe Mathieu-Daudé1-21/+0
2023-01-26qemu/bswap: Replace bswapXXs() by compiler __builtin_bswap()Philippe Mathieu-Daudé1-7/+9
2023-01-26qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()Philippe Mathieu-Daudé1-25/+6