aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-10-17console: add support for dmabufsGerd Hoffmann
2017-10-17ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov
2017-10-17ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov
2017-10-17ppc: pnv: normalize core/chip type namesIgor Mammedov
2017-10-17ppc: pnv: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov
2017-10-17qom: add helper macro DEFINE_TYPES()Igor Mammedov
2017-10-17qom: introduce type_register_static_array()Igor Mammedov
2017-10-16include/hw/or-irq.h: Drop unused in_irqs fieldPeter Maydell
2017-10-16futex: add missing header guardsEmilio G. Cota
2017-10-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-10-16io: get rid of bounce buffering in websock write pathDaniel P. Berrange
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-16ui: don't export qemu_input_event_new_keyDaniel P. Berrange
2017-10-16ui: convert common input code to keycodemapdbDaniel P. Berrange
2017-10-15pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost
2017-10-15dump: add guest ELF noteMarc-André Lureau
2017-10-15hw/misc: add vmcoreinfo deviceMarc-André Lureau
2017-10-15fw_cfg: add write callbackMarc-André Lureau
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-12disas: Always initialize read_memory_inner_func properlyThomas Huth
2017-10-12ide: support reporting of rotation rateDaniel P. Berrange
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