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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-13
Merge tag 'win32-pull-request' of https://gitlab.com/marcandre.lureau/qemu in...
Stefan Hajnoczi
3
-7
/
+68
2022-10-12
util: make do_send_recv work with partial send/recv
Marc-André Lureau
1
-2
/
+8
2022-10-12
osdep: make readv_writev() work with partial read/write
Marc-André Lureau
1
-3
/
+8
2022-10-12
win32: set threads name
Marc-André Lureau
1
-2
/
+52
2022-10-07
coroutine-lock: add missing coroutine_fn annotations
Paolo Bonzini
1
-7
/
+7
2022-10-07
coroutine: remove incorrect coroutine_fn annotations
Paolo Bonzini
1
-1
/
+1
2022-09-29
oslib-posix: Introduce qemu_socketpair()
Guoyi Tu
1
-0
/
+19
2022-09-26
s390x/s390-virtio-ccw: add zpcii-disable machine property
Matthew Rosato
1
-0
/
+4
2022-09-02
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
1
-2
/
+2
2022-09-02
Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...
Stefan Hajnoczi
1
-25
/
+0
2022-09-02
util/qemu-sockets: Enable unix socket support on Windows
Bin Meng
1
-25
/
+0
2022-09-02
util: accept iova_tree_remove_parameter by value
Eugenio Pérez
1
-2
/
+2
2022-08-26
util/mmap-alloc: Remove qemu_mempath_getpagesize()
Thomas Huth
1
-31
/
+0
2022-08-12
cutils: Add missing dyld(3) include on macOS
Philippe Mathieu-Daudé
2
-4
/
+4
2022-08-05
util/qemu-sockets: Replace the call to close a socket with closesocket()
Bin Meng
1
-2
/
+2
2022-07-18
util: Fix broken build on Haiku
Thomas Huth
2
-4
/
+4
2022-07-13
module: Use bundle mechanism
Akihiko Odaki
1
-1
/
+0
2022-07-13
cutils: Introduce bundle mechanism
Akihiko Odaki
2
-21
/
+48
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
2
-0
/
+90
2022-06-28
util: Return void on iova_tree_remove
Eugenio Pérez
1
-3
/
+1
2022-06-24
aio_wait_kick: add missing memory barrier
Emanuele Giuseppe Esposito
1
-1
/
+15
2022-06-24
block: simplify handling of try to merge different sized bitmaps
Vladimir Sementsov-Ogievskiy
1
-18
/
+7
2022-06-21
Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
4
-217
/
+235
2022-06-21
util/cacheflush: Optimize flushing when ppc host has coherent icache
Nicholas Piggin
1
-2
/
+23
2022-06-21
util/cacheflush: Merge aarch64 ctr_el0 usage
Richard Henderson
1
-25
/
+19
2022-06-21
util: Merge cacheflush.c and cacheinfo.c
Richard Henderson
3
-202
/
+202
2022-06-21
qemu-timer: Skip empty timer lists before locking in qemu_clock_deadline_ns_all
Idan Horowitz
1
-0
/
+3
2022-06-20
host-utils: Implemented signed 256-by-128 division
Lucas Mateus Castro (alqotel)
1
-0
/
+51
2022-06-20
host-utils: Implemented unsigned 256-by-128 division
Lucas Mateus Castro (alqotel)
1
-0
/
+129
2022-06-14
cutils: add functions for IEC and SI prefixes
Paolo Bonzini
1
-9
/
+25
2022-06-06
replay: notify vCPU when BH is scheduled
Pavel Dovgalyuk
1
-0
/
+8
2022-05-28
util/win32: simplify qemu_get_local_state_dir()
Marc-André Lureau
1
-13
/
+4
2022-05-28
include: move qemu_*_exec_dir() to cutils
Marc-André Lureau
3
-120
/
+119
2022-05-25
thread-pool: remove stopping variable
Paolo Bonzini
1
-3
/
+2
2022-05-25
thread-pool: replace semaphore with condition variable
Paolo Bonzini
1
-40
/
+28
2022-05-25
thread-pool: optimize scheduling of completion bottom half
Paolo Bonzini
1
-2
/
+1
2022-05-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-28
/
+19
2022-05-12
coroutine-lock: qemu_co_queue_restart_all is a coroutine-only qemu_co_enter_all
Paolo Bonzini
1
-15
/
+6
2022-05-12
coroutine-lock: introduce qemu_co_queue_enter_all
Paolo Bonzini
1
-0
/
+7
2022-05-12
coroutine-lock: qemu_co_queue_next is a coroutine-only qemu_co_enter_next
Paolo Bonzini
1
-14
/
+7
2022-05-12
coroutine: Revert to constant batch size
Kevin Wolf
1
-8
/
+14
2022-05-12
coroutine: Rename qemu_coroutine_inc/dec_pool_size()
Kevin Wolf
1
-2
/
+2
2022-05-09
util/event-loop-base: Introduce options to set the thread pool size
Nicolas Saenz Julienne
4
-4
/
+81
2022-05-09
util/main-loop: Introduce the main loop into QOM
Nicolas Saenz Julienne
1
-0
/
+56
2022-05-04
coroutine-win32: use QEMU_DEFINE_STATIC_CO_TLS()
Stefan Hajnoczi
1
-5
/
+13
2022-05-04
coroutine: use QEMU_DEFINE_STATIC_CO_TLS()
Stefan Hajnoczi
1
-17
/
+24
2022-05-04
coroutine-ucontext: use QEMU_DEFINE_STATIC_CO_TLS()
Stefan Hajnoczi
1
-14
/
+24
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
3
-10
/
+10
2022-05-03
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
1
-14
/
+2
[next]