Sign in
qemu
/
qemu
/
028e2a7b876631eff165cac59eb43bdb2dcc213b
/
util
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
ff67604
misc: remove duplicated includes
by Philippe Mathieu-Daudé
· 7 years ago
57d1f6d
sparc: Make sure we mmap at SHMLBA alignment
by Peter Maydell
· 7 years ago
2d7ad7c
sockets: avoid crash when cleaning up sockets for an invalid FD
by Daniel P. Berrange
· 7 years ago
6133b39
coroutine: abort if we try to schedule or enter a pending coroutine
by Jeff Cody
· 7 years ago
62955e1
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
26a5db3
util/stats64: Fix min/max comparisons
by Max Reitz
· 7 years ago
ef6dada
util/async: use atomic_mb_set in qemu_bh_cancel
by Sergio Lopez
· 7 years ago
10a7b7e
sockets: avoid leak of listen file descriptor
by Daniel P. Berrange
· 7 years ago
ef9115d
aio-posix: drop QEMU_AIO_POLL_MAX_NS env var
by Stefan Hajnoczi
· 7 years ago
094611b
oslib-posix: Use sysctl(2) call to resolve exec_dir on NetBSD
by Kamil Rytarowski
· 7 years ago
5fa64b3
osdep: introduce qemu_mprotect_rwx/none
by Emilio G. Cota
· 8 years ago
e947d47
oslib-posix: Fix compiler warning and some data types
by Stefan Weil
· 7 years ago
9cf961b
sockets: Handle race condition between binds to the same port
by Knut Omang
· 8 years ago
39f8052
sockets: factor out create_fast_reuse_socket
by Knut Omang
· 8 years ago
89382c3
sockets: factor out a new try_bind() function
by Knut Omang
· 8 years ago
3637cf5
util: move qemu_real_host_page_size/mask to osdep.h
by Emilio G. Cota
· 8 years ago
e5766d6
config: qemu_config_parse() return number of config groups
by Eduardo Habkost
· 7 years ago
Next »