summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Add documentation for vhost based RNG implementationMathieu Poirier2021-10-202-0/+40
* vhost-user-rng-pci: Add vhost-user-rng-pci implementationMathieu Poirier2021-10-202-0/+80
* vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier2021-10-204-0/+328
* libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addrDavid Hildenbrand2021-10-201-0/+1
* virtio-iommu: Drop base_name and change generic_nameEric Auger2021-10-202-3/+2Star
* virtio-iommu: Remove the non transitional nameEric Auger2021-10-201-1/+0Star
* vdpa: Check for iova range at mappings changesEugenio Pérez2021-10-203-16/+51
* vdpa: Add vhost_vdpa_section_endEugenio Pérez2021-10-201-7/+15
* vdpa: Skip protected ram IOMMU mappingsEugenio Pérez2021-10-201-0/+1
* tests: bios-tables-test: use qtest_has_accel() API to register TCG only testsIgor Mammedov2021-10-201-15/+13Star
* tests: migration-test: use qtest_has_accel() APIIgor Mammedov2021-10-201-11/+4Star
* tests: arm-cpu-features: use qtest_has_kvm() APIIgor Mammedov2021-10-201-24/+5Star
* tests: acpi: arm/virt: drop redundant test_acpi_one() in test_acpi_virt_tcg()Igor Mammedov2021-10-201-3/+0Star
* tests: acpi: update expected blobsIgor Mammedov2021-10-203-2/+0Star
* tests: acpi: add testcase for amd-iommu (IVRS table)Igor Mammedov2021-10-201-0/+13
* tests: acpi: whitelist expected blobs for new acpi/q35/ivrs testcaseIgor Mammedov2021-10-203-0/+2
* tests: acpi: add expected blob for DMAR tableIgor Mammedov2021-10-202-1/+0Star
* tests: acpi: add testcase for intel_iommu (DMAR table)Igor Mammedov2021-10-201-0/+13
* tests: acpi: whitelist new expected table tests/data/acpi/q35/DMAR.dmarIgor Mammedov2021-10-202-0/+1
* tests: acpi: update expected tables blobsIgor Mammedov2021-10-205-4/+0Star
* tests: acpi: q35: test for x2APIC entries in SRATIgor Mammedov2021-10-201-0/+17
* tests: acpi: whitelist expected tables for acpi/q35/xapic testcaseIgor Mammedov2021-10-205-0/+4
* tests: qtest: add qtest_has_accel() to check if tested binary supports accele...Igor Mammedov2021-10-203-0/+41
* tests: acpi: dump table with failed checksumIgor Mammedov2021-10-201-0/+14
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration.next-pull-r...Richard Henderson2021-10-197-35/+152
|\
| * migration/rdma: advise prefetch write for ODP regionLi Zhijian2021-10-193-0/+49
| * migration/rdma: Try to register On-Demand Paging memory regionLi Zhijian2021-10-192-20/+54
| * migration: allow enabling mutilfd for specific protocol onlyLi Zhijian2021-10-192-1/+9
| * migration: allow multifd for socket protocol onlyLi Zhijian2021-10-193-2/+28
| * migration/ram: Don't passs RAMState to migration_clear_memory_region_dirty_bi...David Hildenbrand2021-10-191-8/+5Star
| * multifd: Unconditionally unregister yank functionLukas Straub2021-10-191-4/+1Star
| * multifd: Implement yank for multifd send sideLukas Straub2021-10-192-1/+7
|/
* Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20211018-pull...Richard Henderson2021-10-1819-263/+187Star
|\
| * bsd-user/signal: Create a dummy signal queueing functionWarner Losh2021-10-182-2/+11
| * bsd-user: Rename sigqueue to qemu_sigqueueWarner Losh2021-10-181-7/+7
| * bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh2021-10-185-50/+36Star
| * bsd-user: Add stop_all_tasksWarner Losh2021-10-182-0/+10
| * bsd-user: Remove used from TaskStateWarner Losh2021-10-182-2/+0Star
| * bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish itWarner Losh2021-10-181-0/+4
| * bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorderWarner Losh2021-10-181-6/+2Star
| * bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh2021-10-183-4/+3Star
| * bsd-user/errno_defs.h: Add internal error numbersStacey Son2021-10-181-3/+10
| * bsd-user: export get_errno and is_error from syscall.cWarner Losh2021-10-182-5/+9
| * bsd-user: TARGET_RESET define is unused, remove itWarner Losh2021-10-182-4/+0Star
| * bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0Warner Losh2021-10-181-11/+0Star
| * bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0Warner Losh2021-10-181-99/+1Star
| * meson: *-user: only descend into *-user when configuredWarner Losh2021-10-183-4/+16
| * bsd-user/mmap.c: assert that target_mprotect cannot failWarner Losh2021-10-181-4/+1Star
| * bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in headKyle Evans2021-10-181-3/+7
| * bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flagWarner Losh2021-10-181-5/+25