aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'single-binary-20241015' of https://github.com/philmd/qemu into sta...Peter Maydell1-0/+2
3 daysqemu/bswap: Undefine CPU_CONVERT() once donePhilippe Mathieu-Daudé1-0/+2
3 daysdocs/devel/lockcnt: Include kernel-doc API documentationPeter Maydell1-1/+1
3 daysinclude: Move QemuLockCnt APIs to their own headerPeter Maydell2-111/+130
5 daysaccel/tcg: Add TCGCPUOps.tlb_fill_alignRichard Henderson1-0/+1
8 daysMerge tag 'crypto-fixes-pull-request' of https://gitlab.com/berrange/qemu int...Peter Maydell1-0/+27
9 daysutil/iov: Introduce iov_send_recv_with_flags()Alejandro Zeise1-0/+27
10 daysutil/iova-tree: Remove deadcodeDr. David Alan Gilbert1-25/+0
10 daysutil/userfaultfd: Remove unused uffd_poll_eventsDr. David Alan Gilbert1-1/+0
2024-10-02qemu-timer: Remove unused timer functionsDr. David Alan Gilbert1-21/+0
2024-09-30util/co-shared-resource: Remove unused co_try_get_from_shresDr. David Alan Gilbert1-7/+0
2024-09-28Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+0
2024-09-25Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingPeter Maydell4-8/+5
2024-09-24include/qemu: remove return after g_assert_not_reached()Pierrick Bouvier1-1/+0
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé1-1/+1
2024-09-20license: Simplify GPL-2.0-or-later license descriptionsPhilippe Mathieu-Daudé1-1/+3
2024-09-20util/cutils: Remove unused qemu_get_exec_dirDr. David Alan Gilbert1-4/+1
2024-09-20envlist: Remove unused envlist_parseDr. David Alan Gilbert1-2/+0
2024-09-19plugins: add plugin API to read guest memoryRowan Hart1-1/+31
2024-09-19plugins: extend API to get latest memory value accessedPierrick Bouvier1-0/+32
2024-09-19plugins: save value during memory accessesPierrick Bouvier1-0/+4
2024-09-13fifo8: introduce fifo8_peek() functionMark Cave-Ayland1-0/+11
2024-09-13fifo8: add fifo8_peek_buf() functionMark Cave-Ayland1-0/+14
2024-08-09include: Fix typo in name of MAKE_IDENTFIER macroPeter Maydell3-5/+5
2024-08-05qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()Clément Léger1-2/+6
2024-08-05qemu/osdep: Move close_all_open_fds() to oslib-posixClément Léger1-0/+7
2024-07-31osdep.h: Clean up no-longer-needed back-compat for macOS 10Peter Maydell1-2/+1
2024-07-23util/fifo8: Introduce fifo8_drop()Philippe Mathieu-Daudé1-0/+9
2024-07-23util/fifo8: Expose fifo8_pop_buf()Philippe Mathieu-Daudé1-0/+16
2024-07-23util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()Philippe Mathieu-Daudé1-8/+7
2024-07-23util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()Philippe Mathieu-Daudé1-5/+6
2024-07-23util/fifo8: Fix stylePhilippe Mathieu-Daudé1-16/+6
2024-07-23util/range: Make ranges_overlap() return boolYao Xingtao1-2/+2
2024-07-16qemu/timer: Add host ticks function for LoongArchSong Gao1-0/+9
2024-07-05plugins: Free CPUPluginState before destroying vCPU statePhilippe Mathieu-Daudé1-0/+3
2024-06-28include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()Paolo Bonzini2-42/+46
2024-06-24Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson1-0/+11
2024-06-24Merge tag 'sdmmc-20240624' of https://github.com/philmd/qemu into stagingRichard Henderson1-0/+7
2024-06-24range: Introduce range_get_last_bit()Zhenzhong Duan1-0/+11
2024-06-24plugins: add time control APIAlex Bennée1-0/+27
2024-06-24sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_timeAlex Bennée1-0/+15
2024-06-24bswap: Add st24_be_p() to store 24 bits in big-endian orderPhilippe Mathieu-Daudé1-0/+7
2024-06-21migration: Add direct-io parameterFabiano Rosas1-0/+2
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson1-1/+5
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson1-5/+10
2024-06-04util/hexdump: Remove ascii parameter from qemu_hexdump_lineRichard Henderson1-2/+1
2024-06-04util/hexdump: Remove b parameter from qemu_hexdump_lineRichard Henderson1-1/+1
2024-05-29lockable: Do not cast function pointersAkihiko Odaki1-4/+19
2024-05-16plugins: remove op from qemu_plugin_inline_cbPierrick Bouvier1-1/+0
2024-05-16plugins: distinct types for callbacksPierrick Bouvier1-20/+26