aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau6-15/+15
2017-10-19tpm: add a QOM TPM interfaceMarc-André Lureau3-0/+29
2017-10-19tpm-tis: fold TPMTISEmuState in TPMStateMarc-André Lureau1-179/+157
2017-10-19tpm-tis: remove tpm_tis.h headerMarc-André Lureau3-96/+71
2017-10-19tpm-tis: move TPMState to TIS headerMarc-André Lureau3-21/+22
2017-10-19tpm: remove locty_data from TPMStateMarc-André Lureau3-11/+6
2017-10-19tpm-emulator: fix error handlingMarc-André Lureau1-6/+8
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau6-44/+50
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau4-9/+5
2017-10-19tpm: remove needless castMarc-André Lureau1-1/+1
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau4-58/+29
2017-10-19tpm: remove configure_tpm() hopMarc-André Lureau1-6/+1
2017-10-19tpm: remove init() class methodMarc-André Lureau2-5/+1
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau6-68/+53
2017-10-19tpm: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau2-5/+5
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau4-11/+0
2017-10-19tpm: replace tpm_get_backend_driver() to drop be_driversMarc-André Lureau1-8/+3
2017-10-19tpm: lookup tpm backend class in tpm_driver_find_by_type()Marc-André Lureau1-8/+21
2017-10-19tpm: make tpm_get_backend_driver() staticMarc-André Lureau2-2/+1
2017-10-19tpm-tis: remove RAISE_STS_IRQMarc-André Lureau1-23/+1
2017-10-19tpm-tis: remove unused hw_access argumentMarc-André Lureau1-10/+3
2017-10-19Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...Peter Maydell11-24/+140
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell18-76/+284
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171017-pull-request' ...Peter Maydell2-14/+25
2017-10-17linux-user: Fix TARGET_MTIOCTOP/MTIOCGET/MTIOCPOS valuesPeter Maydell1-3/+28
2017-10-17linux-user/main: support dfilterAlex Bennée1-0/+7
2017-10-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171017' int...Peter Maydell33-614/+378
2017-10-17Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell11-15/+35
2017-10-17Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-10-16-1' in...Peter Maydell4-124/+187
2017-10-17Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-2/+2
2017-10-17Merge remote-tracking branch 'remotes/kraxel/tags/ui-20171016-pull-request' i...Peter Maydell47-2067/+24555
2017-10-17egl-headless: add dmabuf supportGerd Hoffmann1-2/+57
2017-10-17egl-helpers: add egl_texture_blit and egl_texture_blendGerd Hoffmann2-0/+31
2017-10-17egl-helpers: add dmabuf import supportGerd Hoffmann2-0/+49
2017-10-17opengl: add flipping vertex shaderGerd Hoffmann5-6/+24
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann12-73/+69
2017-10-17console: add support for dmabufsGerd Hoffmann3-0/+59
2017-10-17cirrus: fix oob access in mode4and5 write functionsGerd Hoffmann1-4/+2
2017-10-17vga: add ram_addr_t castGerd Hoffmann1-1/+1
2017-10-17vga: handle cirrus vbe mode wraparounds.Gerd Hoffmann1-7/+21
2017-10-17vga: drop line_offset variableGerd Hoffmann1-4/+3
2017-10-17spapr_cpu_core: rewrite machine type sanity checkGreg Kurz1-4/+8
2017-10-17spapr_pci: fail gracefully with non-pseries machine typesGreg Kurz1-1/+11
2017-10-17spapr: Correct RAM size calculation for HPT resizingDavid Gibson1-2/+2
2017-10-17ppc: pnv: consolidate type definitions and batch register themIgor Mammedov1-58/+34
2017-10-17ppc: pnv: drop PnvChipClass::cpu_model fieldIgor Mammedov4-19/+13
2017-10-17ppc: pnv: define core types staticallyIgor Mammedov1-28/+20
2017-10-17ppc: pnv: drop PnvCoreClass::cpu_oc fieldIgor Mammedov2-7/+12
2017-10-17ppc: pnv: normalize core/chip type namesIgor Mammedov4-6/+11
2017-10-17ppc: pnv: use generic cpu_model parsingIgor Mammedov3-17/+15