summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()Philippe Mathieu-Daudé2021-10-051-12/+12
| * hw/i386/amd_iommu: Rename amdviPCI TypeInfoPhilippe Mathieu-Daudé2021-10-051-4/+4
| * acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov2021-10-051-4/+14
| * acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of ...Igor Mammedov2021-10-051-7/+6Star
| * acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov2021-10-051-62/+67
| * acpi: x86: set enabled when composing _MAT entriesIgor Mammedov2021-10-051-12/+6Star
| * acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov2021-10-051-8/+11
| * acpi: build_amd_iommu: use acpi_table_begin()/acpi_table_end() instead of bui...Igor Mammedov2021-10-051-7/+4Star
| * acpi: build_waet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov2021-10-051-6/+4Star
| * acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov2021-10-051-39/+48
| * acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov2021-10-051-34/+44
| * acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...Igor Mammedov2021-10-051-11/+7Star
| * acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov2021-10-051-15/+23
| * acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov2021-10-051-8/+18
| * acpi: x86: build_dsdt: use acpi_table_begin()/acpi_table_end() instead of bui...Igor Mammedov2021-10-051-6/+4Star
* | x86/sev: generate SEV kernel loader hashes in x86_load_linuxDov Murik2021-10-051-1/+24
|/
* i386: Change the default Hyper-V version to match WS2016Vitaly Kuznetsov2021-10-011-1/+5
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-012-2/+2
* machine: Make smp_parse generic enough for all archesYanan Wang2021-10-011-83/+1Star
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-013-9/+28
* machine: Improve the error reporting of smp parsingYanan Wang2021-10-011-14/+10Star
* machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang2021-10-011-13/+16
* machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang2021-10-011-15/+15
* machine: Minor refactor/fix for the smp parsersYanan Wang2021-10-011-9/+14
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-09-3012-2/+467
|\
| * memory: Name all the memory listenersPeter Xu2021-09-301-0/+2
| * target/i386: Add the query-sgx-capabilities QMP commandYang Zhong2021-09-302-0/+72
| * target/i386: Add HMP and QMP interfaces for SGXYang Zhong2021-09-302-0/+38
| * sgx-epc: Add the fill_device_info() callback supportYang Zhong2021-09-301-1/+10
| * i440fx: Add support for SGX EPCSean Christopherson2021-09-301-0/+1
| * q35: Add support for SGX EPCSean Christopherson2021-09-301-0/+1
| * i386: acpi: Add SGX EPC entry to ACPI tablesSean Christopherson2021-09-301-0/+22
| * i386/pc: Add e820 entry for SGX EPC section(s)Sean Christopherson2021-09-301-0/+4
| * hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson2021-09-301-1/+10
| * hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordinglySean Christopherson2021-09-301-1/+11
| * i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson2021-09-303-1/+88
| * vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson2021-09-302-6/+43
| * i386: Add 'sgx-epc' device to expose EPC sections to guestSean Christopherson2021-09-302-0/+168
| * Kconfig: Add CONFIG_SGX supportYang Zhong2021-09-301-0/+5
* | i386/kvm: Replace abs64() with uabs64() from host-utilsLuis Pires2021-09-291-6/+1Star
|/
* hw/loader: Restrict PC_ROM_* definitions to hw/i386/pcPhilippe Mathieu-Daudé2021-09-271-0/+6
* intel_iommu: Fix typo in commentsCai Huoqing2021-09-161-4/+4
* hw/i386/acpi-build: Fix a typoPhilippe Mathieu-Daudé2021-09-151-3/+3
* 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
|/