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
...
*
hbitmap: move hbitmap_iter_next_word to hbitmap.c
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-0
/
+29
*
hbitmap: assert that we don't create bitmap larger than INT64_MAX
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-0
/
+2
*
lockable: add lock guards
Stefan Hajnoczi
2020-03-17
1
-12
/
+11
*
modules: load modules from versioned /var/run dir
Christian Ehrhardt
2020-03-16
1
-0
/
+14
*
oslib-posix: initialize mutex and condition variable
Paolo Bonzini
2020-03-16
1
-0
/
+7
*
util: add util function buffer_zero_avx512()
Robert Hoo
2020-03-16
1
-10
/
+61
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2020-03-11
7
-307
/
+824
|
\
|
*
aio-posix: remove idle poll handlers to improve scalability
Stefan Hajnoczi
2020-03-09
3
-7
/
+90
|
*
aio-posix: support userspace polling of fd monitoring
Stefan Hajnoczi
2020-03-09
4
-3
/
+16
|
*
aio-posix: add io_uring fd monitoring implementation
Stefan Hajnoczi
2020-03-09
4
-5
/
+362
|
*
aio-posix: simplify FDMonOps->update() prototype
Stefan Hajnoczi
2020-03-09
3
-16
/
+16
|
*
aio-posix: extract ppoll(2) and epoll(7) fd monitoring
Stefan Hajnoczi
2020-03-09
5
-274
/
+330
|
*
aio-posix: move RCU_READ_LOCK() into run_poll_handlers()
Stefan Hajnoczi
2020-03-09
1
-10
/
+10
|
*
aio-posix: completely stop polling when disabled
Stefan Hajnoczi
2020-03-09
1
-7
/
+15
|
*
aio-posix: remove confusing QLIST_SAFE_REMOVE()
Stefan Hajnoczi
2020-03-09
1
-1
/
+1
*
|
util/osdep: Improve error report by calling error_setg_win32()
Philippe Mathieu-Daudé
2020-03-09
1
-2
/
+2
|
/
*
mem-prealloc: optimize large guest startup
bauerchen
2020-02-25
1
-8
/
+24
*
module: check module wasn't already initialized
Alexander Bulekov
2020-02-22
1
-0
/
+7
*
aio-posix: make AioHandler dispatch O(1) with epoll
Stefan Hajnoczi
2020-02-22
1
-32
/
+78
*
aio-posix: make AioHandler deletion O(1)
Stefan Hajnoczi
2020-02-22
1
-18
/
+35
*
aio-posix: don't pass ns timeout to epoll_wait()
Stefan Hajnoczi
2020-02-22
1
-0
/
+3
*
aio-posix: fix use after leaving scope in aio_poll()
Stefan Hajnoczi
2020-02-22
1
-12
/
+8
*
util/async: make bh_aio_poll() O(1)
Stefan Hajnoczi
2020-02-22
1
-99
/
+138
*
aio-posix: avoid reacquiring rcu_read_lock() when polling
Stefan Hajnoczi
2020-02-22
1
-0
/
+11
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200221' into...
Peter Maydell
2020-02-21
2
-0
/
+30
|
\
|
*
mem: move nvdimm_device_list to utilities
Shivaprasad G Bhat
2020-02-20
2
-0
/
+30
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...
Peter Maydell
2020-02-20
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
linux-user: Use `qemu_log' for strace
Josh Kunz
2020-02-19
1
-0
/
+2
*
|
Report stringified errno in VFIO related errors
Michal Privoznik
2020-02-18
1
-3
/
+3
|
/
*
Remove support for CLOCK_MONOTONIC not being defined
Peter Maydell
2020-02-12
1
-7
/
+4
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2020-01-31
1
-12
/
+16
|
\
|
*
qemu_set_log_filename: filename argument may be NULL
Salvador Fandino
2020-01-30
1
-12
/
+16
*
|
util/async: add aio interfaces for io_uring
Aarushi Mehta
2020-01-30
1
-0
/
+36
|
/
*
util/cacheinfo: fix crash when compiling with uClibc
Carlos Santos
2020-01-22
1
-2
/
+8
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
2020-01-13
1
-0
/
+1
|
\
|
*
util/module: fix a memory leak
Pan Nengyuan
2020-01-08
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-10
1
-2
/
+11
|
\
\
|
*
|
replay: record and replay random number sources
Pavel Dovgalyuk
2020-01-07
1
-2
/
+11
|
|
/
*
/
chardev: generate an internal id when none given
Marc-André Lureau
2020-01-07
1
-0
/
+1
|
/
*
Merge remote-tracking branch 'remotes/elmarco/tags/dbus-vmstate7-pull-request...
Peter Maydell
2020-01-06
2
-0
/
+60
|
\
|
*
util: add dbus helper unit
Marc-André Lureau
2020-01-06
2
-0
/
+60
*
|
osdep: add qemu_unlink()
Marc-André Lureau
2020-01-02
1
-0
/
+15
|
/
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...
Peter Maydell
2019-12-20
1
-24
/
+76
|
\
|
*
Add use of RCU for qemu_logfile.
Robert Foley
2019-12-18
1
-21
/
+51
|
*
Add a mutex to guarantee single writer to qemu_logfile handle.
Robert Foley
2019-12-18
1
-0
/
+12
|
*
Cleaned up flow of code in qemu_set_log(), to simplify and clarify.
Robert Foley
2019-12-18
1
-6
/
+15
|
*
Fix double free issue in qemu_set_log_filename().
Robert Foley
2019-12-18
1
-0
/
+1
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
2019-12-20
1
-3
/
+5
|
\
\
|
*
|
util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
Markus Armbruster
2019-12-18
1
-3
/
+5
|
|
/
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-12-20
2
-14
/
+11
|
\
\
[prev]
[next]