aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2021-07-20hw/i386/Kconfig: Add missing Kconfig dependency (runtime error)Philippe Mathieu-Daudé1-0/+1
2021-07-16hw/i386/acpi-build: Add IVRS support to bypass iommuXingang Wang1-1/+1
2021-07-16hw/i386/acpi-build: Add DMAR support to bypass iommuXingang Wang1-2/+66
2021-07-16hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang1-0/+20
2021-07-16hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35Julia Suvorova1-0/+1
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova1-0/+11
2021-07-16hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova2-4/+11
2021-07-16hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova2-11/+23
2021-07-14hw/i386: Introduce X86_FW_OVMF Kconfig symbolPhilippe Mathieu-Daudé5-123/+183
2021-07-14hw/i386/pc: Document pc_system_ovmf_table_findDov Murik1-0/+11
2021-07-14hw/i386/pc: pc_system_ovmf_table_find: Assert that flash was parsedDov Murik1-1/+6
2021-07-13target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth1-0/+1
2021-07-03acpi: pc: revert back to v5.2 PCI slot enumerationIgor Mammedov1-2/+7
2021-06-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-68/+55
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini1-10/+8
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini1-14/+14
2021-06-25machine: move common smp_parse code to callerPaolo Bonzini1-62/+54
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2-11/+8
2021-06-25hw/block/fdc: Extract ISA floppy controllers to fdc-isa.cPhilippe Mathieu-Daudé1-1/+1
2021-06-17i386: Add ratelimit for bus locks acquired in guestChenyi Qiang1-0/+24
2021-06-15i386: Eliminate all TPM related code if CONFIG_TPM is not setStefan Berger1-0/+20
2021-06-05misc: Correct relative include pathPhilippe Mathieu-Daudé1-3/+3
2021-06-05i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy5-12/+12
2021-06-02Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2-2/+2
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella2-2/+2
2021-05-31i386: use better matching family/model/stepping for 'qemu64' CPUDaniel P. Berrangé1-1/+5
2021-05-26hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé1-0/+1
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-8/+14
2021-05-14hw/smbios: support for type 41 (onboard devices extended information)Vincent Bernat1-1/+3
2021-05-14amd_iommu: fix wrong MMIO operationsRoman Kapl1-3/+3
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand1-3/+4
2021-05-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+1
2021-05-10i386: split cpu accelerators from cpu.c, using AccelCPUClassClaudio Fontana1-0/+1
2021-05-10xen: Free xenforeignmemory_resource at exitAnthony PERARD1-3/+6
2021-05-10xen-mapcache: avoid a race on memory map while using MAP_FIXEDIgor Druzhinin1-1/+14
2021-05-04x86: acpi: use offset instead of pointer when using build_header()Igor Mammedov1-2/+6
2021-05-04amd_iommu: Fix pte_override_page_mask()Jean-Philippe Brucker1-2/+2
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth6-6/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth6-6/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth5-5/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth2-2/+0
2021-04-30hw: add compat machines for 6.1Cornelia Huck3-2/+28
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca5-161/+96
2021-03-22acpi: Move maximum size logic into acpi_add_rom_blob()David Hildenbrand2-15/+9
2021-03-22microvm: Don't open-code "etc/table-loader"David Hildenbrand1-1/+1
2021-03-22acpi: Set proper maximum size for "etc/table-loader" blobDavid Hildenbrand2-2/+3
2021-03-22pci: acpi: add _DSM method to PCI devicesIgor Mammedov1-3/+102
2021-03-22pci: introduce acpi-index property for PCI deviceIgor Mammedov1-1/+12
2021-03-18hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé1-1/+0