summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+2
* machine: Remove smp_parse callback from MachineClassYanan Wang2021-10-011-5/+0Star
* machine: Make smp_parse generic enough for all archesYanan Wang2021-10-011-0/+9
* machine: Tweak the order of topology members in struct CpuTopologyYanan Wang2021-10-011-3/+4
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-0/+1
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell2021-09-3011-16/+360
|\
| * ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell2021-09-301-2/+2
| * qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
| * qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+2
| * pci: Rename pci_root_bus_new_inplace() to pci_root_bus_init()Peter Maydell2021-09-301-5/+5
| * ipack: Rename ipack_bus_new_inplace() to ipack_bus_init()Peter Maydell2021-09-301-4/+4
| * scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell2021-09-301-2/+28
| * hw/arm: xlnx-zcu102: Add Xilinx eFUSE deviceTong Ho2021-09-301-0/+3
| * hw/arm: xlnx-zcu102: Add Xilinx BBRAM deviceTong Ho2021-09-301-0/+2
| * hw/arm: xlnx-versal-virt: Add Xilinx eFUSE deviceTong Ho2021-09-301-0/+10
| * hw/arm: xlnx-versal-virt: Add Xilinx BBRAM deviceTong Ho2021-09-301-0/+5
| * hw/nvram: Introduce Xilinx battery-backed ramTong Ho2021-09-301-0/+54
| * hw/nvram: Introduce Xilinx ZynqMP eFuse deviceTong Ho2021-09-301-0/+44
| * hw/nvram: Introduce Xilinx Versal eFuse deviceTong Ho2021-09-301-0/+68
| * hw/nvram: Introduce Xilinx eFuse QOMTong Ho2021-09-301-0/+132
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-09-308-2/+138
|\ \
| * | memory: Name all the memory listenersPeter Xu2021-09-302-1/+9
| * | target/i386: Add the query-sgx-capabilities QMP commandYang Zhong2021-09-301-0/+1
| * | target/i386: Add HMP and QMP interfaces for SGXYang Zhong2021-09-302-0/+12
| * | hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson2021-09-301-0/+7
| * | i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson2021-09-302-0/+5
| * | vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson2021-09-303-0/+18
| * | i386: Add 'sgx-epc' device to expose EPC sections to guestSean Christopherson2021-09-301-0/+44
| * | hostmem: Add hostmem-epc as a backend for SGX EPCSean Christopherson2021-09-301-0/+28
| * | memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson2021-09-301-1/+14
| |/
* | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210930' in...Peter Maydell2021-09-307-34/+56
|\ \
| * | hw/intc: openpic: Clean up the stylesBin Meng2021-09-301-3/+6
| * | hw/intc: openpic: Drop Raven related codesBin Meng2021-09-301-16/+0Star
| * | spapr_numa.c: FORM2 NUMA affinity supportDaniel Henrique Barboza2021-09-302-0/+10
| * | spapr: move FORM1 verifications to post CASDaniel Henrique Barboza2021-09-301-0/+1
| * | spapr_numa.c: rename numa_assoc_array to FORM1_assoc_arrayDaniel Henrique Barboza2021-09-301-1/+1
| * | spapr_numa.c: parametrize FORM1 macrosDaniel Henrique Barboza2021-09-301-14/+14
| * | ppc/pnv: Rename "id" to "quad-id" in PnvQuadCédric Le Goater2021-09-291-1/+1
| * | ppc/xive: Export xive_tctx_word2() helperCédric Le Goater2021-09-291-0/+5
| * | ppc/xive: Export priority_to_ipb() helperCédric Le Goater2021-09-291-0/+11
| * | host-utils: introduce uabs64()Luis Pires2021-09-291-0/+8
| * | host-utils: fix missing zero-extension in divs128Luis Pires2021-09-291-1/+1
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-09-27-v2' into...Peter Maydell2021-09-301-30/+36
|\ \ \ | |_|/ |/| |
| * | block: use int64_t instead of int in driver discard handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
| * | block: make BlockLimits::max_pdiscard 64bitVladimir Sementsov-Ogievskiy2021-09-291-5/+6
| * | block: use int64_t instead of int in driver write_zeroes handlersVladimir Sementsov-Ogievskiy2021-09-291-1/+1
| * | block: make BlockLimits::max_pwrite_zeroes 64bitVladimir Sementsov-Ogievskiy2021-09-291-4/+5
| * | block: use int64_t instead of uint64_t in copy_range driver handlersVladimir Sementsov-Ogievskiy2021-09-291-6/+6
| * | block: use int64_t instead of uint64_t in driver write handlersVladimir Sementsov-Ogievskiy2021-09-291-8/+8
| * | block: use int64_t instead of uint64_t in driver read handlersVladimir Sementsov-Ogievskiy2021-09-291-5/+6