index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
Age
Commit message (
Expand
)
Author
2017-03-21
keyval: Document issues with 'any' and alternate types
Markus Armbruster
2017-03-21
keyval: Improve some comments
Markus Armbruster
2017-03-19
qemu-ga: obey LISTEN_PID when using systemd socket activation
Paolo Bonzini
2017-03-17
oslib-posix: fix compilation on OpenBSD
Paolo Bonzini
2017-03-17
thread-pool: add missing qemu_bh_cancel in completion function
Peter Lieven
2017-03-15
os: don't corrupt pre-existing memory-backend data with prealloc
Daniel P. Berrange
2017-03-14
icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread
Paolo Bonzini
2017-03-14
cpus: define QEMUTimerListNotifyCB for QEMU system emulation
Paolo Bonzini
2017-03-14
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
2017-03-14
qemu-timer: fix off-by-one
Paolo Bonzini
2017-03-14
util: Removed unneeded header from path.c
Suramya Shah
2017-03-14
mem-prealloc: reduce large guest start-up and migration time.
Jitendra Kolhe
2017-03-07
keyval: Support lists
Markus Armbruster
2017-03-07
keyval: Restrict key components to valid QAPI names
Markus Armbruster
2017-03-07
keyval: New keyval_parse()
Markus Armbruster
2017-03-04
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into...
Peter Maydell
2017-03-03
cpus: remove ugly cast on sigbus_handler
Paolo Bonzini
2017-03-03
exec, kvm, target-ppc: Move getrampagesize() to common code
Alexey Kardashevskiy
2017-03-02
Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st...
Peter Maydell
2017-03-01
timer: use an inline function for free
Marc-André Lureau
2017-02-28
option: Tweak invalid size error message and unbreak iotest 049
Markus Armbruster
2017-02-23
option: Fix checking of sizes for overflow and trailing crap
Markus Armbruster
2017-02-23
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
2017-02-23
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
2017-02-23
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
2017-02-23
util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macros
Markus Armbruster
2017-02-23
util/cutils: New qemu_strtosz()
Markus Armbruster
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
[next]