aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2021-10-05acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov1-9/+0
2021-10-05acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov1-68/+0
2021-10-05acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov2-50/+1
2021-10-05acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...Igor Mammedov1-11/+0
2021-10-05acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov1-14/+0
2021-10-05acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov1-13/+0
2021-10-05acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov1-10/+0
2021-10-05acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov1-10/+0
2021-10-05acpi: add helper routines to initialize ACPI tablesIgor Mammedov1-0/+31
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2-3/+5
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella1-0/+3
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang1-1/+2
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang1-5/+0
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang1-0/+9
2021-10-01machine: Tweak the order of topology members in struct CpuTopologyYanan Wang1-3/+4
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang1-0/+1
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell11-16/+360
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell5-0/+114
2021-09-30Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210930' in...Peter Maydell6-33/+47
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong1-0/+1
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong1-0/+11
2021-09-30hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson1-0/+7
2021-09-30i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson2-0/+5
2021-09-30vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson3-0/+18
2021-09-30i386: Add 'sgx-epc' device to expose EPC sections to guestSean Christopherson1-0/+44
2021-09-30hostmem: Add hostmem-epc as a backend for SGX EPCSean Christopherson1-0/+28
2021-09-30ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell1-2/+2
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell1-2/+2
2021-09-30pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell1-5/+5
2021-09-30ipack: Rename ipack_bus_new_inplace() to ipack_bus_init()Peter Maydell1-4/+4
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell1-2/+28
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx eFUSE deviceTong Ho1-0/+3
2021-09-30hw/arm: xlnx-zcu102: Add Xilinx BBRAM deviceTong Ho1-0/+2
2021-09-30hw/arm: xlnx-versal-virt: Add Xilinx eFUSE deviceTong Ho1-0/+10
2021-09-30hw/arm: xlnx-versal-virt: Add Xilinx BBRAM deviceTong Ho1-0/+5
2021-09-30hw/nvram: Introduce Xilinx battery-backed ramTong Ho1-0/+54
2021-09-30hw/nvram: Introduce Xilinx ZynqMP eFuse deviceTong Ho1-0/+44
2021-09-30hw/nvram: Introduce Xilinx Versal eFuse deviceTong Ho1-0/+68
2021-09-30hw/nvram: Introduce Xilinx eFuse QOMTong Ho1-0/+132
2021-09-30hw/intc: openpic: Clean up the stylesBin Meng1-3/+6
2021-09-30hw/intc: openpic: Drop Raven related codesBin Meng1-16/+0
2021-09-30spapr_numa.c: FORM2 NUMA affinity supportDaniel Henrique Barboza2-0/+10
2021-09-30spapr: move FORM1 verifications to post CASDaniel Henrique Barboza1-0/+1
2021-09-30spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza1-1/+1
2021-09-30spapr_numa.c: parametrize FORM1 macrosDaniel Henrique Barboza1-14/+14
2021-09-29ppc/pnv: Rename "id" to "quad-id" in PnvQuadCédric Le Goater1-1/+1
2021-09-29ppc/xive: Export xive_tctx_word2() helperCédric Le Goater1-0/+5
2021-09-29ppc/xive: Export priority_to_ipb() helperCédric Le Goater1-0/+11
2021-09-29nubus: add support for slot IRQsMark Cave-Ayland1-0/+6