index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
2017-02-23
util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()
Markus Armbruster
2017-02-23
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
2017-02-23
option: Fix to reject invalid and overflowing numbers
Markus Armbruster
2017-02-23
util/cutils: Clean up control flow around qemu_strtol() a bit
Markus Armbruster
2017-02-23
util/cutils: Clean up variable names around qemu_strtol()
Markus Armbruster
2017-02-23
util/cutils: Rename qemu_strtoll(), qemu_strtoull()
Markus Armbruster
2017-02-23
util/cutils: Rewrite documentation of qemu_strtol() & friends
Markus Armbruster
2017-02-23
option: Assert value string isn't null
Markus Armbruster
2017-02-21
coroutine-lock: make CoRwlock thread-safe and fair
Paolo Bonzini
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
2017-02-21
coroutine-lock: add limited spinning to CoMutex
Paolo Bonzini
2017-02-21
coroutine-lock: make CoMutex thread-safe
Paolo Bonzini
2017-02-21
async: remove unnecessary inc/dec pairs
Paolo Bonzini
2017-02-21
aio-posix: partially inline aio_dispatch into aio_poll
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in callbacks that need it
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
2017-02-21
aio: push aio_context_acquire/release down to dispatching
Paolo Bonzini
2017-02-21
coroutine-lock: reschedule coroutine on the AioContext it was running on
Paolo Bonzini
2017-02-21
aio: introduce aio_co_schedule and aio_co_wake
Paolo Bonzini
2017-02-21
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
2017-02-09
util: add iterators for QemuOpts values
Daniel P. Berrange
2017-01-31
host-utils: Implement unsigned quadword left/right shift and unit tests
Jose Ricardo Ziviani
2017-01-31
host-utils: Move 128-bit guard macro to .c file
Jose Ricardo Ziviani
2017-01-26
hbitmap: Add hbitmap_is_serializable()
Max Reitz
2017-01-24
win32: use glib gpoll if glib >= 2.50
Marc-André Lureau
2017-01-24
util/mmap-alloc: refactor a little bit for readability
Cao jin
2017-01-24
util/mmap-alloc: check parameter before using
Cao jin
2017-01-24
Fix documentation and some comments (article, grammar)
Stefan Weil
2017-01-23
io: introduce a DNS resolver API
Daniel P. Berrange
2017-01-23
sockets: add ability to disable DNS resolution for InetSocketAddress
Daniel P. Berrange
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-20
bitmap: assert that start and nr are non negative
Peter Lieven
2017-01-19
Plumb the HAXM-based hardware acceleration support
Vincent Palatin
2017-01-16
qemu-thread: fix qemu_thread_set_name() race in qemu_thread_create()
Caoxinhua
2017-01-16
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
2017-01-16
qemu-thread: optimize QemuLockCnt with futexes on Linux
Paolo Bonzini
2017-01-16
qemu-thread: introduce QemuLockCnt
Paolo Bonzini
2017-01-09
coroutine: Introduce qemu_coroutine_enter_if_inactive()
Kevin Wolf
2017-01-03
aio: add AioPollFn and io_poll() interface
Stefan Hajnoczi
2016-11-29
hbitmap: Fix shifts of constants by granularity
Max Reitz
2016-11-22
Fix FreeBSD (10.x) build after 7dc9ae43
Ed Maste
2016-11-01
qemu-error: remove dependency of stubs on monitor
Paolo Bonzini
2016-10-31
sockets: add AF_VSOCK support
Stefan Hajnoczi
2016-10-31
util/qemu-sockets: Make inet_connect_saddr() public
Ashijeet Acharya
2016-10-31
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2016-10-28
clean-up: removed duplicate #includes
Anand J
2016-10-28
aio: convert from RFifoLock to QemuRecMutex
Paolo Bonzini
[next]