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
...
|
*
qht: fix comment in qht_bucket_remove_entry
Emilio G. Cota
2018-09-26
1
-1
/
+1
|
*
qht: drop ht argument from qht iterators
Emilio G. Cota
2018-09-26
2
-16
/
+24
|
*
qht: add qht_iter_remove
Emilio G. Cota
2018-09-26
1
-8
/
+66
|
*
qht: remove unused map param from qht_remove__locked
Emilio G. Cota
2018-09-26
1
-3
/
+2
*
|
Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...
Peter Maydell
2018-09-28
2
-39
/
+53
|
\
\
|
*
|
aio-posix: do skip system call if ctx->notifier polling succeeds
Paolo Bonzini
2018-09-26
1
-3
/
+4
|
*
|
aio-posix: compute timeout before polling
Paolo Bonzini
2018-09-26
2
-27
/
+36
|
*
|
aio-posix: fix concurrent access to poll_disable_cnt
Paolo Bonzini
2018-09-26
1
-11
/
+15
|
|
/
*
|
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...
Peter Maydell
2018-09-25
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
memfd: fix possible usage of the uninitialized file descriptor
Dima Stepanov
2018-09-25
1
-0
/
+1
*
|
block: Use a single global AioWait
Kevin Wolf
2018-09-25
1
-5
/
+6
*
|
block: Add missing locking in bdrv_co_drain_bh_cb()
Kevin Wolf
2018-09-25
1
-0
/
+5
*
|
util/async: use qemu_aio_coroutine_enter in co_schedule_bh_cb
Sergio Lopez
2018-09-25
1
-1
/
+1
|
/
*
qemu-error: add {error, warn}_report_once_cond
Cornelia Huck
2018-09-24
1
-0
/
+40
*
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request...
Peter Maydell
2018-08-27
2
-0
/
+67
|
\
|
*
util: promote qemu_egl_rendernode_open() to libqemuutil
Marc-André Lureau
2018-08-27
2
-0
/
+67
*
|
json: Reject invalid UTF-8 sequences
Markus Armbruster
2018-08-24
1
-7
/
+62
*
|
util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()
David Hildenbrand
2018-08-23
1
-3
/
+12
*
|
module: Use QEMU_MODULE_DIR as a search path
ryang
2018-08-23
1
-8
/
+14
*
|
qsp: track BQL callers explicitly
Emilio G. Cota
2018-08-23
1
-0
/
+6
*
|
qsp: support call site coalescing
Emilio G. Cota
2018-08-23
1
-14
/
+88
*
|
qsp: add qsp_reset
Emilio G. Cota
2018-08-23
1
-0
/
+94
*
|
qsp: add sort_by option to qsp_report
Emilio G. Cota
2018-08-23
1
-6
/
+27
*
|
qsp: QEMU's Synchronization Profiler
Emilio G. Cota
2018-08-23
4
-12
/
+673
|
/
*
aio-posix: Improve comment around marking node deleted
Fam Zheng
2018-08-15
1
-1
/
+1
*
aio: Do aio_notify_accept only during blocking aio_poll
Fam Zheng
2018-08-15
2
-3
/
+4
*
aio-posix: Don't count ctx->notifier as progress when polling
Fam Zheng
2018-08-15
1
-1
/
+2
*
timer: remove replay clock probe in deadline calculation
Pavel Dovgalyuk
2018-07-30
1
-9
/
+2
*
opts: remove redundant check for NULL parameter
Daniel P. Berrangé
2018-07-17
1
-8
/
+4
*
i386: fix regression parsing multiboot initrd modules
Daniel P. Berrangé
2018-07-17
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
2018-06-29
3
-9
/
+18
|
\
|
*
cutils: Provide strchrnul
Keno Fischer
2018-06-29
3
-9
/
+18
*
|
Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' in...
Peter Maydell
2018-06-29
2
-15
/
+1
|
\
\
|
*
|
glib: bump min required glib library version to 2.40
Daniel P. Berrangé
2018-06-29
1
-14
/
+0
|
*
|
util: remove redundant include of glib.h and add osdep.h
Daniel P. Berrangé
2018-06-29
1
-1
/
+1
|
|
/
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-29
3
-20
/
+71
|
\
\
|
|
/
|
/
|
|
*
QemuMutex: support --enable-debug-mutex
Paolo Bonzini
2018-06-28
1
-0
/
+12
|
*
qemu-thread: introduce qemu-thread-common.h
Peter Xu
2018-06-28
3
-20
/
+59
*
|
linux-aio: properly bubble up errors from initialization
Nishanth Aravamudan
2018-06-27
1
-3
/
+11
|
/
*
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into staging
Peter Maydell
2018-06-21
1
-13
/
+28
|
\
|
*
qht: return existing entry when qht_insert fails
Emilio G. Cota
2018-06-15
1
-10
/
+17
|
*
qht: require a default comparison function
Emilio G. Cota
2018-06-15
1
-3
/
+11
*
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-06-19
1
-3
/
+7
|
\
\
|
*
|
hbitmap: Add @advance param to hbitmap_iter_next()
Max Reitz
2018-06-18
1
-3
/
+7
|
|
/
*
/
monitor: add lock to protect mon_fdsets
Peter Xu
2018-06-18
1
-1
/
+2
|
/
*
block: Add block-specific QDict header
Max Reitz
2018-06-15
1
-0
/
+1
*
Purge uses of banned g_assert_FOO()
Markus Armbruster
2018-06-13
1
-1
/
+1
*
qemu-option: Pull out "Supported options" print
Max Reitz
2018-06-11
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2018-06-04
1
-25
/
+0
|
\
|
*
main-loop: drop spin_counter
Stefan Hajnoczi
2018-06-01
1
-25
/
+0
[prev]
[next]