aboutsummaryrefslogtreecommitdiff
path: root/include/qemu
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-02cutils: Do not include "qemu/units.h" directlyPhilippe Mathieu-Daudé1-1/+0
2018-07-02hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé1-7/+1
2018-07-02include: Add IEC binary prefixes in "qemu/units.h"Philippe Mathieu-Daudé1-0/+20
2018-06-29Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-0/+8
2018-06-29Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' in...Peter Maydell1-1/+0
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-0/+37
2018-06-29util: remove redundant include of glib.h and add osdep.hDaniel P. Berrangé1-1/+0
2018-06-29cutils: Provide strchrnulKeno Fischer1-0/+8
2018-06-28osdep: work around Coverity parsing errorsPaolo Bonzini1-0/+15
2018-06-28QemuMutex: support --enable-debug-mutexPaolo Bonzini2-0/+8
2018-06-28main-loop: document IOCanReadHandlerStefan Hajnoczi1-0/+14
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-0/+2
2018-06-21Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into stagingPeter Maydell1-7/+25
2018-06-18job: Add job_progress_increase_remaining()Max Reitz1-0/+15
2018-06-18hbitmap: Add @advance param to hbitmap_iter_next()Max Reitz1-1/+4
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota1-2/+5
2018-06-15qht: require a default comparison functionEmilio G. Cota1-5/+20
2018-06-15Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a'...Peter Maydell1-0/+1
2018-06-15bswap: Add new stn_*_p() and ldn_*_p() memory access functionsPeter Maydell1-0/+52
2018-06-15typedefs: add QJSONGreg Kurz1-0/+1
2018-06-12osdep: powerpc64 align memory to allow 2MB radix THP page tablesNicholas Piggin1-1/+2
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+10
2018-05-30job: Add error message for failing jobsKevin Wolf1-1/+6
2018-05-24osdep: add wait.h compat macrosMichael S. Tsirkin1-0/+10
2018-05-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+134
2018-05-23util: implement simple iova treePeter Xu1-0/+134
2018-05-23job: Add query-jobs QMP commandKevin Wolf1-0/+3
2018-05-23job: Move progress fields to JobKevin Wolf1-0/+28
2018-05-23job: Add job_transition_to_ready()Kevin Wolf1-3/+6