aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2021-10-05acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of ...Igor Mammedov1-7/+6
2021-10-05acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov1-62/+67
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov1-12/+6
2021-10-05acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov1-8/+11
2021-10-05acpi: build_amd_iommu: use acpi_table_begin()/acpi_table_end() instead of bui...Igor Mammedov1-7/+4
2021-10-05acpi: build_waet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov1-6/+4
2021-10-05acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov1-39/+48
2021-10-05acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov1-34/+44
2021-10-05acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...Igor Mammedov1-11/+7
2021-10-05acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov1-15/+23
2021-10-05acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov1-8/+18
2021-10-05acpi: x86: build_dsdt: use acpi_table_begin()/acpi_table_end() instead of bui...Igor Mammedov1-6/+4
2021-10-01i386: Change the default Hyper-V version to match WS2016Vitaly Kuznetsov1-1/+5
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2-2/+2
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang1-83/+1
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang3-9/+28
2021-10-01machine: Improve the error reporting of smp parsingYanan Wang1-14/+10
2021-10-01machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang1-13/+16
2021-10-01machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang1-15/+15
2021-10-01machine: Minor refactor/fix for the smp parsersYanan Wang1-9/+14
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell12-2/+467
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+2
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong2-0/+72
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong2-0/+38
2021-09-30sgx-epc: Add the fill_device_info() callback supportYang Zhong1-1/+10
2021-09-30i440fx: Add support for SGX EPCSean Christopherson1-0/+1
2021-09-30q35: Add support for SGX EPCSean Christopherson1-0/+1
2021-09-30i386: acpi: Add SGX EPC entry to ACPI tablesSean Christopherson1-0/+22
2021-09-30i386/pc: Add e820 entry for SGX EPC section(s)Sean Christopherson1-0/+4
2021-09-30hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson1-1/+10
2021-09-30hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordinglySean Christopherson1-1/+11
2021-09-30i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson3-1/+88
2021-09-30vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson2-6/+43
2021-09-30i386: Add 'sgx-epc' device to expose EPC sections to guestSean Christopherson2-0/+168
2021-09-30Kconfig: Add CONFIG_SGX supportYang Zhong1-0/+5
2021-09-29i386/kvm: Replace abs64() with uabs64() from host-utilsLuis Pires1-6/+1
2021-09-27hw/loader: Restrict PC_ROM_* definitions to hw/i386/pcPhilippe Mathieu-Daudé1-0/+6
2021-09-16intel_iommu: Fix typo in commentsCai Huoqing1-4/+4
2021-09-15hw/i386/acpi-build: Fix a typoPhilippe Mathieu-Daudé1-3/+3
2021-09-04hw/i386/acpi-build: Get NUMA information from struct NumaStateJingqi Liu2-14/+7
2021-09-04Use PCI_HOST_BRIDGE macroEduardo Habkost1-6/+2
2021-09-04hw/acpi: define PIIX4 acpi pci hotplug property strings at a single placeAni Sinha3-5/+5
2021-09-01hw: Add compat machines for 6.2Yanan Wang3-2/+28
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell1-5/+0
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell3-3/+0
2021-08-26microvm: Drop dead error handling in microvm_machine_state_init()Markus Armbruster1-5/+0
2021-08-03acpi: x86: pcihp: add support hotplug on multifunction bridgesIgor Mammedov1-14/+30
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