summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu2021-09-042-14/+7Star
* Use PCI_HOST_BRIDGE macroEduardo Habkost2021-09-041-6/+2Star
* hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha2021-09-043-5/+5
* hw: Add compat machines for 6.2Yanan Wang2021-09-013-2/+28
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell2021-08-271-5/+0Star
|\
| * microvm: Drop dead error handling in microvm_machine_state_init()Markus Armbruster2021-08-261-5/+0Star
* | arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-263-3/+0Star
|/
* acpi: x86: pcihp: add support hotplug on multifunction bridgesIgor Mammedov2021-08-031-14/+30
* hw/i386/Kconfig: Add missing Kconfig dependency (runtime error)Philippe Mathieu-Daudé2021-07-201-0/+1
* hw/i386/acpi-build: Add IVRS support to bypass iommuXingang Wang2021-07-161-1/+1
* hw/i386/acpi-build: Add DMAR support to bypass iommuXingang Wang2021-07-161-2/+66
* hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang2021-07-161-0/+20
* hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35Julia Suvorova2021-07-161-0/+1
* hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2021-07-161-0/+11
* hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova2021-07-162-4/+11
* hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova2021-07-162-11/+23
* hw/i386: Introduce X86_FW_OVMF Kconfig symbolPhilippe Mathieu-Daudé2021-07-145-123/+183
* hw/i386/pc: Document pc_system_ovmf_table_findDov Murik2021-07-141-0/+11
* hw/i386/pc: pc_system_ovmf_table_find: Assert that flash was parsedDov Murik2021-07-141-1/+6
* target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth2021-07-131-0/+1
* acpi: pc: revert back to v5.2 PCI slot enumerationIgor Mammedov2021-07-031-2/+7
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-282-68/+55Star
|\
| * machine: pass QAPI struct to mc->smp_parsePaolo Bonzini2021-06-251-10/+8Star
| * machine: add error propagation to mc->smp_parsePaolo Bonzini2021-06-251-14/+14
| * machine: move common smp_parse code to callerPaolo Bonzini2021-06-251-62/+54Star
| * machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2021-06-252-11/+8Star
* | hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé2021-06-251-1/+1
|/
* i386: Add ratelimit for bus locks acquired in guestChenyi Qiang2021-06-171-0/+24
* i386: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger2021-06-151-0/+20
* misc: Correct relative include pathPhilippe Mathieu-Daudé2021-06-051-3/+3
* i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy2021-06-055-12/+12
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-022-2/+2
|\
| * docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-022-2/+2
* | i386: use better matching family/model/stepping for 'qemu64' CPUDaniel P. Berrangé2021-05-311-1/+5
|/
* hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé2021-05-261-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-163-8/+14
|\
| * hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat2021-05-141-1/+3
| * amd_iommu: fix wrong MMIO operationsRoman Kapl2021-05-141-3/+3
| * x86: acpi: use offset instead of pointer when using build_header()Igor Mammedov2021-05-041-2/+6
| * amd_iommu: Fix pte_override_page_mask()Jean-Philippe Brucker2021-05-041-2/+2
* | numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-3/+4
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-05-121-0/+1
|\ \
| * | i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana2021-05-101-0/+1
* | | xen: Free xenforeignmemory_resource at exitAnthony PERARD2021-05-101-3/+6
* | | xen-mapcache: avoid a race on memory map while using MAP_FIXEDIgor Druzhinin2021-05-101-1/+14
|/ /
* | Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-026-6/+0Star
* | Do not include cpu.h if it's not really necessaryThomas Huth2021-05-026-6/+0Star
* | Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-025-5/+0Star
* | Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* | hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-022-2/+0Star