Sign in
qemu
/
qemu
/
09eb69a573521b90cfa5b2c1c02e01adceb5405f
/
util
ba59fb7
QemuMutex: support --enable-debug-mutex
by Paolo Bonzini
· 7 years ago
f1aff7a
qemu-thread: introduce qemu-thread-common.h
by Peter Xu
· 7 years ago
33836a7
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into staging
by Peter Maydell
· 7 years ago
0f01b9f
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
a33fbb4
hbitmap: Add @advance param to hbitmap_iter_next()
by Max Reitz
· 7 years ago
4745146
monitor: add lock to protect mon_fdsets
by Peter Xu
· 7 years ago
32359d5
qht: return existing entry when qht_insert fails
by Emilio G. Cota
· 8 years ago
61b8cef
qht: require a default comparison function
by Emilio G. Cota
· 8 years ago
609f45e
block: Add block-specific QDict header
by Max Reitz
· 7 years ago
719a307
Purge uses of banned g_assert_FOO()
by Markus Armbruster
· 7 years ago
7f3fb00
qemu-option: Pull out "Supported options" print
by Max Reitz
· 7 years ago
0d514fa
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 7 years ago
21891a5
main-loop: drop spin_counter
by Stefan Hajnoczi
· 7 years ago
4f938cb
memfd: Avoid Coverity warning about integer overflow
by Peter Maydell
· 7 years ago
eecf5ee
util: implement simple iova tree
by Peter Xu
· 7 years ago
d29eb67
replace functions which are only available in glib-2.24
by Olaf Hering
· 7 years ago
4a4ff4c
Remove unnecessary variables for function return value
by Laurent Vivier
· 7 years ago
cd0a6d2
iothread: fix epollfd leak in the process of delIOThread
by Jie Wang
· 7 years ago
ae76518
tcg: Optionally log FPU state in TCG -d cpu logging
by Peter Maydell
· 7 years ago
950c4e6
opts: don't silently truncate long option values
by Daniel P. Berrangé
· 7 years ago
e652714
opts: don't silently truncate long parameter keys
by Daniel P. Berrangé
· 7 years ago
20efc49
accel: use g_strsplit for parsing accelerator names
by Daniel P. Berrangé
· 7 years ago
d820fa5
qemu-thread: always keep the posix wrapper layer
by Peter Xu
· 7 years ago
cb3e7f0
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
by Marc-André Lureau
· 7 years ago
0de6e2a
Make qemu_mempath_getpagesize() accept NULL
by David Gibson
· 7 years ago
648abbf
memfd: fix vhost-user-test on non-memfd capable host
by Marc-André Lureau
· 7 years ago
d697484
sys_membarrier: fix up include directives
by Bruce Rogers
· 7 years ago
c40a254
coroutine: avoid co_queue_wakeup recursion
by Stefan Hajnoczi
· 7 years ago
90c558b
iothread: fix breakage on windows
by Peter Xu
· 7 years ago
7dc847e
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
by Max Reitz
· 7 years ago
3788c7b
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
1723d6b
sockets: allow SocketAddress 'fd' to reference numeric file descriptors
by Daniel P. Berrange
· 7 years ago
30bdb3c
sockets: check that the named file descriptor is a socket
by Daniel P. Berrange
· 7 years ago
58dc31f
sockets: move fd_is_socket() into common sockets code
by Daniel P. Berrange
· 7 years ago
473a2a3
cutils: add qemu_strtoi & qemu_strtoui parsers for int/unsigned int types
by Daniel P. Berrange
· 7 years ago
834eddf
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 7 years ago
d759c95
replay: push replay_mutex_lock up the call tree
by Alex Bennée
· 7 years ago
4b930d2
replay: save prior value of the host clock
by Pavel Dovgalyuk
· 7 years ago
a40161c
membarrier: add --enable-membarrier
by Paolo Bonzini
· 7 years ago
c8d3877
membarrier: introduce qemu/sys_membarrier.h
by Paolo Bonzini
· 7 years ago
77a8b84
rcu: make memory barriers more explicit
by Paolo Bonzini
· 7 years ago
b16a54d
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180312-pull-request' into staging
by Peter Maydell
· 7 years ago
7376eda
block: make BDRV_POLL_WHILE() re-entrancy safe
by Stefan Hajnoczi
· 7 years ago
12c06d6
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
0e39c4a
build: try improve handling of clang warnings
by Gerd Hoffmann
· 7 years ago
7221539
util: Add qemu_opts_to_qdict_filtered()
by Kevin Wolf
· 7 years ago
b89d92f
block: add aio_wait_bh_oneshot()
by Stefan Hajnoczi
· 7 years ago
58e2e17
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
f2bb2d1
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 7 years ago
a151516
util/uri.c: wrap single statement blocks with braces {}
by Su Hang
· 7 years ago
42fa272
util/uri.c: remove brackets that wrap `return` statement's content.
by Su Hang
· 7 years ago
be95ada
util/uri.c: Coding style check, Only whitespace involved
by Su Hang
· 7 years ago
112ed24
qapi: Empty out qapi-schema.json
by Markus Armbruster
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
7719f3c
block: extract AIO_WAIT_WHILE() from BlockDriverState
by Stefan Hajnoczi
· 7 years ago
78d8c99
block/nvme: fix Coverity reports
by Paolo Bonzini
· 7 years ago
06329cc
mem: add share parameter to memory-backend-ram
by Marcel Apfelbaum
· 7 years ago
d2f668b
misc: fix spelling
by Marc-André Lureau
· 7 years ago
8f801ba
async: use ARRAY_SIZE macro
by Philippe Mathieu-Daudé
· 8 years ago
9bc5a71
oslib-posix: check for posix_memalign in configure script
by Andreas Gustafsson
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
47e6b29
Include qapi/qmp/qlist.h exactly where needed
by Markus Armbruster
· 7 years ago
15280c3
qdict qlist: Make most helper macros functions
by Markus Armbruster
· 7 years ago
6b67395
Eliminate qapi/qmp/types.h
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
008a51b
Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into staging
by Peter Maydell
· 7 years ago
b256b89
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging
by Peter Maydell
· 7 years ago
418026c
util: Introduce vfio helpers
by Fam Zheng
· 7 years ago
5261dd7
coroutine-lock: make qemu_co_enter_next thread-safe
by Paolo Bonzini
· 7 years ago
1a957cf
coroutine-lock: convert CoQueue to use QemuLockable
by Paolo Bonzini
· 7 years ago
3260cdf
hbitmap: fix missing restore count when finish deserialization
by Liang Li
· 7 years ago
2ef8c0c
memfd: add hugetlbsize argument
by Marc-André Lureau
· 7 years ago
c5b2a9e
memfd: add hugetlb support
by Marc-André Lureau
· 7 years ago
0f2956f
memfd: add error argument, instead of perror()
by Marc-André Lureau
· 7 years ago
d83414e
ucontext: annotate coroutine stack for ASAN
by Marc-André Lureau
· 7 years ago
3e32370
sockets: fix parsing of ipv4/ipv6 opts in parse_socket_addr
by Daniel P. Berrange
· 7 years ago
4183e2e
readline: don't free completions in readline_free()
by Greg Kurz
· 7 years ago
f78b6f9
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
e044c0f
Revert "qemu: add a cleanup callback function to EventNotifier"
by Michael S. Tsirkin
· 7 years ago
f86428a
osdep: Retry SETLK upon EINTR
by Fam Zheng
· 7 years ago
e3ab04d
memfd: remove needless include
by Marc-André Lureau
· 7 years ago
dcff103
memfd: split qemu_memfd_alloc()
by Marc-André Lureau
· 7 years ago
f87d72f
qemu: add a cleanup callback function to EventNotifier
by Gal Hammer
· 7 years ago
6c27a0d
util/qemu-thread-*: add qemu_lock, locked and unlock trace events
by Alex Bennée
· 7 years ago
b11e20f
qemu-config: fix leak in query-command-line-options
by Marc-André Lureau
· 7 years ago
e5dc1a6
readline: add a free function
by Marc-André Lureau
· 7 years ago
23bafd7
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
c3e7267
Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into staging
by Peter Maydell
· 7 years ago
5a22ab7
rcu: reduce more than 7MB heap memory by malloc_trim()
by Yang Zhong
· 7 years ago
6247351
sockets: remove obsolete code that updated listen address
by Daniel P. Berrange
· 7 years ago
68a9398
qemu-thread: fix races on threads that exit very quickly
by linzhecheng
· 7 years ago
75e5b70
memfd: fix configure test
by Paolo Bonzini
· 7 years ago
bfab1ae
util: add is_equal to UUID API
by Roman Kagan
· 7 years ago
200780a
Merge remote-tracking branch 'remotes/armbru/tags/pull-cmdline-2017-12-18-v2' into staging
by Peter Maydell
· 7 years ago
f1faf2d
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
by Peter Maydell
· 7 years ago
3e05349
option: Drop unused get_param_value(), get_next_param_value()
by Markus Armbruster
· 7 years ago
da78e38
option: Remove shadowing opt decl from qemu_opt_print()
by Dr. David Alan Gilbert
· 7 years ago
03c1c09
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
by Peter Maydell
· 7 years ago
78f1d3d
coroutine: simplify co_aio_sleep_ns() prototype
by Stefan Hajnoczi
· 7 years ago
56207df
hbitmap: add next_zero function
by Vladimir Sementsov-Ogievskiy
· 7 years ago
Next »