summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Add vhost-user-backendMarc-André Lureau2-0/+211
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau1-14/+4
2019-03-11hostmem-memfd: disable for systems without sealing supportIlya Maximets1-10/+8
2019-03-11hostmem-file: reject invalid pmem file sizesStefan Hajnoczi1-0/+23
2019-03-06hostmem: fix crash when querying empty host-nodes property via QMPIgor Mammedov1-1/+2
2019-03-06hostmem-file: simplify ifdef-s in file_backend_memory_alloc()Igor Mammedov1-5/+4
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini1-3/+2
2019-01-28hostmem: add more information in error messagesZhang Yi2-5/+9
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau4-10/+45
2018-12-11hostmem: Validate host-nodes before setting bitmapEduardo Habkost1-4/+13
2018-12-11hostmem-file: remove object id from pmem error messageZhang Yi1-10/+4
2018-11-28hostmem: no need to check for host_memory_backend_mr_inited() in alloc()Marc-André Lureau2-16/+12
2018-11-27hostmem-memfd: honour share=on/off propertyMarc-André Lureau1-1/+3
2018-10-24hostmem-file: fixed the memory leak while get pmem path.Zhang Yi1-2/+8
2018-10-05hostmem: add some properties descriptionMarc-André Lureau2-0/+23
2018-10-02hostmem-file: make available memory-backend-file on POSIX-based hostsHikaru Nishida2-2/+2
2018-10-02hostmem-memfd: add checks before adding hostmem-memfd & propertiesMarc-André Lureau1-13/+19
2018-08-10hostmem-file: add the 'pmem' optionJunyan He1-2/+41
2018-08-10memory, exec: switch file ram allocation functions to 'flags' parametersJunyan He1-1/+2
2018-07-30backends/cryptodev: remove dead codeJay Zhou1-5/+0
2018-06-28hostmem: drop error variable from host_memory_backend_get_memory()David Hildenbrand1-2/+1
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie1-1/+19
2018-05-09memdev: remove "id" propertyPaolo Bonzini1-26/+0
2018-04-27Add host_memory_backend_pagesize() helperDavid Gibson1-0/+18
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-2/+2
2018-03-01cryptodev-vhost-user: set the key lengthGonglei1-0/+4
2018-03-01cryptodev-vhost-user: add crypto session handlerGonglei1-11/+37
2018-03-01cryptodev: add vhost supportGonglei3-0/+275
2018-03-01cryptodev: add vhost-user as a new cryptodev backendGonglei3-0/+426
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum3-26/+24
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster1-1/+0
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2-2/+0
2018-02-07Add memfd based hostmemMarc-André Lureau2-0/+172
2018-01-29tpm: report backend request errorMarc-André Lureau1-2/+7
2018-01-29tpm: replace GThreadPool with AIO threadpoolMarc-André Lureau1-25/+27
2018-01-19hostmem-file: add "align" optionHaozhong Zhang1-1/+40
2017-12-14tpm: tpm_emulator: get and set buffer size of deviceStefan Berger1-2/+2
2017-12-14tpm: Move getting TPM buffer size to backendsStefan Berger1-0/+7
2017-12-14tpm-be: update optional function pointersMarc-André Lureau1-8/+1
2017-12-14tpm: remove unused opened codeMarc-André Lureau1-42/+0
2017-12-14tpm-be: ask model to the TPM interfaceMarc-André Lureau1-2/+2
2017-12-14tpm-be: report error instead of front-endMarc-André Lureau1-1/+2
2017-12-14tpm-be: call request_completed() out of threadMarc-André Lureau1-1/+14
2017-12-14tpm-backend: store TPMIf interface, improve backend_init()Marc-André Lureau1-2/+9
2017-12-14tpm: move TpmIf in include/sysemu/tpm.hMarc-André Lureau1-1/+0
2017-10-19tpm: move recv_data_callback to TPM interfaceMarc-André Lureau1-3/+1
2017-10-19tpm: add a QOM TPM interfaceMarc-André Lureau1-0/+8
2017-10-19tpm: add TPMBackendCmd to hold the request stateMarc-André Lureau1-3/+3
2017-10-19tpm: remove unused TPMBackendCmdMarc-André Lureau1-5/+2