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
2022-10-26
include/qemu/thread: Use qatomic_* functions
Richard Henderson
1
-4
/
+4
2022-10-26
include/qemu/atomic: Use qemu_build_assert
Richard Henderson
1
-8
/
+8
2022-10-26
include/qemu/osdep: Add qemu_build_assert
Richard Henderson
1
-0
/
+8
2022-10-12
Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2
-81
/
+229
2022-10-07
job: remove unused functions
Emanuele Giuseppe Esposito
1
-72
/
+38
2022-10-07
job.c: enable job lock/unlock and remove Aiocontext locks
Emanuele Giuseppe Esposito
1
-8
/
+9
2022-10-07
job.h: categorize JobDriver callbacks that need the AioContext lock
Emanuele Giuseppe Esposito
1
-2
/
+25
2022-10-07
jobs: protect job.aio_context with BQL and job_mutex
Emanuele Giuseppe Esposito
1
-3
/
+20
2022-10-07
job.c: add job_lock/unlock while keeping job.h intact
Emanuele Giuseppe Esposito
1
-7
/
+131
2022-10-07
job.c: API functions not used outside should be static
Emanuele Giuseppe Esposito
1
-18
/
+0
2022-10-07
job.h: categorize fields in struct Job
Emanuele Giuseppe Esposito
1
-25
/
+36
2022-10-07
job.c: make job_mutex and job_lock/unlock() public
Emanuele Giuseppe Esposito
1
-0
/
+24
2022-10-07
job: add missing coroutine_fn annotations
Paolo Bonzini
1
-1
/
+1
2022-10-07
coroutine: remove incorrect coroutine_fn annotations
Paolo Bonzini
1
-1
/
+1
2022-10-07
coroutine: Drop coroutine_fn annotation from qemu_coroutine_self()
Alberto Faria
1
-1
/
+1
2022-10-06
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
1
-0
/
+1
2022-10-06
plugins: add [pre|post]fork helpers to linux-user
Alex Bennée
1
-0
/
+24
2022-10-06
gdbstub: move sstep flags probing into AccelClass
Alex Bennée
1
-0
/
+12
2022-10-04
include/hw/core: Create struct CPUJumpCache
Richard Henderson
1
-0
/
+1
2022-10-03
accel/tcg: Introduce probe_access_full
Richard Henderson
1
-0
/
+1
2022-09-29
oslib-posix: Introduce qemu_socketpair()
Guoyi Tu
1
-0
/
+18
2022-09-23
Revert "main-loop: Disable block backend global state assertion on Cocoa"
Akihiko Odaki
1
-13
/
+0
2022-09-02
util: accept iova_tree_remove_parameter by value
Eugenio Pérez
1
-1
/
+1
2022-08-26
util/mmap-alloc: Remove qemu_mempath_getpagesize()
Thomas Huth
1
-2
/
+0
2022-08-04
include/qemu/host-utils.h: Simplify the compiler check in mulu128()
Thomas Huth
1
-2
/
+1
2022-08-02
main loop: add missing documentation links to GS/IO macros
Emanuele Giuseppe Esposito
1
-3
/
+15
2022-07-13
cutils: Introduce bundle mechanism
Akihiko Odaki
1
-3
/
+15
2022-07-05
include/qemu/host-utils: Remove unused code in the *_overflow wrappers
Thomas Huth
1
-65
/
+0
2022-06-30
Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...
Richard Henderson
1
-3
/
+1
2022-06-29
util: add qemu-co-timeout
Vladimir Sementsov-Ogievskiy
1
-0
/
+13
2022-06-28
util: Return void on iova_tree_remove
Eugenio Pérez
1
-3
/
+1
2022-06-27
accel: Introduce current_accel_name()
Alexander Graf
1
-0
/
+1
2022-06-24
block: simplify handling of try to merge different sized bitmaps
Vladimir Sementsov-Ogievskiy
1
-13
/
+2
2022-06-20
host-utils: Implemented signed 256-by-128 division
Lucas Mateus Castro (alqotel)
1
-0
/
+1
2022-06-20
host-utils: Implemented unsigned 256-by-128 division
Lucas Mateus Castro (alqotel)
2
-0
/
+40
2022-06-14
cutils: add functions for IEC and SI prefixes
Paolo Bonzini
1
-0
/
+18
2022-06-06
modules: introduces module_kconfig directive
Jose R. Ziviani
1
-0
/
+10
2022-05-28
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau
2
-8
/
+7
2022-05-18
docs/about: Update the support statement for Windows
Thomas Huth
1
-1
/
+1
2022-05-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-6
/
+21
2022-05-12
coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
Paolo Bonzini
1
-3
/
+4
2022-05-12
coroutine-lock: introduce qemu_co_queue_enter_all
Paolo Bonzini
1
-0
/
+13
2022-05-12
coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_next
Paolo Bonzini
1
-3
/
+4
2022-05-12
coroutine: Rename qemu_coroutine_inc/dec_pool_size()
Kevin Wolf
1
-3
/
+3
2022-05-11
Clean up decorations and whitespace around header guards
Markus Armbruster
2
-2
/
+2
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
3
-9
/
+10
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
2
-5
/
+6
2022-05-09
util/main-loop: Introduce the main loop into QOM
Nicolas Saenz Julienne
1
-0
/
+10
2022-05-04
Revert "main-loop: Disable GLOBAL_STATE_CODE() assertions"
Hanna Reitz
1
-2
/
+1
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
1
-3
/
+3
[next]