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 remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
2019-10-28
3
-0
/
+85
|
\
|
*
util: introduce SharedResource
Vladimir Sementsov-Ogievskiy
2019-10-28
2
-0
/
+77
|
*
hbitmap: handle set/reset with zero length
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-0
/
+8
*
|
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-26
4
-14
/
+14
*
|
Merge commit 'df84f17' into HEAD
Paolo Bonzini
2019-10-26
2
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
Do not use %m in common code to print error messages
Thomas Huth
2019-10-22
2
-3
/
+4
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2019-10-25
1
-2
/
+5
|
\
\
|
*
|
yield_until_fd_readable: make it work with any AioContect
Dietmar Maurer
2019-10-25
1
-2
/
+5
*
|
|
qemu-timer: reuse MIN macro in qemu_timeout_ns_to_ms
Frediano Ziglio
2019-10-24
1
-5
/
+1
*
|
|
event_notifier: avoid dandling file descriptor in event_notifier_cleanup
Frediano Ziglio
2019-10-24
1
-1
/
+1
*
|
|
util/async: avoid useless cast
Frediano Ziglio
2019-10-24
1
-1
/
+0
|
/
/
*
/
qemu-coroutine-sleep: introduce qemu_co_sleep_wake
Vladimir Sementsov-Ogievskiy
2019-10-22
1
-13
/
+38
|
/
*
util/hbitmap: strict hbitmap_reset
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-0
/
+4
*
util/ioc.c: try to reassure Coverity about qemu_iovec_init_extended
Vladimir Sementsov-Ogievskiy
2019-10-08
1
-2
/
+3
*
win32: work around main-loop busy loop on socket/fd event
Marc-André Lureau
2019-10-04
1
-1
/
+5
*
util: WSAEWOULDBLOCK on connect should map to EINPROGRESS
Marc-André Lureau
2019-10-04
1
-1
/
+5
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...
Peter Maydell
2019-09-26
1
-2
/
+3
|
\
|
*
util/qemu-sockets: fix keep_alive handling in inet_connect_saddr
Vladimir Sementsov-Ogievskiy
2019-09-25
1
-2
/
+3
*
|
xen / notify: introduce a new XenWatchList abstraction
Paul Durrant
2019-09-24
1
-0
/
+5
|
/
*
Fix cacheline detection on FreeBSD/powerpc.
Justin Hibbits
2019-09-19
1
-10
/
+13
*
qemu-thread: Add qemu_cond_timedwait
Yury Kotov
2019-09-16
3
-12
/
+66
*
memory: fetch pmem size in get_file_size()
Stefan Hajnoczi
2019-09-16
2
-60
/
+0
*
linux-user: add memfd_create
Shu-Chun Weng
2019-09-11
1
-1
/
+1
*
socket: Add backlog parameter to socket_listen
Juan Quintela
2019-09-03
2
-11
/
+25
*
block/qcow2: implement .bdrv_co_pwritev(_compressed)_part
Vladimir Sementsov-Ogievskiy
2019-08-27
1
-0
/
+10
*
util/iov: improve qemu_iovec_is_zero
Vladimir Sementsov-Ogievskiy
2019-08-27
1
-12
/
+19
*
util/iov: introduce qemu_iovec_init_extended
Vladimir Sementsov-Ogievskiy
2019-08-27
1
-5
/
+107
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2019-08-23
1
-0
/
+8
|
\
|
*
util/async: hold AioContext ref to prevent use-after-free
Stefan Hajnoczi
2019-08-22
1
-0
/
+8
*
|
module: return success on module load
Marc-André Lureau
2019-08-21
1
-3
/
+11
*
|
module: use g_hash_table_add()
Marc-André Lureau
2019-08-21
1
-2
/
+1
|
/
*
util/qemu-timer: refactor deadline calculation for external timers
Pavel Dovgalyuk
2019-08-20
1
-3
/
+27
*
timer: last, remove last bits of last
Dr. David Alan Gilbert
2019-08-20
1
-21
/
+1
*
timer: Remove reset notifiers
Dr. David Alan Gilbert
2019-08-20
1
-20
/
+1
*
hbitmap: enable merging across granularities
John Snow
2019-08-16
1
-1
/
+35
*
hbitmap: Fix merge when b is empty, and result is not an alias of a
John Snow
2019-08-16
1
-3
/
+10
*
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
2019-08-16
1
-0
/
+28
|
\
|
*
qapi: Add InetSocketAddress member keep-alive
Vladimir Sementsov-Ogievskiy
2019-08-15
1
-0
/
+28
*
|
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
|
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
|
Include qemu/queue.h slightly less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
|
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
|
/
*
util/hbitmap: update orig_size on truncate
Vladimir Sementsov-Ogievskiy
2019-08-06
1
-1
/
+5
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-07-16
3
-137
/
+111
|
\
|
*
util: merge main-loop.c and iohandler.c
Paolo Bonzini
2019-07-15
3
-136
/
+111
|
*
build-sys: remove slirp cflags from main-loop.o
Marc-André Lureau
2019-07-15
1
-1
/
+0
*
|
bitmap: Add bitmap_copy_with_{src|dst}_offset()
Peter Xu
2019-07-15
1
-0
/
+85
*
|
cutils: remove one unnecessary pointer operation
Wei Yang
2019-07-15
1
-4
/
+4
|
/
*
util/path: Do not cache all filenames at startup
Richard Henderson
2019-06-24
1
-150
/
+43
*
util/main-loop: Fix incorrect assertion
Lidong Chen
2019-06-21
1
-1
/
+1
[next]