aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-10-16io: simplify websocket ping reply handlingDaniel P. Berrange
2017-10-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell
2017-10-16Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-10-13nbd: header constants indentingVladimir Sementsov-Ogievskiy
2017-10-13block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis
2017-10-13block: add bdrv_co_drain_end callbackManos Pitsidianakis
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri
2017-10-13tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri
2017-10-12nbd/server: structurize simple reply header sendingVladimir Sementsov-Ogievskiy
2017-10-12arm: fix armv7m_init() declaration to match definitionIgor Mammedov
2017-10-11Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into sta...Peter Maydell
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota
2017-10-10exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota
2017-10-10exec-all: fix typos in TranslationBlock's documentationEmilio G. Cota
2017-10-10cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota
2017-10-10glib-compat: move G_SOURCE_CONTINUE/REMOVE thereMarc-André Lureau
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange
2017-10-06commit: Remove overlay_bsKevin Wolf
2017-10-06block: Introduce BdrvChildRole.update_filenameKevin Wolf
2017-10-06dirty-bitmap: Switch bdrv_set_dirty() to bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytesEric Blake
2017-10-06dirty-bitmap: Change bdrv_get_dirty_locked() to take bytesEric Blake
2017-10-06dirty-bitmap: Set iterator start by offset, not sectorEric Blake
2017-10-06dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytesEric Blake
2017-10-06dirty-bitmap: Avoid size query failure during truncateEric Blake
2017-10-06dirty-bitmap: Drop unused functionsEric Blake
2017-10-06hbitmap: Rename serialization_granularity to serialization_alignEric Blake
2017-10-06s390x/3270: IDA support for 3270 via CcwDataStreamHalil Pasic
2017-10-06390x/css: introduce maximum data address checkingHalil Pasic
2017-10-06s390x/css: introduce css data streamHalil Pasic
2017-10-05Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-10-04-1' in...Peter Maydell
2017-10-04io: Reply to ping framesBrandon Carpenter
2017-10-04io: Add support for fragmented websocket binary framesBrandon Carpenter
2017-10-03iothread: export iothread_stop()Peter Xu
2017-10-03iothread: provide helpers for internal usePeter Xu
2017-10-03qom: provide root container for internal objsPeter Xu
2017-10-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-10-03Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-10-02' into ...Peter Maydell
2017-10-02kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz