index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
python_qmp_updater.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-17
tests/qtest: Introduce qtest_init_with_env_and_capabilities()
Juraj Marcin
2
-2
/
+33
2025-01-17
tests/qtest: QTest example for RISC-V CSR register
Ivan Klokov
2
-1
/
+57
2025-01-17
target/riscv: Add RISC-V CSR qtest support
Ivan Klokov
3
-0
/
+96
2025-01-15
hw/acpi: Add vmclock device
David Woodhouse
8
-1
/
+412
2025-01-15
virtio-net: vhost-user: Implement internal migration
Laurent Vivier
1
-23
/
+112
2025-01-15
vhost: Add stubs for the migration state transfer interface
Laurent Vivier
1
-0
/
+23
2025-01-15
hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr`
Li Zhijian
1
-1
/
+1
2025-01-15
tests: acpi: update expected blobs
Igor Mammedov
41
-40
/
+0
2025-01-15
pci: acpi: Windows 'PCI Label Id' bug workaround
Igor Mammedov
1
-10
/
+23
2025-01-15
tests: acpi: whitelist expected blobs
Igor Mammedov
1
-0
/
+40
2025-01-15
docs: acpi_hest_ghes: fix documentation for CPER size
Mauro Carvalho Chehab
1
-2
/
+4
2025-01-15
acpi/ghes: Change ghes fill logic to work with only one source
Mauro Carvalho Chehab
1
-8
/
+4
2025-01-15
acpi/ghes: move offset calculus to a separate function
Mauro Carvalho Chehab
1
-9
/
+31
2025-01-15
acpi/ghes: better name the offset of the hardware error firmware
Mauro Carvalho Chehab
3
-5
/
+5
2025-01-15
acpi/ghes: rename etc/hardware_error file macros
Mauro Carvalho Chehab
1
-15
/
+23
2025-01-15
acpi/ghes: don't crash QEMU if ghes GED is not found
Mauro Carvalho Chehab
1
-1
/
+4
2025-01-15
acpi/ghes: better name GHES memory error function
Mauro Carvalho Chehab
4
-5
/
+5
2025-01-15
acpi/ghes: make the GHES record generation more generic
Mauro Carvalho Chehab
2
-50
/
+71
2025-01-15
acpi/ghes: don't check if physical_address is not zero
Mauro Carvalho Chehab
1
-4
/
+0
2025-01-15
acpi/ghes: Change the type for source_id
Mauro Carvalho Chehab
3
-3
/
+3
2025-01-15
acpi/ghes: Remove a duplicated out of bounds check
Mauro Carvalho Chehab
1
-3
/
+1
2025-01-15
acpi/ghes: Fix acpi_ghes_record_errors() argument
Mauro Carvalho Chehab
1
-1
/
+1
2025-01-15
acpi/ghes: better handle source_id and notification
Mauro Carvalho Chehab
1
-14
/
+9
2025-01-15
acpi/ghes: simplify the per-arch caller to build HEST table
Mauro Carvalho Chehab
3
-7
/
+9
2025-01-15
acpi/ghes: simplify acpi_ghes_record_errors() code
Mauro Carvalho Chehab
1
-34
/
+36
2025-01-15
acpi/ghes: get rid of ACPI_HEST_SRC_ID_RESERVED
Mauro Carvalho Chehab
2
-6
/
+4
2025-01-15
pci/msix: Fix msix pba read vector poll end calculation
Nicholas Piggin
1
-1
/
+1
2025-01-15
tests/qtest: Add intel-iommu test
Zhenzhong Duan
4
-0
/
+67
2025-01-15
intel_iommu: Introduce a property to control FS1GP cap bit setting
Zhenzhong Duan
2
-1
/
+5
2025-01-15
intel_iommu: Introduce a property x-flts for stage-1 translation
Zhenzhong Duan
2
-9
/
+21
2025-01-15
tests/acpi: q35: Update host address width in DMAR
Zhenzhong Duan
2
-1
/
+0
2025-01-15
intel_iommu: Set default aw_bits to 48 starting from QEMU 9.2
Zhenzhong Duan
2
-1
/
+2
2025-01-15
tests/acpi: q35: allow DMAR acpi table changes
Zhenzhong Duan
1
-0
/
+1
2025-01-15
intel_iommu: piotlb invalidation should notify unmap
Zhenzhong Duan
1
-9
/
+34
2025-01-15
intel_iommu: Add support for PASID-based device IOTLB invalidation
Clément Mathieu--Drif
2
-0
/
+61
2025-01-15
intel_iommu: Add an internal API to find an address space with PASID
Clément Mathieu--Drif
1
-15
/
+23
2025-01-15
intel_iommu: Process PASID-based iotlb invalidation
Zhenzhong Duan
2
-0
/
+46
2025-01-15
intel_iommu: Flush stage-1 cache in iotlb invalidation
Zhenzhong Duan
2
-6
/
+22
2025-01-15
intel_iommu: Set accessed and dirty bits during stage-1 translation
Clément Mathieu--Drif
2
-1
/
+27
2025-01-15
intel_iommu: Check stage-1 translation result with interrupt range
Zhenzhong Duan
1
-23
/
+25
2025-01-15
intel_iommu: Check if the input address is canonical
Clément Mathieu--Drif
2
-0
/
+24
2025-01-15
intel_iommu: Implement stage-1 translation
Yi Liu
2
-4
/
+188
2025-01-15
intel_iommu: Rename slpte to pte
Yi Liu
3
-77
/
+78
2025-01-15
intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalid...
Zhenzhong Duan
2
-6
/
+93
2025-01-15
intel_iommu: Add a placeholder variable for scalable mode stage-1 translation
Zhenzhong Duan
2
-5
/
+19
2025-01-15
intel_iommu: Make pasid entry type check accurate
Zhenzhong Duan
1
-8
/
+4
2025-01-15
intel_iommu: Use the latest fault reasons defined by spec
Yu Zhang
2
-10
/
+24
2025-01-15
tests: acpi: update expected blobs
Igor Mammedov
43
-42
/
+0
2025-01-15
cpuhp: make sure that remove events are handled within the same SCI
Igor Mammedov
1
-9
/
+34
2025-01-15
tests: acpi: whitelist expected blobs
Igor Mammedov
1
-0
/
+42
[next]