aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-10-01machine: Improve the error reporting of smp parsingYanan Wang
2021-10-01machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang
2021-10-01machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang
2021-10-01machine: Minor refactor/fix for the smp parsersYanan Wang
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong
2021-09-30sgx-epc: Add the fill_device_info() callback supportYang Zhong
2021-09-30i440fx: Add support for SGX EPCSean Christopherson
2021-09-30q35: Add support for SGX EPCSean Christopherson
2021-09-30i386: acpi: Add SGX EPC entry to ACPI tablesSean Christopherson
2021-09-30i386/pc: Add e820 entry for SGX EPC section(s)Sean Christopherson
2021-09-30hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson
2021-09-30hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordinglySean Christopherson
2021-09-30i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson
2021-09-30vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson
2021-09-30i386: Add 'sgx-epc' device to expose EPC sections to guestSean Christopherson
2021-09-30Kconfig: Add CONFIG_SGX supportYang Zhong
2021-09-29i386/kvm: Replace abs64() with uabs64() from host-utilsLuis Pires
2021-09-27hw/loader: Restrict PC_ROM_* definitions to hw/i386/pcPhilippe Mathieu-Daudé
2021-09-16intel_iommu: Fix typo in commentsCai Huoqing
2021-09-15hw/i386/acpi-build: Fix a typoPhilippe Mathieu-Daudé
2021-09-04hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu
2021-09-04Use PCI_HOST_BRIDGE macroEduardo Habkost
2021-09-04hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-08-26microvm: Drop dead error handling in microvm_machine_state_init()Markus Armbruster
2021-08-03acpi: x86: pcihp: add support hotplug on multifunction bridgesIgor Mammedov
2021-07-20hw/i386/Kconfig: Add missing Kconfig dependency (runtime error)Philippe Mathieu-Daudé
2021-07-16hw/i386/acpi-build: Add IVRS support to bypass iommuXingang Wang
2021-07-16hw/i386/acpi-build: Add DMAR support to bypass iommuXingang Wang
2021-07-16hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang
2021-07-16hw/acpi/ich9: Set ACPI PCI hot-plug as default on Q35Julia Suvorova
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova
2021-07-16hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova
2021-07-16hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova
2021-07-14hw/i386: Introduce X86_FW_OVMF Kconfig symbolPhilippe Mathieu-Daudé
2021-07-14hw/i386/pc: Document pc_system_ovmf_table_findDov Murik
2021-07-14hw/i386/pc: pc_system_ovmf_table_find: Assert that flash was parsedDov Murik
2021-07-13target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth
2021-07-03acpi: pc: revert back to v5.2 PCI slot enumerationIgor Mammedov
2021-06-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini