aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell7-19/+48
2017-10-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' int...Peter Maydell6-14/+59
2017-10-17Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2-1/+5
2017-10-17Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-10-16-1' in...Peter Maydell1-2/+1
2017-10-17Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171016-pull-request' i...Peter Maydell1-2/+10
2017-10-17egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann1-0/+4
2017-10-17egl-helpers: add dmabuf import supportGerd Hoffmann1-0/+3
2017-10-17opengl: add flipping vertex shaderGerd Hoffmann1-1/+1
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann5-19/+15
2017-10-17console: add support for dmabufsGerd Hoffmann2-0/+26
2017-10-17ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov2-2/+0
2017-10-17ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov1-1/+0
2017-10-17ppc: pnv: normalize core/chip type namesIgor Mammedov2-4/+9
2017-10-17ppc: pnv: use generic cpu_model parsingIgor Mammedov1-4/+4
2017-10-17ppc: spapr: use generic cpu_model parsingIgor Mammedov2-2/+1
2017-10-17ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov1-1/+0
2017-10-17ppc: spapr: use cpu type name directlyIgor Mammedov1-1/+1
2017-10-17ppc: spapr: define core types staticallyIgor Mammedov1-0/+2
2017-10-17ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov1-1/+0
2017-10-17ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov1-2/+0
2017-10-17qom: add helper macro DEFINE_TYPES()Igor Mammedov1-0/+36
2017-10-17qom: introduce type_register_static_array()Igor Mammedov1-0/+10
2017-10-16include/hw/or-irq.h: Drop unused in_irqs fieldPeter Maydell1-1/+0
2017-10-16futex: add missing header guardsEmilio G. Cota1-0/+5
2017-10-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-0/+57
2017-10-16io: get rid of bounce buffering in websock write pathDaniel P. Berrange1-1/+0
2017-10-16io: simplify websocket ping reply handlingDaniel P. Berrange1-1/+1
2017-10-16Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell1-7/+14
2017-10-16Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-3/+10
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-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