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
2021-06-18
qemu-sockets: introduce socket_address_parse_named_fd()
Vladimir Sementsov-Ogievskiy
1
-0
/
+11
2021-06-18
co-queue: drop extra coroutine_fn marks
Vladimir Sementsov-Ogievskiy
1
-2
/
+4
2021-06-17
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2
-10
/
+40
2021-06-17
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-c11-20210615' into...
Peter Maydell
5
-113
/
+61
2021-06-16
include/qemu/int128.h: Add function to create Int128 from int64_t
Peter Maydell
1
-0
/
+10
2021-06-16
bitops.h: Provide hswap32(), hswap64(), wswap64() swapping operations
Peter Maydell
1
-0
/
+29
2021-06-16
configure: Remove probe for _Static_assert
Richard Henderson
1
-11
/
+0
2021-06-16
qemu/compiler: Remove QEMU_GENERIC
Richard Henderson
1
-40
/
+0
2021-06-16
include/qemu/lockable: Use _Generic instead of QEMU_GENERIC
Richard Henderson
1
-48
/
+40
2021-06-16
util: Use unique type for QemuRecMutex in thread-posix.h
Richard Henderson
1
-2
/
+8
2021-06-16
util: Pass file+line to qemu_rec_mutex_unlock_impl
Richard Henderson
1
-1
/
+9
2021-06-16
util: Use real functions for thread-posix QemuRecMutex
Richard Henderson
3
-13
/
+6
2021-06-15
configure: Remove probe for _Static_assert
Richard Henderson
1
-11
/
+0
2021-06-15
qemu/compiler: Remove QEMU_GENERIC
Richard Henderson
1
-40
/
+0
2021-06-15
include/qemu/lockable: Use _Generic instead of QEMU_GENERIC
Richard Henderson
1
-48
/
+40
2021-06-15
util: Use unique type for QemuRecMutex in thread-posix.h
Richard Henderson
1
-2
/
+8
2021-06-15
util: Pass file+line to qemu_rec_mutex_unlock_impl
Richard Henderson
1
-1
/
+9
2021-06-15
util: Use real functions for thread-posix QemuRecMutex
Richard Henderson
3
-13
/
+6
2021-06-15
util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
David Hildenbrand
1
-0
/
+3
2021-06-15
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
1
-1
/
+8
2021-06-15
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
2
-7
/
+27
2021-06-15
softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
David Hildenbrand
1
-2
/
+2
2021-06-13
util/osdep: Add qemu_mprotect_rw
Richard Henderson
1
-0
/
+1
2021-06-04
qemu-config: parse configuration files to a QDict
Paolo Bonzini
1
-1
/
+6
2021-06-02
docs: fix references to docs/devel/atomics.rst
Stefano Garzarella
2
-3
/
+3
2021-05-26
qemu-config: load modules when instantiating option groups
Paolo Bonzini
1
-1
/
+1
2021-05-26
remove qemu-options* from root directory
Paolo Bonzini
1
-0
/
+41
2021-05-21
coroutine-sleep: introduce qemu_co_sleep
Paolo Bonzini
1
-0
/
+5
2021-05-21
coroutine-sleep: replace QemuCoSleepState pointer with struct in the API
Paolo Bonzini
1
-11
/
+12
2021-05-21
coroutine-sleep: disallow NULL QemuCoSleepState** argument
Paolo Bonzini
1
-2
/
+3
2021-05-21
bitops.h: Improve find_xxx_bit() documentation
Philippe Mathieu-Daudé
1
-3
/
+12
2021-05-17
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fp-20210516' into ...
Peter Maydell
1
-0
/
+291
2021-05-16
qemu/host-utils: Add wrappers for carry builtins
Richard Henderson
1
-0
/
+50
2021-05-16
qemu/host-utils: Add wrappers for overflow builtins
Richard Henderson
1
-0
/
+225
2021-05-16
qemu/host-utils: Use __builtin_bitreverseN
Richard Henderson
1
-0
/
+16
2021-05-14
mirror: stop cancelling in-flight requests on non-force cancel in READY
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-05-11
main-loop: remove dead code
Paolo Bonzini
1
-18
/
+0
2021-05-10
accel-cpu: make cpu_realizefn return a bool
Claudio Fontana
1
-1
/
+1
2021-05-10
accel: introduce new accessor functions
Claudio Fontana
1
-0
/
+13
2021-05-10
include/qemu/bswap.h: Handle being included outside extern "C" block
Peter Maydell
1
-4
/
+22
2021-05-10
osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
Peter Maydell
1
-4
/
+4
2021-05-04
ratelimit: protect with a mutex
Paolo Bonzini
1
-0
/
+14
2021-04-30
util: add transactions.c
Vladimir Sementsov-Ogievskiy
1
-0
/
+63
2021-04-17
include/qemu/osdep.h: Move system includes to top
Peter Maydell
1
-7
/
+13
2021-04-17
osdep: protect qemu/osdep.h with extern "C"
Paolo Bonzini
2
-1
/
+15
2021-04-17
osdep: include glib-compat.h before other QEMU headers
Paolo Bonzini
1
-1
/
+7
2021-04-12
spapr: rollback 'unplug timeout' for CPU hotunplugs
Daniel Henrique Barboza
1
-8
/
+0
2021-04-01
Merge remote-tracking branch 'remotes/marcandre/tags/for-6.0-pull-request' in...
Peter Maydell
1
-10
/
+0
2021-04-01
yank: Remove dependency on qiochannel
Lukas Straub
1
-10
/
+0
2021-03-31
coroutine-lock: Reimplement CoRwlock to fix downgrade bug
Paolo Bonzini
1
-7
/
+10
[next]