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