aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2021-10-01i386: Change the default Hyper-V version to match WS2016Vitaly Kuznetsov1-1/+5
2021-10-01machine: Put all sanity-check in the generic SMP parserYanan Wang1-32/+30
2021-10-01machine: Use g_autoptr in machine_set_smpPaolo Bonzini1-5/+2
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang6-6/+6
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang1-2/+1
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang2-103/+72
2021-10-01machine: Tweak the order of topology members in struct CpuTopologyYanan Wang1-4/+4
2021-10-01machine: Use ms instead of global current_machine in sanity-checkYanan Wang1-1/+1
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang7-18/+57
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 Wang2-26/+32
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 Wang1-0/+14
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell81-128/+3067
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell20-2/+478
2021-09-30Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210930' in...Peter Maydell15-328/+522
2021-09-30memory: Name all the memory listenersPeter Xu9-0/+12
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-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson1-0/+1
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 Maydell10-10/+10
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell13-13/+13
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell31-59/+52
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell3-18/+18
2021-09-30ipack: Rename ipack_bus_new_inplace() to ipack_bus_init()Peter Maydell2-7/+7
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell12-20/+15
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx eFUSE deviceTong Ho3-0/+45
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx BBRAM deviceTong Ho3-0/+36
2021-09-30hw/arm: xlnx-versal-virt: Add Xilinx eFUSE deviceTong Ho3-0/+92
2021-09-30hw/arm: xlnx-versal-virt: Add Xilinx BBRAM deviceTong Ho3-0/+55
2021-09-30hw/nvram: Introduce Xilinx battery-backed ramTong Ho3-0/+550
2021-09-30hw/nvram: Introduce Xilinx ZynqMP eFuse deviceTong Ho3-0/+861
2021-09-30hw/nvram: Introduce Xilinx Versal eFuse deviceTong Ho4-0/+904
2021-09-30hw/nvram: Introduce Xilinx eFuse QOMTong Ho4-0/+408
2021-09-30allwinner-h3: Switch to SMC as PSCI conduitAlexander Graf1-1/+1
2021-09-30spapr/xive: Fix kvm_xive_source_reset trace eventCédric Le Goater1-2/+2
2021-09-30spapr_numa.c: fixes in spapr_numa_FORM2_write_rtas_tables()Daniel Henrique Barboza1-10/+9