aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini
2019-01-28hostmem: add more information in error messagesZhang Yi
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau
2018-12-11hostmem: Validate host-nodes before setting bitmapEduardo Habkost
2018-12-11hostmem-file: remove object id from pmem error messageZhang Yi
2018-11-28hostmem: no need to check for host_memory_backend_mr_inited() in alloc()Marc-André Lureau
2018-11-27hostmem-memfd: honour share=on/off propertyMarc-André Lureau
2018-10-24hostmem-file: fixed the memory leak while get pmem path.Zhang Yi
2018-10-05hostmem: add some properties descriptionMarc-André Lureau
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau
2018-08-10hostmem-file: add the 'pmem' optionJunyan He
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He
2018-07-30backends/cryptodev: remove dead codeJay Zhou
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie
2018-05-09memdev: remove "id" propertyPaolo Bonzini
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-01cryptodev-vhost-user: set the key lengthGonglei
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei
2018-03-01cryptodev: add vhost supportGonglei
2018-03-01cryptodev: add vhost-user as a new cryptodev backendGonglei
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-07Add memfd based hostmemMarc-André Lureau
2018-01-29tpm: report backend request errorMarc-André Lureau
2018-01-29tpm: replace GThreadPool with AIO threadpoolMarc-André Lureau
2018-01-19hostmem-file: add "align" optionHaozhong Zhang
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger
2017-12-14tpm-be: update optional function pointersMarc-André Lureau
2017-12-14tpm: remove unused opened codeMarc-André Lureau
2017-12-14tpm-be: ask model to the TPM interfaceMarc-André Lureau
2017-12-14tpm-be: report error instead of front-endMarc-André Lureau
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau
2017-12-14tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau
2017-10-19tpm: add a QOM TPM interfaceMarc-André Lureau
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau
2017-10-19tpm: remove init() class methodMarc-André Lureau
2017-10-19tpm: remove TPMDriverOpsMarc-André Lureau
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