index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-02
hw/i386/pc_piix.c: remove unnecessary if() from pc_init1()
Mark Cave-Ayland
1
-4
/
+2
2025-08-29
hw/i386/isapc.c: replace rom_memory with system_memory
Mark Cave-Ayland
1
-2
/
+1
2025-08-29
hw/i386/pc_piix.c: replace rom_memory with pci_memory
Mark Cave-Ayland
1
-3
/
+1
2025-08-29
hw/i386/pc_piix.c: remove unused headers after isapc machine split
Mark Cave-Ayland
1
-3
/
+0
2025-08-29
hw/i386: move isapc machine to separate isapc.c file
Mark Cave-Ayland
4
-175
/
+191
2025-08-29
hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()
Mark Cave-Ayland
1
-117
/
+77
2025-08-29
hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa()
Mark Cave-Ayland
1
-20
/
+15
2025-08-29
hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa()
Mark Cave-Ayland
1
-1
/
+0
2025-08-29
hw/i386/pc_piix.c: hardcode hole64_size to 0 in pc_init_isa()
Mark Cave-Ayland
1
-2
/
+1
2025-08-29
hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa()
Mark Cave-Ayland
1
-54
/
+4
2025-08-29
hw/i386/pc_piix.c: remove nvdimm initialisation from pc_init_isa()
Mark Cave-Ayland
1
-6
/
+0
2025-08-29
hw/i386/pc_piix.c: remove SGX initialisation from pc_init_isa()
Mark Cave-Ayland
1
-1
/
+0
2025-08-29
hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()
Mark Cave-Ayland
1
-19
/
+0
2025-08-29
hw/i386/pc_piix.c: remove igvm initialisation from pc_init_isa()
Mark Cave-Ayland
1
-10
/
+0
2025-08-29
hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_...
Mark Cave-Ayland
1
-105
/
+15
2025-08-29
hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init()
Mark Cave-Ayland
1
-1
/
+274
2025-08-29
hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()
Mark Cave-Ayland
1
-9
/
+4
2025-08-29
hw/i386/pc_piix.c: remove include for loader.h
Mark Cave-Ayland
1
-1
/
+0
2025-08-29
hw/i386/pc_piix.c: restrict isapc machine to 3.5G memory
Mark Cave-Ayland
1
-0
/
+6
2025-08-29
hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs
Mark Cave-Ayland
1
-0
/
+39
2025-08-28
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-1
/
+1
2025-08-27
x86/loader: Don't update kernel header for CoCo VMs
Xiaoyao Li
1
-1
/
+1
2025-08-27
hw: add compat machines for 10.2
Cornelia Huck
3
-4
/
+25
2025-08-05
hw/i386/microvm: Explicitly select ACPI_PCI
Eric Auger
1
-0
/
+1
2025-08-01
intel_iommu: Allow both Status Write and Interrupt Flag in QI wait
David Woodhouse
1
-6
/
+9
2025-08-01
hw/i386/amd_iommu: Fix event log generation
Sairaj Kodilkar
2
-9
/
+36
2025-08-01
hw/i386/amd_iommu: Support MMIO writes to the status register
Sairaj Kodilkar
1
-0
/
+3
2025-08-01
hw/i386/amd_iommu: Fix amdvi_write*()
Sairaj Kodilkar
1
-3
/
+18
2025-08-01
hw/i386/amd_iommu: Move IOAPIC memory region initialization to the end
Sairaj Kodilkar
1
-3
/
+3
2025-08-01
hw/i386/amd_iommu: Remove unused and wrongly set ats_enabled field
Sairaj Kodilkar
2
-4
/
+2
2025-08-01
hw/i386/amd_iommu: Fix MMIO register write tracing
Sairaj Kodilkar
1
-5
/
+18
2025-07-28
i386: Build SEV only for 64-bit target
Cédric Le Goater
1
-1
/
+1
2025-07-28
hw/i386: Fix 'use-legacy-x86-rom' property compatibility
Cédric Le Goater
3
-3
/
+3
2025-07-21
Merge tag 'display-20250718-pull-request' of https://gitlab.com/kraxel/qemu i...
Stefan Hajnoczi
3
-0
/
+16
2025-07-18
hw/i386: Add the ramfb romfile compatibility
Shaoqin Huang
3
-0
/
+16
2025-07-16
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
6
-579
/
+176
2025-07-15
hw/i386/acpi-build: Move aml_pci_edsm to a generic place
Eric Auger
1
-55
/
+2
2025-07-15
hw/i386/acpi-build: Move build_append_pci_bus_devices/pcihp_slots to pcihp
Eric Auger
1
-172
/
+0
2025-07-15
hw/i386/acpi-build: Move build_append_notification_callback to pcihp
Eric Auger
1
-58
/
+0
2025-07-15
hw/acpi/pcihp: Add an AmlRegionSpace arg to build_acpi_pci_hotplug
Eric Auger
1
-2
/
+2
2025-07-15
hw/i386/acpi-build: Introduce build_append_pcihp_resources() helper
Eric Auger
1
-13
/
+2
2025-07-15
hw/i386/acpi-build: Turn build_q35_osc_method into a generic method
Eric Auger
1
-52
/
+2
2025-07-15
hw/acpi: Rename and move build_x86_acpi_pci_hotplug to pcihp
Eric Auger
2
-178
/
+2
2025-07-15
hw/i386/acpi-build: Make aml_pci_device_dsm() static
Eric Auger
1
-1
/
+1
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
[next]