aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-24block: Add no_coroutine_fn and coroutine_mixed_fn markerAlberto Faria1-0/+40
2023-01-24coroutine: annotate coroutine_fn for libclangAlberto Faria1-0/+4
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster4-98/+156
2023-01-19coroutine: Clean up superfluous inclusion of qemu/lockable.hMarkus Armbruster1-1/+1
2023-01-19coroutine: Move coroutine_fn to qemu/osdep.h, trim includesMarkus Armbruster2-11/+23
2023-01-13hw/intc/i8259: Make using the isa_pic singleton more type-safeBernhard Beschow1-0/+1
2023-01-11chardev: clean up chardev-parallel.cPaolo Bonzini1-5/+0
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+7
2023-01-09Refactoring: refactor TFR() macro to RETRY_ON_EINTR()Nikita Ivanov1-1/+7
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-0/+3
2023-01-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-2/+3