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
2023-01-09
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-0
/
+3
2023-01-08
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2
-2
/
+3
2023-01-08
include: Include headers where needed
Markus Armbruster
1
-0
/
+3
2023-01-06
typedefs: Forward-declare AccelState
Philippe Mathieu-Daudé
2
-2
/
+3
2023-01-04
qemu/main-loop: Introduce QEMU_IOTHREAD_LOCK_GUARD
Richard Henderson
1
-0
/
+29
2022-12-23
qemu/xattr.h: Exclude <sys/xattr.h> for Windows
Bin Meng
1
-1
/
+3
2022-12-20
util: Add interval-tree.c
Richard Henderson
1
-0
/
+99
2022-12-15
clang-tsa: Add macros for shared locks
Kevin Wolf
1
-0
/
+4
2022-12-15
clang-tsa: Add TSA_ASSERT() macro
Kevin Wolf
1
-0
/
+9
2022-12-15
Import clang-tsa.h
Kevin Wolf
1
-0
/
+101
2022-12-14
qemu-config: Make config_parse_qdict() return bool
Markus Armbruster
1
-1
/
+1
2022-11-21
migration: Use non-atomic ops for clear log bitmap
Peter Xu
1
-0
/
+1
2022-11-10
display: include dependencies explicitly
Michael S. Tsirkin
1
-0
/
+2
2022-11-06
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
1
-5
/
+32
2022-11-06
module: rename module_load_one to module_load
Claudio Fontana
1
-5
/
+5
2022-11-06
module: removed unused function argument "mayfail"
Claudio Fontana
1
-4
/
+4
2022-11-06
util/main-loop: Avoid adding the same HANDLE twice
Bin Meng
1
-0
/
+2
2022-11-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-0
/
+22
2022-10-31
Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
1
-0
/
+13
2022-10-31
os-posix: asynchronous teardown for shutdown on Linux
Claudio Imbrenda
1
-0
/
+22
2022-10-30
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
3
-2
/
+78
2022-10-30
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
1
-1
/
+3
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
1
-8
/
+10
2022-10-30
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
1
-2
/
+13
2022-10-28
tests/qtest: Use send/recv for socket communication
Xuzhou Cheng
1
-0
/
+13
2022-10-28
qemu-sockets: move and rename SocketAddress_to_str()
Laurent Vivier
1
-1
/
+1
2022-10-28
net: introduce convert_host_port()
Laurent Vivier
1
-0
/
+2
2022-10-27
coroutine-io: add missing coroutine_fn annotation to prototypes
Alberto Faria
1
-3
/
+5
2022-10-27
coroutine-lock: add missing coroutine_fn annotation to prototypes
Alberto Faria
1
-5
/
+5
2022-10-27
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
1
-1
/
+3
2022-10-27
util: Introduce ThreadContext user-creatable object
David Hildenbrand
1
-0
/
+57
2022-10-27
util: Introduce qemu_thread_set_affinity() and qemu_thread_get_affinity()
David Hildenbrand
1
-0
/
+4
2022-10-27
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
1
-2
/
+15
2022-10-26
coroutine: add flag to re-queue at front of CoQueue
Stefan Hajnoczi
1
-2
/
+13
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
[next]