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