aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-17util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2-6/+10
2023-02-17thread-posix: add support for setting threads name on OpenBSDBrad Smith2-1/+20
2023-02-17vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag checkEugenio Pérez1-1/+1
2023-02-17net: stream: add a new option to automatically reconnectLaurent Vivier4-5/+162
2023-02-17vmnet: stop recieving events when VM is stoppedJoelle van Dyne2-13/+37
2023-02-17net: Increase L2TPv3 buffer to fit jumboframesChristian Svensson1-1/+1
2023-02-17hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner1-1/+1
2023-02-17hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abortQiang Liu1-9/+8
2023-02-17net: Replace "Supported NIC models" with "Available NIC models"Thomas Huth1-1/+1
2023-02-17net: Restore printing of the help text with "-nic help"Thomas Huth1-2/+12
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth3-28/+49
2023-02-16docs/fuzz: remove mentions of fork-based fuzzingAlexander Bulekov1-20/+2
2023-02-16fuzz: remove fork-fuzzing scaffoldingAlexander Bulekov5-127/+3
2023-02-16fuzz/i440fx: remove fork-based fuzzerAlexander Bulekov1-26/+1
2023-02-16fuzz/virtio-blk: remove fork-based fuzzerAlexander Bulekov1-44/+7
2023-02-16fuzz/virtio-net: remove fork-based fuzzerAlexander Bulekov1-49/+5
2023-02-16fuzz/virtio-scsi: remove fork-based fuzzerAlexander Bulekov1-44/+7
2023-02-16fuzz/generic-fuzz: add a limit on DMA bytes writtenAlexander Bulekov1-0/+5
2023-02-16fuzz/generic-fuzz: use reboots instead of forks to reset stateAlexander Bulekov1-92/+22
2023-02-16fuzz: add fuzz_reset APIAlexander Bulekov2-1/+7
2023-02-16hw/sparse-mem: clear memory on resetAlexander Bulekov1-1/+12
2023-02-16MAINTAINERS: Add myself as VFIO reviewerCédric Le Goater1-0/+1
2023-02-16docs/devel: Align VFIO migration docs to v2 protocolAvihai Horon1-38/+34
2023-02-16vfio: Alphabetize migration section of VFIO trace-events fileAvihai Horon1-10/+10
2023-02-16vfio/migration: Remove VFIO migration protocol v1Avihai Horon4-707/+24
2023-02-16vfio/migration: Implement VFIO migration protocol v2Avihai Horon4-39/+469
2023-02-16vfio/migration: Rename functions/structs related to v1 protocolAvihai Horon4-61/+61
2023-02-16vfio/migration: Move migration v1 logic to vfio_migration_init()Avihai Horon2-16/+16
2023-02-16vfio/migration: Block multiple devices migrationAvihai Horon3-0/+61
2023-02-16vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent...Avihai Horon1-7/+10
2023-02-16vfio/migration: Allow migration without VFIO IOMMU dirty tracking supportAvihai Horon2-4/+19
2023-02-16vfio/migration: Fix NULL pointer dereference bugAvihai Horon1-1/+3
2023-02-16linux-headers: Update to v6.2-rc8Avihai Horon13-39/+230
2023-02-16virtiofsd: Swing deprecated message to removed-featuresDr. David Alan Gilbert2-18/+13
2023-02-16virtiofsd: Remove sourceDr. David Alan Gilbert19-13693/+0
2023-02-16virtiofsd: Remove build and docs glueDr. David Alan Gilbert12-55/+0
2023-02-16virtiofsd: Remove testDr. David Alan Gilbert2-224/+0
2023-02-16Merge tag 'pull-target-arm-20230216' of https://git.linaro.org/people/pmaydel...Peter Maydell34-396/+795
2023-02-16tests/qtest: Restrict tpm-tis-devices-{swtpm}-test to CONFIG_TCGFabiano Rosas1-2/+2
2023-02-16tests/qtest: arm-cpu-features: Match tests to required acceleratorsFabiano Rosas1-7/+15
2023-02-16target/arm: Use "max" as default cpu for the virt machine with KVMFabiano Rosas1-0/+4
2023-02-16tests/avocado: Tag TCG tests with accel:tcgFabiano Rosas2-0/+9
2023-02-16tests/avocado: Skip tests that require a missing acceleratorFabiano Rosas1-0/+4
2023-02-16target/arm: Move cpregs code out of cpu.hFabiano Rosas2-91/+98
2023-02-16target/arm: Move PC alignment checkFabiano Rosas1-9/+9
2023-02-16target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()Claudio Fontana1-5/+7
2023-02-16target/arm: wrap psci call with tcg_enabledClaudio Fontana1-1/+2
2023-02-16target/arm: rename handle_semihosting to tcg_handle_semihostingClaudio Fontana1-2/+2
2023-02-16hw/arm/smmu-common: Fix TTB1 handlingJean-Philippe Brucker1-1/+1
2023-02-16hw/arm/smmu-common: Support 64-bit addressesJean-Philippe Brucker2-3/+1