aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)Author
2018-10-23osdep: Work around MinGW assertRichard Henderson
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-10-19qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko
2018-10-19qemu-timer: introduce timer attributesArtem Pisarenko
2018-10-19Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko
2018-10-18tcg: Split CONFIG_ATOMIC128Richard Henderson
2018-10-18tcg: distribute tcg_time into TCG contextsEmilio G. Cota
2018-10-17qemu/compiler: Wrap __attribute__((flatten)) in a macroThomas Huth
2018-10-08Merge remote-tracking branch 'remotes/elmarco/tags/option-pull-request' into ...Peter Maydell
2018-10-05cutils: add qemu_pstrcmp0()Marc-André Lureau
2018-10-05hw/display/qxl: Suppress clang-7 warning about misaligned atomic operationPeter Maydell
2018-10-02dump: move Windows dump structures definitionsViktor Prutyanov
2018-10-02timer: introduce new virtual clockPavel Dovgalyuk
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau
2018-10-02util: add atomic64Emilio G. Cota
2018-10-02cacheinfo: add i/d cache_linesize_logEmilio G. Cota
2018-10-02atomic: fix comment s/x64_64/x86_64/Emilio G. Cota
2018-10-02qsp: hide indirect function calls from CoverityPaolo Bonzini
2018-10-01include: Add a lookup table of sizesLeonid Bloch
2018-09-26qht: constify qht_statistics_initEmilio G. Cota
2018-09-26qht: constify qht_lookupEmilio G. Cota
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota
2018-09-26qht: add qht_iter_removeEmilio G. Cota
2018-09-25blockjob: Lie better in child_job_drained_poll()Kevin Wolf
2018-09-25block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf
2018-09-25test-blockjob: Acquire AioContext around job_cancel_sync()Kevin Wolf
2018-09-25blockjob: Wake up BDS when job becomes idleKevin Wolf
2018-09-25jobs: remove .exit callbackJohn Snow
2018-09-24qemu-error: make use of {error, warn}_report_once_condCornelia Huck
2018-09-24qemu-error: add {error, warn}_report_once_condCornelia Huck
2018-08-31jobs: remove job_defer_to_main_loopJohn Snow
2018-08-31jobs: remove ret argument to job_completed; privatize itJohn Snow
2018-08-31jobs: add exit shimJohn Snow
2018-08-31jobs: canonize Error objectJohn Snow
2018-08-31jobs: change start callback to run callbackJohn Snow
2018-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i...Peter Maydell
2018-08-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request...Peter Maydell
2018-08-27util: promote qemu_egl_rendernode_open() to libqemuutilMarc-André Lureau
2018-08-27qemu-error: introduce {error|warn}_report_oncePeter Xu
2018-08-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-08-24' in...Peter Maydell
2018-08-24json: Reject invalid UTF-8 sequencesMarkus Armbruster
2018-08-24Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180822-1'...Peter Maydell
2018-08-23seqlock: add QemuLockable supportPaolo Bonzini
2018-08-23rcu_queue: add RCU QTAILQEmilio G. Cota
2018-08-23rcu_queue: add RCU QSIMPLEQEmilio G. Cota
2018-08-23rcu_queue: remove barrier from QLIST_EMPTY_RCUEmilio G. Cota
2018-08-23rcu_queue: use atomic_set in QLIST_REMOVE_RCUEmilio G. Cota
2018-08-23qsp: track BQL callers explicitlyEmilio G. Cota
2018-08-23qsp: support call site coalescingEmilio G. Cota