aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-01qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_splitYanan Wang1-1/+2
2021-10-01qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfgYanan Wang1-1/+2
2021-10-01machine: Improve the error reporting of smp parsingYanan Wang2-27/+19
2021-10-01machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang3-29/+40
2021-10-01machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang2-30/+30
2021-10-01machine: Minor refactor/fix for the smp parsersYanan Wang2-17/+24
2021-10-01machine: Deprecate "parameter=0" SMP configurationsYanan Wang3-5/+36
2021-10-01qapi/machine: Fix an incorrect comment of SMPConfigurationYanan Wang1-1/+1
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell108-447/+3806
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell64-38/+1397
2021-09-30Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210930' in...Peter Maydell35-445/+741
2021-09-30meson_options.txt: Switch the default value for the vnc option to 'auto'Thomas Huth1-1/+1
2021-09-30build-sys: add HAVE_IPPROTO_MPTCPMarc-André Lureau4-5/+7
2021-09-30memory: Add tracepoint for dirty syncPeter Xu2-0/+3
2021-09-30memory: Name all the memory listenersPeter Xu19-4/+33
2021-09-30target/i386: Fix memory leak in sev_read_file_base64()Peter Maydell1-1/+1
2021-09-30tests: qtest: bios-tables-test depends on the unpacked edk2 ROMsPaolo Bonzini2-4/+5
2021-09-30meson: unpack edk2 firmware even if --disable-blobsPaolo Bonzini3-11/+11
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong6-0/+97
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong8-0/+136
2021-09-30docs/system: Add SGX documentation to the system manualSean Christopherson2-0/+166
2021-09-30sgx-epc: Add the fill_device_info() callback supportYang Zhong3-4/+56
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 Christopherson2-1/+17
2021-09-30hw/i386/fw_cfg: Set SGX bits in feature control fw_cfg accordinglySean Christopherson1-1/+11
2021-09-30Adjust min CPUID level to 0x12 when SGX is enabledSean Christopherson1-0/+5
2021-09-30i386: Propagate SGX CPUID sub-leafs to KVMSean Christopherson1-0/+19
2021-09-30i386: kvm: Add support for exposing PROVISIONKEY to guestSean Christopherson3-1/+35
2021-09-30i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson6-1/+170
2021-09-30i386: Add feature control MSR dependency when SGX is enabledSean Christopherson1-0/+5
2021-09-30i386: Add get/set/migrate support for SGX_LEPUBKEYHASH MSRsSean Christopherson4-1/+58
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_1_EAXSean Christopherson2-0/+22
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_0_EBXSean Christopherson2-0/+22
2021-09-30i386: Add SGX CPUID leaf FEAT_SGX_12_0_EAXSean Christopherson2-0/+21
2021-09-30i386: Add primary SGX CPUID and MSR definesSean Christopherson2-2/+14
2021-09-30vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson7-9/+94
2021-09-30i386: Add 'sgx-epc' device to expose EPC sections to guestSean Christopherson3-0/+212
2021-09-30qom: Add memory-backend-epc ObjectOptions supportYang Zhong1-0/+19
2021-09-30hostmem: Add hostmem-epc as a backend for SGX EPCSean Christopherson3-0/+111
2021-09-30Kconfig: Add CONFIG_SGX supportYang Zhong2-0/+6
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson4-2/+22
2021-09-30hw/arm: sabrelite: Connect SPI flash CS line to GPIO3_19Xuzhou Cheng1-1/+1
2021-09-30ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell11-12/+12
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell14-14/+14
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell32-61/+54
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell4-23/+23
2021-09-30ipack: Rename ipack_bus_new_inplace() to ipack_bus_init()Peter Maydell3-11/+11