index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qemu
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-10
bql: check that the BQL is not dropped within marked sections
Paolo Bonzini
1
-0
/
+15
2024-11-25
plugins: add missing export for qemu_plugin_num_vcpus
Pierrick Bouvier
1
-0
/
+1
2024-11-19
bitops.h: Define bit operations on 'uint32_t' arrays
Peter Maydell
2
-3
/
+177
2024-11-07
eif: cope with huge section offsets
Paolo Bonzini
1
-0
/
+4
2024-10-31
target/i386: use compiler builtin to compute PF
Paolo Bonzini
1
-0
/
+9
2024-10-22
sockets: Remove deadcode
Dr. David Alan Gilbert
1
-16
/
+0
2024-10-16
Merge tag 'single-binary-20241015' of https://github.com/philmd/qemu into sta...
Peter Maydell
1
-0
/
+2
2024-10-15
qemu/bswap: Undefine CPU_CONVERT() once done
Philippe Mathieu-Daudé
1
-0
/
+2
2024-10-15
docs/devel/lockcnt: Include kernel-doc API documentation
Peter Maydell
1
-1
/
+1
2024-10-15
include: Move QemuLockCnt APIs to their own header
Peter Maydell
2
-111
/
+130
2024-10-13
accel/tcg: Add TCGCPUOps.tlb_fill_align
Richard Henderson
1
-0
/
+1
2024-10-10
Merge tag 'crypto-fixes-pull-request' of https://gitlab.com/berrange/qemu int...
Peter Maydell
1
-0
/
+27
2024-10-10
util/iov: Introduce iov_send_recv_with_flags()
Alejandro Zeise
1
-0
/
+27
2024-10-08
util/iova-tree: Remove deadcode
Dr. David Alan Gilbert
1
-25
/
+0
2024-10-08
util/userfaultfd: Remove unused uffd_poll_events
Dr. David Alan Gilbert
1
-1
/
+0
2024-10-02
qemu-timer: Remove unused timer functions
Dr. David Alan Gilbert
1
-21
/
+0
2024-09-30
util/co-shared-resource: Remove unused co_try_get_from_shres
Dr. David Alan Gilbert
1
-7
/
+0
2024-09-28
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-1
/
+0
2024-09-25
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
4
-8
/
+5
2024-09-24
include/qemu: remove return after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-09-20
license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only
Philippe Mathieu-Daudé
1
-1
/
+1
2024-09-20
license: Simplify GPL-2.0-or-later license descriptions
Philippe Mathieu-Daudé
1
-1
/
+3
2024-09-20
util/cutils: Remove unused qemu_get_exec_dir
Dr. David Alan Gilbert
1
-4
/
+1
2024-09-20
envlist: Remove unused envlist_parse
Dr. David Alan Gilbert
1
-2
/
+0
2024-09-19
plugins: add plugin API to read guest memory
Rowan Hart
1
-1
/
+31
2024-09-19
plugins: extend API to get latest memory value accessed
Pierrick Bouvier
1
-0
/
+32
2024-09-19
plugins: save value during memory accesses
Pierrick Bouvier
1
-0
/
+4
2024-09-13
fifo8: introduce fifo8_peek() function
Mark Cave-Ayland
1
-0
/
+11
2024-09-13
fifo8: add fifo8_peek_buf() function
Mark Cave-Ayland
1
-0
/
+14
2024-08-09
include: Fix typo in name of MAKE_IDENTFIER macro
Peter Maydell
3
-5
/
+5
2024-08-05
qemu/osdep: Add excluded fd parameter to qemu_close_all_open_fd()
Clément Léger
1
-2
/
+6
2024-08-05
qemu/osdep: Move close_all_open_fds() to oslib-posix
Clément Léger
1
-0
/
+7
2024-07-31
osdep.h: Clean up no-longer-needed back-compat for macOS 10
Peter Maydell
1
-2
/
+1
2024-07-23
util/fifo8: Introduce fifo8_drop()
Philippe Mathieu-Daudé
1
-0
/
+9
2024-07-23
util/fifo8: Expose fifo8_pop_buf()
Philippe Mathieu-Daudé
1
-0
/
+16
2024-07-23
util/fifo8: Rename fifo8_pop_buf() -> fifo8_pop_bufptr()
Philippe Mathieu-Daudé
1
-8
/
+7
2024-07-23
util/fifo8: Rename fifo8_peek_buf() -> fifo8_peek_bufptr()
Philippe Mathieu-Daudé
1
-5
/
+6
2024-07-23
util/fifo8: Fix style
Philippe Mathieu-Daudé
1
-16
/
+6
2024-07-23
util/range: Make ranges_overlap() return bool
Yao Xingtao
1
-2
/
+2
2024-07-16
qemu/timer: Add host ticks function for LoongArch
Song Gao
1
-0
/
+9
2024-07-05
plugins: Free CPUPluginState before destroying vCPU state
Philippe Mathieu-Daudé
1
-0
/
+3
2024-06-28
include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
Paolo Bonzini
2
-42
/
+46
2024-06-24
Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into staging
Richard Henderson
1
-0
/
+11
2024-06-24
Merge tag 'sdmmc-20240624' of https://github.com/philmd/qemu into staging
Richard Henderson
1
-0
/
+7
2024-06-24
range: Introduce range_get_last_bit()
Zhenzhong Duan
1
-0
/
+11
2024-06-24
plugins: add time control API
Alex Bennée
1
-0
/
+27
2024-06-24
sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
Alex Bennée
1
-0
/
+15
2024-06-24
bswap: Add st24_be_p() to store 24 bits in big-endian order
Philippe Mathieu-Daudé
1
-0
/
+7
2024-06-21
migration: Add direct-io parameter
Fabiano Rosas
1
-0
/
+2
2024-06-05
util/hexdump: Add unit_len and block_len to qemu_hexdump_line
Richard Henderson
1
-1
/
+5
[next]