aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-06virtio-iommu: Default to bypass during bootJean-Philippe Brucker3-9/+56
2022-03-06hw/i386: Replace magic number with field length calculationDov Murik1-3/+6
2022-03-06hw/i386: Improve bounds checking in OVMF table parsingDov Murik1-1/+8
2022-03-06intel_iommu: support snoop controlJason Wang3-1/+15
2022-03-06vhost-vdpa: make notifiers _init()/_uninit() symmetricLaurent Vivier1-10/+10
2022-03-06hw/virtio: vdpa: Fix leak of host-notifier memory-regionLaurent Vivier1-0/+1
2022-03-04hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUESTViresh Kumar2-2/+12
2022-03-04virtio: fix the condition for iommu_platform not supportedHalil Pasic1-5/+7
2022-03-04vhost-user: fix VirtQ notifier cleanupXueming Li2-19/+31
2022-03-04vhost-user: remove VirtQ notifier restoreXueming Li2-19/+1
2022-03-04hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collideAni Sinha1-0/+6
2022-03-04hw/smbios: fix overlapping table handle numbers with large memory vmsAni Sinha1-4/+15
2022-03-04hw/smbios: code cleanup - use macro definitions for table header handlesAni Sinha1-12/+26
2022-03-04hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macroAni Sinha1-5/+0
2022-03-04docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txtAni Sinha1-0/+1
2022-03-04MAINTAINERS: no need to add my name explicitly as a reviewer for VIOT tablesAni Sinha1-1/+0
2022-03-04ACPI ERST: specification for ERST supportEric DeVolder2-0/+201
2022-03-04qom: assert integer does not overflowMichael S. Tsirkin1-1/+5
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell20-193/+737
2022-03-02Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell22-201/+435
2022-03-02ui/cocoa.m: Remove unnecessary NSAutoreleasePoolsPeter Maydell1-6/+0
2022-03-02ui/cocoa.m: Fix updateUIInfo threading issuesPeter Maydell1-3/+22
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell3-3/+15
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson4-15/+112
2022-03-02target/arm: Advertise all page sizes for -cpu maxRichard Henderson1-0/+4
2022-03-02target/arm: Validate tlbi TG matches translation granule in useRichard Henderson1-3/+7
2022-03-02target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson1-2/+3
2022-03-02target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson1-34/+24
2022-03-02target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson1-6/+29
2022-03-02target/arm: Implement FEAT_LPARichard Henderson4-5/+19
2022-03-02target/arm: Implement FEAT_LVARichard Henderson5-2/+16
2022-03-02target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson1-8/+24
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson2-16/+57
2022-03-02target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson1-2/+2
2022-03-02target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson1-11/+10
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson2-18/+23
2022-03-02target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson2-4/+29
2022-03-02target/arm: Set TCR_EL1.TSZ for user-onlyRichard Henderson1-1/+2
2022-03-02hw/registerfields: Add FIELD_SEX<N> and FIELD_SDP<N>Richard Henderson1-1/+47
2022-03-02tests/qtest: add qtests for npcm7xx sdhciShengtan Mao2-0/+216
2022-03-02target/arm: Fix early free of TCG temp in handle_simd_shift_fpint_conv()Wentao_Liang1-1/+1
2022-03-02target/arm: Support PSCI 1.1 and SMCCC 1.0Akihiko Odaki6-14/+80
2022-03-02hw/i2c: flatten pca954x mux devicePatrick Venture1-64/+13
2022-03-02hw/input/tsc210x: Don't abort on bad SPI word widthsPeter Maydell1-2/+6
2022-03-02hw/arm/mps2-tz.c: Update AN547 documentation URLPeter Maydell1-1/+1
2022-03-02mps3-an547: Add missing user ahb interfacesJimmy Brisson1-0/+4
2022-03-02migration: Remove load_state_old and minimum_version_id_oldPeter Maydell4-18/+3
2022-03-02tests: Pass in MigrateStart** into test_migrate_start()Peter Xu1-12/+15
2022-03-02migration: Add migration_incoming_transport_cleanup()Peter Xu2-8/+15
2022-03-02migration: postcopy_pause_fault_thread() never failsPeter Xu1-21/+4