Age | Commit message (Expand) | Author | Files | Lines |
2024-10-31 | core/machine: Make create_default_memdev machine a virtual method | Dorjoy Chowdhury | 1 | -2/+0 |
2024-10-18 | tpm_emulator: Read control channel response in 2 passes | Stefan Berger | 1 | -16/+46 |
2024-10-18 | tpm: Use new ptm_cap_n structure for PTM_GET_CAPABILITY | Stefan Berger | 3 | -8/+21 |
2024-09-24 | hostmem: Apply merge property after the memory region is initialized | Gavin Shan | 1 | -1/+1 |
2024-09-10 | qapi/cryptodev: Rename QCryptodevBackendAlgType to *Algo, and drop prefix | Markus Armbruster | 3 | -8/+8 |
2024-09-10 | qapi/cryptodev: Drop unwanted 'prefix' | Markus Armbruster | 4 | -11/+11 |
2024-09-10 | qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefix | Markus Armbruster | 2 | -8/+8 |
2024-09-10 | qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix | Markus Armbruster | 2 | -4/+4 |
2024-09-10 | qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix | Markus Armbruster | 1 | -8/+8 |
2024-09-10 | qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix | Markus Armbruster | 2 | -9/+9 |
2024-09-10 | qapi/crypto: Drop unwanted 'prefix' | Markus Armbruster | 2 | -5/+5 |
2024-07-24 | Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta... | Richard Henderson | 2 | -2/+90 |
2024-07-23 | vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support | Joao Martins | 2 | -0/+30 |
2024-07-23 | vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support | Joao Martins | 2 | -0/+24 |
2024-07-23 | vfio/{iommufd,container}: Remove caps::aw_bits | Joao Martins | 1 | -1/+2 |
2024-07-23 | vfio/iommufd: Introduce auto domain creation | Joao Martins | 2 | -0/+31 |
2024-07-23 | backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi... | Joao Martins | 1 | -1/+3 |
2024-07-22 | backends: Initial support for SPDM socket support | Huai-Cheng Kuo | 3 | -0/+222 |
2024-07-17 | backends/rng-random: Get rid of qemu_open_old() | Zhao Liu | 1 | -4/+1 |
2024-07-17 | backends/iommufd: Get rid of qemu_open_old() | Zhao Liu | 1 | -2/+1 |
2024-07-17 | backends/hostmem-epc: Get rid of qemu_open_old() | Zhao Liu | 1 | -3/+1 |
2024-07-03 | hostmem: add a new memory backend based on POSIX shm_open() | Stefano Garzarella | 2 | -0/+124 |
2024-06-24 | backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handler | Zhenzhong Duan | 1 | -0/+23 |
2024-06-24 | backends/iommufd: Introduce helper function iommufd_backend_get_device_info() | Zhenzhong Duan | 1 | -0/+22 |
2024-06-24 | backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devices | Zhenzhong Duan | 1 | -17/+18 |
2024-06-24 | backends: Introduce HostIOMMUDevice abstract | Zhenzhong Duan | 2 | -0/+34 |
2024-06-10 | backends/tpm: Remove newline character in trace event | Philippe Mathieu-Daudé | 2 | -3/+5 |
2024-06-08 | hostmem: simplify the code for merge and dump properties | Paolo Bonzini | 1 | -14/+8 |
2024-06-08 | machine, hostmem: improve error messages for unsupported features | Paolo Bonzini | 1 | -0/+16 |
2024-06-08 | backends/hostmem: Report error when memory size is unaligned | Michal Privoznik | 4 | -0/+13 |
2024-05-16 | backends/iommufd: Make iommufd_backend_*() return bool | Zhenzhong Duan | 2 | -18/+15 |
2024-04-29 | backends/cryptodev-builtin: Fix local_error leaks | Li Zhijian | 1 | -4/+5 |
2024-04-24 | Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into staging | Richard Henderson | 1 | -1/+0 |
2024-04-24 | error: Drop superfluous #include "qapi/qmp/qerror.h" | Markus Armbruster | 1 | -1/+0 |
2024-04-23 | HostMem: Add mechanism to opt in kvm guest memfd via MachineState | Xiaoyao Li | 4 | -0/+4 |
2024-04-10 | backends/cryptodev: Do not abort for invalid session ID | Philippe Mathieu-Daudé | 1 | -1/+3 |
2024-03-12 | backends/iommufd: Fix missing ERRP_GUARD() for error_prepend() | Zhao Liu | 1 | -0/+1 |
2024-02-06 | oslib-posix: initialize backend memory objects in parallel | Mark Kanda | 1 | -2/+5 |
2024-01-30 | backends/hostmem: Fix block comments style (checkpatch.pl warnings) | Philippe Mathieu-Daudé | 1 | -4/+8 |
2024-01-19 | backends/cryptodev: Do not ignore throttle/backends Errors | Philippe Mathieu-Daudé | 1 | -0/+10 |
2024-01-05 | backends/iommufd: Remove mutex | Cédric Le Goater | 1 | -7/+0 |
2024-01-05 | backends/iommufd: Remove check on number of backend users | Cédric Le Goater | 1 | -5/+0 |
2024-01-05 | Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging | Peter Maydell | 5 | -108/+97 |
2024-01-05 | misc: Simplify qemu_prealloc_mem() calls | Philippe Mathieu-Daudé | 1 | -15/+7 |
2024-01-05 | backends: Reduce variable scope in host_memory_backend_memory_complete | Philippe Mathieu-Daudé | 1 | -4/+4 |
2024-01-05 | backends: Have HostMemoryBackendClass::alloc() handler return a boolean | Philippe Mathieu-Daudé | 5 | -27/+27 |
2024-01-05 | backends: Simplify host_memory_backend_memory_complete() | Philippe Mathieu-Daudé | 1 | -67/+68 |
2024-01-05 | backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers | Philippe Mathieu-Daudé | 4 | -8/+4 |
2024-01-05 | Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu... | Peter Maydell | 1 | -1/+1 |
2024-01-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -3/+7 |