summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tpm: remove TPMDriverOpsMarc-André Lureau2017-10-191-10/+5Star
* tpm: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau2017-10-191-5/+0Star
* tpm: remove tpm_register_driver()Marc-André Lureau2017-10-191-1/+0Star
* tpm: make tpm_get_backend_driver() staticMarc-André Lureau2017-10-191-1/+0Star
* Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell2017-10-197-19/+48
|\
| * egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann2017-10-171-0/+4
| * egl-helpers: add dmabuf import supportGerd Hoffmann2017-10-171-0/+3
| * opengl: add flipping vertex shaderGerd Hoffmann2017-10-171-1/+1
| * opengl: move shader init from console-gl.c to shader.cGerd Hoffmann2017-10-175-19/+15Star
| * console: add support for dmabufsGerd Hoffmann2017-10-172-0/+26
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' int...Peter Maydell2017-10-176-14/+59
|\ \
| * | ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov2017-10-172-2/+0Star
| * | ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov2017-10-171-1/+0Star
| * | ppc: pnv: normalize core/chip type namesIgor Mammedov2017-10-172-4/+9
| * | ppc: pnv: use generic cpu_model parsingIgor Mammedov2017-10-171-4/+4
| * | ppc: spapr: use generic cpu_model parsingIgor Mammedov2017-10-172-2/+1Star
| * | ppc: spapr: register 'host' core type along with the rest of core typesIgor Mammedov2017-10-171-1/+0Star
| * | ppc: spapr: use cpu type name directlyIgor Mammedov2017-10-171-1/+1
| * | ppc: spapr: define core types staticallyIgor Mammedov2017-10-171-0/+2
| * | ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()Igor Mammedov2017-10-171-1/+0Star
| * | ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()Igor Mammedov2017-10-171-2/+0Star
| * | qom: add helper macro DEFINE_TYPES()Igor Mammedov2017-10-171-0/+36
| * | qom: introduce type_register_static_array()Igor Mammedov2017-10-171-0/+10
| |/
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell2017-10-172-1/+5
|\ \
| * | include/hw/or-irq.h: Drop unused in_irqs fieldPeter Maydell2017-10-161-1/+0Star
| * | futex: add missing header guardsEmilio G. Cota2017-10-161-0/+5
| |/
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-10-16-1' in...Peter Maydell2017-10-171-2/+1Star
|\ \
| * | io: get rid of bounce buffering in websock write pathDaniel P. Berrange2017-10-161-1/+0Star
| * | io: simplify websocket ping reply handlingDaniel P. Berrange2017-10-161-1/+1
* | | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171016-pull-request' i...Peter Maydell2017-10-171-2/+10
|\ \ \ | |_|/ |/| |
| * | ui: don't export qemu_input_event_new_keyDaniel P. Berrange2017-10-161-1/+0Star
| * | ui: convert common input code to keycodemapdbDaniel P. Berrange2017-10-161-1/+10
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2017-10-164-0/+57
|\ \ \ | |_|/ |/| |
| * | pci: conventional-pci-device and pci-express-device interfacesEduardo Habkost2017-10-151-0/+6
| * | dump: add guest ELF noteMarc-André Lureau2017-10-151-0/+2
| * | hw/misc: add vmcoreinfo deviceMarc-André Lureau2017-10-151-0/+46
| * | fw_cfg: add write callbackMarc-André Lureau2017-10-151-0/+3
| |/
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-14' into st...Peter Maydell2017-10-161-7/+14
|\ \
| * | nbd: header constants indentingVladimir Sementsov-Ogievskiy2017-10-131-7/+8
| * | nbd/server: structurize simple reply header sendingVladimir Sementsov-Ogievskiy2017-10-121-0/+6
| |/
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-10-161-3/+10
|\ \
| * | block: rename bdrv_co_drain to bdrv_co_drain_beginManos Pitsidianakis2017-10-131-2/+2
| * | block: add bdrv_co_drain_end callbackManos Pitsidianakis2017-10-131-2/+9
| |/
* | tpm-backend: Move realloc_buffer() implementation to tpm-tis modelAmarnath Valluri2017-10-131-12/+0Star
* | tpm-backend: Add new API to read backend TpmInfoAmarnath Valluri2017-10-131-2/+13
* | tpm-backend: Made few interface methods optionalAmarnath Valluri2017-10-131-11/+2Star
* | tpm-backend: Initialize and free data members in it's own methodsAmarnath Valluri2017-10-131-7/+0Star
* | tpm-backend: Move thread handling inside TPMBackendAmarnath Valluri2017-10-132-53/+20Star
* | tpm-backend: Remove unneeded member variable from backend classAmarnath Valluri2017-10-131-1/+0Star
|/
* arm: fix armv7m_init() declaration to match definitionIgor Mammedov2017-10-121-1/+1