aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
2018-10-17qemu/compiler: Wrap __attribute__((flatten)) in a macroThomas Huth1-0/+15
2018-10-08Merge remote-tracking branch 'remotes/elmarco/tags/option-pull-request' into ...Peter Maydell1-0/+12
2018-10-05cutils: add qemu_pstrcmp0()Marc-André Lureau1-0/+12
2018-10-05hw/display/qxl: Suppress clang-7 warning about misaligned atomic operationPeter Maydell1-0/+9
2018-10-02dump: move Windows dump structures definitionsViktor Prutyanov1-0/+179
2018-10-02timer: introduce new virtual clockPavel Dovgalyuk1-0/+9
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau1-1/+2
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau1-1/+17
2018-10-02util: add atomic64Emilio G. Cota1-0/+34
2018-10-02cacheinfo: add i/d cache_linesize_logEmilio G. Cota1-0/+2
2018-10-02atomic: fix comment s/x64_64/x86_64/Emilio G. Cota1-1/+1
2018-10-02qsp: hide indirect function calls from CoverityPaolo Bonzini1-0/+17
2018-10-01include: Add a lookup table of sizesLeonid Bloch1-0/+55
2018-09-26qht: constify qht_statistics_initEmilio G. Cota1-1/+1
2018-09-26qht: constify qht_lookupEmilio G. Cota1-2/+2
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota1-3/+2
2018-09-26qht: add qht_iter_removeEmilio G. Cota1-0/+19
2018-09-25blockjob: Lie better in child_job_drained_poll()Kevin Wolf1-0/+3
2018-09-25block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf1-0/+5
2018-09-25test-blockjob: Acquire AioContext around job_cancel_sync()Kevin Wolf1-0/+6
2018-09-25blockjob: Wake up BDS when job becomes idleKevin Wolf1-0/+3
2018-09-25jobs: remove .exit callbackJohn Snow1-11/+0
2018-09-24qemu-error: make use of {error, warn}_report_once_condCornelia Huck1-20/+10
2018-09-24qemu-error: add {error, warn}_report_once_condCornelia Huck1-0/+5
2018-08-31jobs: remove job_defer_to_main_loopJohn Snow1-17/+0
2018-08-31jobs: remove ret argument to job_completed; privatize itJohn Snow1-13/+15
2018-08-31jobs: add exit shimJohn Snow1-0/+11
2018-08-31jobs: canonize Error objectJohn Snow1-6/+8
2018-08-31jobs: change start callback to run callbackJohn Snow1-1/+1
2018-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-08-27-v2' i...Peter Maydell1-0/+32
2018-08-27Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request...Peter Maydell1-0/+6
2018-08-27util: promote qemu_egl_rendernode_open() to libqemuutilMarc-André Lureau1-0/+6
2018-08-27qemu-error: introduce {error|warn}_report_oncePeter Xu1-0/+32
2018-08-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qobject-2018-08-24' in...Peter Maydell1-0/+1
2018-08-24json: Reject invalid UTF-8 sequencesMarkus Armbruster1-0/+1
2018-08-24Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180822-1'...Peter Maydell1-0/+1
2018-08-23seqlock: add QemuLockable supportPaolo Bonzini1-0/+20
2018-08-23rcu_queue: add RCU QTAILQEmilio G. Cota1-0/+66
2018-08-23rcu_queue: add RCU QSIMPLEQEmilio G. Cota1-0/+65
2018-08-23rcu_queue: remove barrier from QLIST_EMPTY_RCUEmilio G. Cota1-1/+1
2018-08-23rcu_queue: use atomic_set in QLIST_REMOVE_RCUEmilio G. Cota1-1/+1
2018-08-23qsp: track BQL callers explicitlyEmilio G. Cota2-1/+4
2018-08-23qsp: support call site coalescingEmilio G. Cota1-1/+1
2018-08-23qsp: add qsp_resetEmilio G. Cota1-0/+1
2018-08-23qsp: add sort_by option to qsp_reportEmilio G. Cota1-1/+7
2018-08-23qsp: QEMU's Synchronization ProfilerEmilio G. Cota5-11/+86
2018-08-23seqlock: constify seqlock_read_beginEmilio G. Cota1-1/+1
2018-08-22migration: hold the lock only if it is really neededXiao Guangrong1-0/+1
2018-08-10migration/ram: ensure write persistence on loading all data to PMEM.Junyan He1-0/+6
2018-08-10mem/nvdimm: ensure write persistence to PMEM in label emulationJunyan He1-0/+30