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
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-10-06
scripts/checkpatch: Avoid recommending legacy qemu_bh_new_guarded()
Philippe Mathieu-Daudé
1
-3
/
+3
2025-10-05
virtio: improve virtqueue mapping error messages
Alessandro Ratti
3
-3
/
+42
2025-10-05
pci: Fix wrong parameter passing to pci_device_get_iommu_bus_devfn()
Zhenzhong Duan
1
-10
/
+8
2025-10-05
intel_iommu: Simplify caching mode check with VFIO device
Zhenzhong Duan
2
-54
/
+6
2025-10-05
intel_iommu: Enable Enhanced Set Root Table Pointer Support (ESRTPS)
Zhenzhong Duan
2
-1
/
+2
2025-10-05
vdpa-dev: add get_vhost() callback for vhost-vdpa device
Li Zhaoxin
1
-0
/
+7
2025-10-05
amd_iommu: HATDis/HATS=11 support
Joao Martins
3
-1
/
+25
2025-10-05
intel-iommu: Move dma_translation to x86-iommu
Joao Martins
3
-3
/
+4
2025-10-05
amd_iommu: Refactor amdvi_page_walk() to use common code for page walk
Alejandro Jimenez
1
-50
/
+27
2025-10-05
amd_iommu: Do not assume passthrough translation when DTE[TV]=0
Alejandro Jimenez
1
-39
/
+48
2025-10-05
amd_iommu: Toggle address translation mode on devtab entry invalidation
Alejandro Jimenez
1
-2
/
+120
2025-10-05
amd_iommu: Add dma-remap property to AMD vIOMMU device
Alejandro Jimenez
2
-7
/
+20
2025-10-05
amd_iommu: Set all address spaces to use passthrough mode on reset
Alejandro Jimenez
1
-0
/
+30
2025-10-05
amd_iommu: Toggle memory regions based on address translation mode
Alejandro Jimenez
1
-2
/
+21
2025-10-05
amd_iommu: Invalidate address translations on INVALIDATE_IOMMU_ALL
Alejandro Jimenez
1
-0
/
+48
2025-10-05
amd_iommu: Add replay callback
Alejandro Jimenez
1
-0
/
+24
2025-10-05
amd_iommu: Unmap all address spaces under the AMD IOMMU on reset
Alejandro Jimenez
1
-0
/
+74
2025-10-05
amd_iommu: Use iova_tree records to determine large page size on UNMAP
Alejandro Jimenez
1
-6
/
+89
2025-10-05
amd_iommu: Sync shadow page tables on page invalidation
Alejandro Jimenez
1
-8
/
+74
2025-10-05
amd_iommu: Add basic structure to support IOMMU notifier updates
Alejandro Jimenez
2
-0
/
+23
2025-10-05
amd_iommu: Add a page walker to sync shadow page tables on invalidation
Alejandro Jimenez
1
-0
/
+80
2025-10-05
amd_iommu: Add helpers to walk AMD v1 Page Table format
Alejandro Jimenez
2
-0
/
+163
2025-10-05
amd_iommu: Return an error when unable to read PTE from guest memory
Alejandro Jimenez
1
-2
/
+2
2025-10-05
amd_iommu: Add helper function to extract the DTE
Alejandro Jimenez
1
-6
/
+42
2025-10-05
amd_iommu: Helper to decode size of page invalidation command
Alejandro Jimenez
2
-0
/
+38
2025-10-05
amd_iommu: Reorder device and page table helpers
Alejandro Jimenez
1
-86
/
+86
2025-10-05
amd_iommu: Document '-device amd-iommu' common options
Alejandro Jimenez
1
-0
/
+23
2025-10-05
memory: Adjust event ranges to fit within notifier boundaries
Alejandro Jimenez
1
-7
/
+3
2025-10-05
Add a feature for mapping a host unix socket to a guest tcp socket
Viktor Kurilko
5
-33
/
+100
2025-10-05
pcie_sriov: make pcie_sriov_pf_exit() safe on non-SR-IOV devices
Stefan Hajnoczi
1
-1
/
+5
2025-10-05
tests/virtio-scsi: add a virtio_error() IOThread test
Stefan Hajnoczi
1
-0
/
+32
2025-10-05
tests/libqos: extract qvirtqueue_set_avail_idx()
Stefan Hajnoczi
2
-4
/
+14
2025-10-05
virtio: support irqfd in virtio_notify_config()
Stefan Hajnoczi
1
-1
/
+6
2025-10-05
virtio: unify virtio_notify_irqfd() and virtio_notify()
Stefan Hajnoczi
5
-27
/
+15
2025-10-05
vhost: use virtio_config_get_guest_notifier()
Stefan Hajnoczi
1
-4
/
+7
2025-10-05
x86: ich9: fix default value of 'No Reboot' bit in GCS
Igor Mammedov
2
-2
/
+7
2025-10-05
intel_iommu: Add PRI operations support
CLEMENT MATHIEU--DRIF
3
-0
/
+277
2025-10-05
intel_iommu: Declare registers for PRI
CLEMENT MATHIEU--DRIF
1
-0
/
+55
2025-10-05
intel_iommu: Declare PRI constants and structures
CLEMENT MATHIEU--DRIF
1
-0
/
+49
2025-10-05
intel_iommu: Bypass barrier wait descriptor
CLEMENT MATHIEU--DRIF
1
-1
/
+7
2025-10-05
pcie: Add a way to get the outstanding page request allocation (pri) from the...
CLEMENT MATHIEU--DRIF
2
-0
/
+9
2025-10-05
smbios: cap DIMM size to 2Tb as workaround for broken Windows
Igor Mammedov
4
-1
/
+7
2025-10-05
hw/virtio: rename vhost-user-device and make user creatable
Alex Bennée
6
-32
/
+26
2025-10-05
pcie_sriov: Fix broken MMIO accesses from SR-IOV VFs
Damien Bergamini
6
-29
/
+8
2025-10-05
hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
peng guo
1
-9
/
+11
2025-10-05
hw/smbios: allow clearing the VM bit in SMBIOS table 0
Daniil Tatianin
3
-3
/
+12
2025-10-05
scripts/ghes_inject: add a script to generate GHES error inject
Mauro Carvalho Chehab
4
-0
/
+1233
2025-10-05
docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
Mauro Carvalho Chehab
1
-11
/
+17
2025-10-05
tests/acpi: virt: update HEST and DSDT tables
Mauro Carvalho Chehab
12
-11
/
+0
2025-10-05
acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
Mauro Carvalho Chehab
1
-1
/
+1
[next]