Age | Commit message (Expand) | Author | Files | Lines |
2017-03-07 | keyval: Support lists | Markus Armbruster | 1 | -12/+171 |
2017-03-07 | keyval: Restrict key components to valid QAPI names | Markus Armbruster | 1 | -4/+8 |
2017-03-07 | keyval: New keyval_parse() | Markus Armbruster | 2 | -0/+232 |
2017-03-04 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into... | Peter Maydell | 1 | -0/+25 |
2017-03-03 | cpus: remove ugly cast on sigbus_handler | Paolo Bonzini | 3 | -5/+34 |
2017-03-03 | exec, kvm, target-ppc: Move getrampagesize() to common code | Alexey Kardashevskiy | 1 | -0/+25 |
2017-03-02 | Merge remote-tracking branch 'remotes/elmarco/tags/leak-pull-request' into st... | Peter Maydell | 1 | -5/+0 |
2017-03-01 | timer: use an inline function for free | Marc-André Lureau | 1 | -5/+0 |
2017-02-28 | option: Tweak invalid size error message and unbreak iotest 049 | Markus Armbruster | 1 | -1/+1 |
2017-02-23 | option: Fix checking of sizes for overflow and trailing crap | Markus Armbruster | 1 | -28/+13 |
2017-02-23 | util/cutils: Change qemu_strtosz*() from int64_t to uint64_t | Markus Armbruster | 1 | -5/+9 |
2017-02-23 | util/cutils: Return qemu_strtosz*() error and value separately | Markus Armbruster | 1 | -10/+12 |
2017-02-23 | util/cutils: Let qemu_strtosz*() optionally reject trailing crap | Markus Armbruster | 1 | -5/+9 |
2017-02-23 | util/cutils: Drop QEMU_STRTOSZ_DEFSUFFIX_* macros | Markus Armbruster | 1 | -18/+10 |
2017-02-23 | util/cutils: New qemu_strtosz() | Markus Armbruster | 1 | -4/+11 |
2017-02-23 | util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB() | Markus Armbruster | 1 | -1/+1 |
2017-02-23 | util/cutils: New qemu_strtosz_metric() | Markus Armbruster | 1 | -3/+8 |
2017-02-23 | option: Fix to reject invalid and overflowing numbers | Markus Armbruster | 1 | -3/+8 |
2017-02-23 | util/cutils: Clean up control flow around qemu_strtol() a bit | Markus Armbruster | 1 | -42/+43 |
2017-02-23 | util/cutils: Clean up variable names around qemu_strtol() | Markus Armbruster | 1 | -21/+21 |
2017-02-23 | util/cutils: Rename qemu_strtoll(), qemu_strtoull() | Markus Armbruster | 2 | -4/+4 |
2017-02-23 | util/cutils: Rewrite documentation of qemu_strtol() & friends | Markus Armbruster | 1 | -39/+49 |
2017-02-23 | option: Assert value string isn't null | Markus Armbruster | 1 | -50/+39 |
2017-02-21 | coroutine-lock: make CoRwlock thread-safe and fair | Paolo Bonzini | 1 | -11/+24 |
2017-02-21 | coroutine-lock: add mutex argument to CoQueue APIs | Paolo Bonzini | 1 | -3/+21 |
2017-02-21 | coroutine-lock: add limited spinning to CoMutex | Paolo Bonzini | 2 | -7/+46 |
2017-02-21 | coroutine-lock: make CoMutex thread-safe | Paolo Bonzini | 2 | -10/+144 |
2017-02-21 | async: remove unnecessary inc/dec pairs | Paolo Bonzini | 3 | -15/+13 |
2017-02-21 | aio-posix: partially inline aio_dispatch into aio_poll | Paolo Bonzini | 3 | -40/+19 |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini | 1 | -1/+3 |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini | 2 | -2/+4 |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini | 2 | -13/+0 |
2017-02-21 | block: explicitly acquire aiocontext in timers that need it | Paolo Bonzini | 3 | -5/+1 |
2017-02-21 | aio: push aio_context_acquire/release down to dispatching | Paolo Bonzini | 3 | -22/+20 |
2017-02-21 | coroutine-lock: reschedule coroutine on the AioContext it was running on | Paolo Bonzini | 2 | -4/+2 |
2017-02-21 | aio: introduce aio_co_schedule and aio_co_wake | Paolo Bonzini | 3 | -0/+77 |
2017-02-21 | block: move AioContext, QEMUTimer, main-loop to libqemuutil | Paolo Bonzini | 10 | -1/+3347 |
2017-02-13 | migration: consolidate VMStateField.start | Halil Pasic | 1 | -1/+1 |
2017-02-09 | util: add iterators for QemuOpts values | Daniel P. Berrange | 1 | -0/+19 |
2017-01-31 | host-utils: Implement unsigned quadword left/right shift and unit tests | Jose Ricardo Ziviani | 1 | -0/+64 |
2017-01-31 | host-utils: Move 128-bit guard macro to .c file | Jose Ricardo Ziviani | 2 | -1/+3 |
2017-01-26 | hbitmap: Add hbitmap_is_serializable() | Max Reitz | 1 | -3/+19 |
2017-01-24 | win32: use glib gpoll if glib >= 2.50 | Marc-André Lureau | 1 | -0/+2 |
2017-01-24 | util/mmap-alloc: refactor a little bit for readability | Cao jin | 1 | -6/+4 |
2017-01-24 | util/mmap-alloc: check parameter before using | Cao jin | 1 | -3/+4 |
2017-01-24 | Fix documentation and some comments (article, grammar) | Stefan Weil | 1 | -2/+2 |
2017-01-23 | io: introduce a DNS resolver API | Daniel P. Berrange | 1 | -2/+2 |
2017-01-23 | sockets: add ability to disable DNS resolution for InetSocketAddress | Daniel P. Berrange | 1 | -0/+7 |
2017-01-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 5 | -29/+16 |
2017-01-20 | bitmap: assert that start and nr are non negative | Peter Lieven | 1 | -0/+8 |