summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-16ui: don't export qemu_input_event_new_keyDaniel P. Berrange1-1/+0
2017-10-16ui: convert common input code to keycodemapdbDaniel P. Berrange1-1/+10
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost1-0/+6
2017-10-15dump: add guest ELF noteMarc-André Lureau1-0/+2
2017-10-15hw/misc: add vmcoreinfo deviceMarc-André Lureau1-0/+46
2017-10-15fw_cfg: add write callbackMarc-André Lureau1-0/+3
2017-10-13nbd: header constants indentingVladimir Sementsov-Ogievskiy1-7/+8
2017-10-13block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis1-2/+2
2017-10-13block: add bdrv_co_drain_end callbackManos Pitsidianakis1-2/+9
2017-10-13tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri1-12/+0
2017-10-13tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri1-2/+13
2017-10-13tpm-backend: Made few interface methods optionalAmarnath Valluri1-11/+2
2017-10-13tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri1-7/+0
2017-10-13tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri2-53/+20
2017-10-13tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri1-1/+0
2017-10-12nbd/server: structurize simple reply header sendingVladimir Sementsov-Ogievskiy1-0/+6
2017-10-12arm: fix armv7m_init() declaration to match definitionIgor Mammedov1-1/+1
2017-10-12disas: Always initialize read_memory_inner_func properlyThomas Huth1-0/+1
2017-10-12ide: support reporting of rotation rateDaniel P. Berrange1-0/+8
2017-10-11Merge remote-tracking branch 'remotes/elmarco/tags/vus-pull-request' into sta...Peter Maydell1-0/+7
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota2-2/+6
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota1-2/+10
2017-10-10exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota1-0/+2
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota2-3/+2
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota1-0/+49
2017-10-10exec-all: fix typos in TranslationBlock's documentationEmilio G. Cota1-2/+2
2017-10-10cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota2-2/+2
2017-10-10glib-compat: move G_SOURCE_CONTINUE/REMOVE thereMarc-André Lureau1-0/+7
2017-10-09vl: exit if maxcpus is negativeSeeteena Thoufeek1-1/+1
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov1-2/+2
2017-10-09machine: Add a valid_cpu_types propertyAlistair Francis1-0/+1
2017-10-06block: convert qcrypto_block_encrypt|decrypt to take bytes offsetDaniel P. Berrange1-6/+8
2017-10-06crypto: expose encryption sector size in APIsDaniel P. Berrange1-0/+15
2017-10-06commit: Remove overlay_bsKevin Wolf1-2/+1
2017-10-06block: Introduce BdrvChildRole.update_filenameKevin Wolf1-0/+6
2017-10-06dirty-bitmap: Switch bdrv_set_dirty() to bytesEric Blake1-1/+1
2017-10-06dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytesEric Blake1-4/+4
2017-10-06dirty-bitmap: Change bdrv_get_dirty_locked() to take bytesEric Blake1-2/+2
2017-10-06dirty-bitmap: Set iterator start by offset, not sectorEric Blake1-3/+2
2017-10-06dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytesEric Blake1-7/+7
2017-10-06dirty-bitmap: Avoid size query failure during truncateEric Blake1-1/+1
2017-10-06dirty-bitmap: Drop unused functionsEric Blake1-10/+0
2017-10-06hbitmap: Rename serialization_granularity to serialization_alignEric Blake1-4/+4
2017-10-06s390x/3270: IDA support for 3270 via CcwDataStreamHalil Pasic1-3/+2
2017-10-06390x/css: introduce maximum data address checkingHalil Pasic1-0/+1
2017-10-06s390x/css: introduce css data streamHalil Pasic1-0/+67
2017-10-05Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-10-04-1' in...Peter Maydell1-0/+2
2017-10-04io: Reply to ping framesBrandon Carpenter1-0/+1
2017-10-04io: Add support for fragmented websocket binary framesBrandon Carpenter1-0/+1
2017-10-03iothread: export iothread_stop()Peter Xu1-0/+1