summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang2021-10-201-7/+12
* vhost-vdpa: prepare for the multiqueue supportJason Wang2021-10-201-2/+2
* vhost-vdpa: classify one time requestJason Wang2021-10-202-6/+48
* vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang2021-10-201-8/+15
* bios-tables-test: don't disassemble empty filesMichael S. Tsirkin2021-10-201-7/+25
* rebuild-expected-aml.sh: allow partial target listMichael S. Tsirkin2021-10-201-1/+21
* qdev/qbus: remove failover specific codeLaurent Vivier2021-10-202-13/+17
* vhost-user-blk-test: pass vhost-user socket fds to QSDStefan Hajnoczi2021-10-201-2/+2
* failover: fix a regression introduced by JSON'ification of -deviceLaurent Vivier2021-10-201-6/+18
* vhost-user: fix duplicated notifier MR initXueming Li2021-10-201-2/+3
* 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