Age | Commit message (Expand) | Author | Files | Lines |
2017-03-05 | qmp: Dumb down how we run QMP command registration | Markus Armbruster | 1 | -2/+0 |
2017-03-04 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into... | Peter Maydell | 1 | -0/+2 |
2017-03-03 | cpus: reorganize signal handling code | Paolo Bonzini | 1 | -0/+9 |
2017-03-03 | cpus: remove ugly cast on sigbus_handler | Paolo Bonzini | 2 | -42/+28 |
2017-03-03 | exec, kvm, target-ppc: Move getrampagesize() to common code | Alexey Kardashevskiy | 1 | -0/+2 |
2017-03-01 | timer: use an inline function for free | Marc-André Lureau | 1 | -1/+4 |
2017-02-28 | throttle: factor out duplicate code | Pradeep Jagadeesh | 1 | -0/+92 |
2017-02-23 | util/cutils: Change qemu_strtosz*() from int64_t to uint64_t | Markus Armbruster | 1 | -3/+3 |
2017-02-23 | util/cutils: Return qemu_strtosz*() error and value separately | Markus Armbruster | 1 | -3/+3 |
2017-02-23 | util/cutils: New qemu_strtosz() | Markus Armbruster | 1 | -16/+1 |
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 | -2/+2 |
2017-02-23 | util/cutils: Rename qemu_strtoll(), qemu_strtoull() | Markus Armbruster | 1 | -3/+3 |
2017-02-21 | coroutine-lock: make CoRwlock thread-safe and fair | Paolo Bonzini | 1 | -1/+2 |
2017-02-21 | coroutine-lock: add mutex argument to CoQueue APIs | Paolo Bonzini | 1 | -3/+5 |
2017-02-21 | coroutine-lock: place CoMutex before CoQueue in header | Paolo Bonzini | 1 | -45/+44 |
2017-02-21 | coroutine-lock: add limited spinning to CoMutex | Paolo Bonzini | 1 | -0/+5 |
2017-02-21 | coroutine-lock: make CoMutex thread-safe | Paolo Bonzini | 1 | -2/+15 |
2017-02-21 | aio: introduce aio_co_schedule and aio_co_wake | Paolo Bonzini | 1 | -1/+10 |
2017-02-09 | util: add iterators for QemuOpts values | Daniel P. Berrange | 1 | -0/+9 |
2017-02-02 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into... | Peter Maydell | 1 | -0/+27 |
2017-02-01 | ARRAY_SIZE: check that argument is an array | Michael S. Tsirkin | 1 | -1/+8 |
2017-02-01 | compiler: expression version of QEMU_BUILD_BUG_ON | Michael S. Tsirkin | 1 | -0/+3 |
2017-02-01 | compiler: rework BUG_ON using a struct | Michael S. Tsirkin | 1 | -3/+7 |
2017-02-01 | QEMU_BUILD_BUG_ON: use __COUNTER__ | Michael S. Tsirkin | 1 | -1/+5 |
2017-01-31 | compiler: drop ; after BUILD_BUG_ON | Michael S. Tsirkin | 1 | -1/+2 |
2017-01-31 | host-utils: Implement unsigned quadword left/right shift and unit tests | Jose Ricardo Ziviani | 1 | -0/+27 |
2017-01-27 | char: rename CharDriverState Chardev | Marc-André Lureau | 1 | -1/+1 |
2017-01-26 | hbitmap: Add hbitmap_is_serializable() | Max Reitz | 1 | -0/+13 |
2017-01-25 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st... | Peter Maydell | 2 | -2/+2 |
2017-01-24 | include: Fix typos found by codespell | Stefan Weil | 2 | -2/+2 |
2017-01-24 | migration: migrate QTAILQ | Jianjun Duan | 1 | -0/+60 |
2017-01-23 | arch_init: Remove unnecessary default_config_files table | Eduardo Habkost | 1 | -4/+0 |
2017-01-23 | io: introduce a DNS resolver API | Daniel P. Berrange | 1 | -0/+2 |
2017-01-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -3/+15 |
2017-01-16 | event_notifier: cleanups around event_notifier_set_handler | Paolo Bonzini | 2 | -3/+15 |
2017-01-16 | qemu-thread: optimize QemuLockCnt with futexes on Linux | Paolo Bonzini | 2 | -0/+38 |
2017-01-16 | qemu-thread: introduce QemuLockCnt | Paolo Bonzini | 1 | -0/+110 |
2017-01-10 | qemu/host-utils.h: Reduce the operation count in the fallback ctpop | Richard Henderson | 1 | -14/+11 |
2017-01-09 | coroutine: Introduce qemu_coroutine_enter_if_inactive() | Kevin Wolf | 1 | -0/+6 |
2016-12-22 | main-loop: update comment for qemu_mutex_lock/unlock_iothread | Yaowei Bai | 1 | -2/+2 |
2016-12-22 | timer: fix misleading comment in timer.h | Yaowei Bai | 1 | -1/+1 |
2016-12-22 | exec: introduce MemoryRegionCache | Paolo Bonzini | 1 | -0/+1 |
2016-11-15 | bitops: fix rol/ror when shift is zero | Nikunj A Dadhania | 1 | -8/+8 |
2016-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Stefan Hajnoczi | 2 | -0/+4 |
2016-11-02 | nbd: Improve server handling of shutdown requests | Eric Blake | 1 | -0/+3 |
2016-11-01 | log: Add locking to large logging blocks | Richard Henderson | 1 | -0/+16 |
2016-11-01 | qemu-error: remove dependency of stubs on monitor | Paolo Bonzini | 1 | -0/+1 |
2016-10-31 | util/qemu-sockets: Make inet_connect_saddr() public | Ashijeet Acharya | 1 | -0/+2 |
2016-10-28 | aio: convert from RFifoLock to QemuRecMutex | Paolo Bonzini | 1 | -54/+0 |