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
/
python
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-15
hw/acpi/ged: Support migration of AcpiPciHpState
Eric Auger
1
-0
/
+20
2025-07-15
hw/acpi/ged: Prepare the device to react to PCI hotplug events
Eric Auger
2
-1
/
+48
2025-07-15
hw/acpi/pcihp: Remove root arg in acpi_pcihp_init
Eric Auger
5
-6
/
+14
2025-07-15
hw/acpi/ged: Call pcihp plug callbacks in hotplug handler implementation
Eric Auger
1
-0
/
+17
2025-07-15
hw/arm/virt: Pass the bus on the ged creation
Eric Auger
1
-0
/
+1
2025-07-15
hw/acpi/ged: Add a bus link property
Eric Auger
1
-0
/
+3
2025-07-15
hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
Eric Auger
5
-1
/
+22
2025-07-15
tests/qtest/bios-tables-test: Update ARM DSDT reference blobs
Eric Auger
7
-6
/
+0
2025-07-15
hw/arm/virt-acpi-build: Let non hotplug ports support static acpi-index
Eric Auger
2
-0
/
+14
2025-07-15
tests/qtest/bios-tables-test: Prepare for changes in the arm virt DSDT table
Gustavo Romero
1
-0
/
+6
2025-07-15
qtest/bios-tables-test: Generate DSDT.viot
Eric Auger
2
-1
/
+0
2025-07-15
qtest/bios-tables-test: Add a variant to the aarch64 viot test
Eric Auger
1
-0
/
+1
2025-07-15
qtest/bios-tables-test: Prepare for fixing the aarch64 viot test
Eric Auger
2
-0
/
+1
2025-07-15
hw/i386/acpi-build: Move aml_pci_edsm to a generic place
Eric Auger
3
-55
/
+57
2025-07-15
hw/i386/acpi-build: Use AcpiPciHpState::root in acpi_set_pci_info
Eric Auger
1
-7
/
+4
2025-07-15
hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots to pcihp
Eric Auger
4
-173
/
+175
2025-07-15
hw/i386/acpi-build: Move build_append_notification_callback to pcihp
Eric Auger
3
-58
/
+59
2025-07-15
hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplug
Eric Auger
3
-7
/
+8
2025-07-15
hw/i386/acpi-build: Introduce build_append_pcihp_resources() helper
Eric Auger
3
-13
/
+22
2025-07-15
tests/qtest/bios-tables-test: Update DSDT blobs after GPEX _OSC change
Michael S. Tsirkin
12
-11
/
+0
2025-07-15
hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method
Eric Auger
2
-57
/
+6
2025-07-15
hw/i386/acpi-build: Turn build_q35_osc_method into a generic method
Eric Auger
3
-52
/
+54
2025-07-15
hw/pci-host/gpex-acpi: Use GED acpi pcihp property
Eric Auger
3
-1
/
+12
2025-07-15
hw/acpi/ged: Add a acpi-pci-hotplug-with-bridge-support property
Eric Auger
2
-0
/
+4
2025-07-15
hw/pci-host/gpex-acpi: Split host bridge OSC and DSM generation
Eric Auger
1
-11
/
+21
2025-07-15
tests/qtest/bios-tables-test: Prepare for changes in the DSDT table
Gustavo Romero
1
-0
/
+11
2025-07-15
hw/pci-host/gpex-acpi: Add native_pci_hotplug arg to acpi_dsdt_add_pci_osc
Eric Auger
1
-7
/
+8
2025-07-15
hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
Eric Auger
4
-179
/
+182
2025-07-15
hw/i386/acpi-build: Make aml_pci_device_dsm() static
Eric Auger
2
-2
/
+1
2025-07-15
hw/virtio: Build various files once
Philippe Mathieu-Daudé
3
-12
/
+15
2025-07-15
qemu: Declare all load/store helper in 'qemu/bswap.h'
Philippe Mathieu-Daudé
34
-93
/
+87
2025-07-15
gdbstub/helpers: Replace TARGET_BIG_ENDIAN -> target_big_endian()
Philippe Mathieu-Daudé
1
-19
/
+29
2025-07-15
qemu: Convert target_words_bigendian() to TargetInfo API
Philippe Mathieu-Daudé
9
-22
/
+23
2025-07-15
qemu/target-info: Add target_endian_mode()
Philippe Mathieu-Daudé
4
-0
/
+16
2025-07-15
qemu/target-info: Add %target_arch field to TargetInfo
Philippe Mathieu-Daudé
3
-3
/
+11
2025-07-15
qemu/target-info: Factor target_arch() out
Philippe Mathieu-Daudé
4
-6
/
+33
2025-07-15
target/qmp: Use target_cpu_type()
Philippe Mathieu-Daudé
3
-3
/
+6
2025-07-15
intel_iommu: Add support for ATS
CLEMENT MATHIEU--DRIF
1
-0
/
+63
2025-07-15
intel_iommu: Set address mask when a translation fails and adjust W permission
CLEMENT MATHIEU--DRIF
1
-3
/
+9
2025-07-15
intel_iommu: Return page walk level even when the translation fails
CLEMENT MATHIEU--DRIF
1
-9
/
+8
2025-07-15
intel_iommu: Implement the PCIIOMMUOps callbacks related to invalidations of ...
CLEMENT MATHIEU--DRIF
1
-0
/
+35
2025-07-15
intel_iommu: Implement vtd_get_iotlb_info from PCIIOMMUOps
CLEMENT MATHIEU--DRIF
1
-0
/
+10
2025-07-15
intel_iommu: Declare supported PASID size
CLEMENT MATHIEU--DRIF
2
-1
/
+2
2025-07-15
intel_iommu: Fill the PASID field when creating an IOMMUTLBEntry
CLEMENT MATHIEU--DRIF
1
-0
/
+3
2025-07-15
memory: Allow to store the PASID in IOMMUTLBEntry
CLEMENT MATHIEU--DRIF
1
-0
/
+1
2025-07-15
memory: Add permissions in IOMMUAccessFlags
CLEMENT MATHIEU--DRIF
1
-2
/
+21
2025-07-15
pci: Add a memory attribute for pre-translated DMA operations
CLEMENT MATHIEU--DRIF
2
-0
/
+12
2025-07-15
rust: bindings: allow any number of params
Michael S. Tsirkin
1
-1
/
+2
2025-07-14
tests/qtest/bios-tables-test: Add test for disabling SPCR on RISC-V
Li Chen
1
-0
/
+22
2025-07-14
tests/qtest/bios-tables-test: Add test for disabling SPCR on AArch64
Li Chen
1
-0
/
+20
[next]