summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell10-58/+85
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-6/+4
2017-10-24osdep: introduce qemu_mprotect_rwx/noneEmilio G. Cota1-0/+2
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota1-4/+3
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-5/+5
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota1-0/+2
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota1-1/+1
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2-4/+6
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson1-8/+9
2017-10-24tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson1-1/+2
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-4/+4
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson1-1/+1
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-0/+1
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota4-9/+30
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-2/+6
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson1-4/+0
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson2-11/+11
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson1-6/+6
2017-10-23migration: add bitmap for received pageAlexey Perevalov1-0/+10
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand1-0/+3
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic2-7/+18
2017-10-20s390x/css: IO instr handler ending controlHalil Pasic1-0/+16
2017-10-20s390x/event-facility: variable-length event masksCornelia Huck1-4/+16
2017-10-20Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-19-1...Peter Maydell1-30/+15
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau1-5/+1
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau1-3/+13
2017-10-19tpm: remove locty argument from receive_cbMarc-André Lureau1-1/+1
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau1-8/+1
2017-10-19tpm: remove init() class methodMarc-André Lureau1-2/+0
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau1-10/+5
2017-10-19tpm: move TPMSizedBuffer to tpm_tis.hMarc-André Lureau1-5/+0
2017-10-19tpm: remove tpm_register_driver()Marc-André Lureau1-1/+0
2017-10-19tpm: make tpm_get_backend_driver() staticMarc-André Lureau1-1/+0
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-0/+10
2017-10-19Merge remote-tracking branch 'remotes/kraxel/tags/opengl-20171017-pull-reques...Peter Maydell7-19/+48
2017-10-18qdev: store DeviceState's canonical path to use when unparentingMichael Roth1-0/+1
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