summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
* vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2021-10-051-1/+3
* vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella2021-10-051-0/+1
* machine: Put all sanity-check in the generic SMP parserYanan Wang2021-10-011-32/+30
* machine: Use g_autoptr in machine_set_smpPaolo Bonzini2021-10-011-5/+2
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Remove smp_parse callback from MachineClassYanan Wang2021-10-011-2/+1
* machine: Make smp_parse generic enough for all archesYanan Wang2021-10-011-20/+71
* machine: Tweak the order of topology members in struct CpuTopologyYanan Wang2021-10-011-4/+4
* machine: Use ms instead of global current_machine in sanity-checkYanan Wang2021-10-011-1/+1
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-9/+26
* machine: Improve the error reporting of smp parsingYanan Wang2021-10-011-13/+9
* 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-8/+10
* machine: Deprecate "parameter=0" SMP configurationsYanan Wang2021-10-011-0/+14
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-302-9/+12
* Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...Peter Maydell2021-09-022-15/+34
|\
| * qdev: allow setting drive property for realized deviceVladimir Sementsov-Ogievskiy2021-09-011-12/+31
| * qdev-properties: PropertyInfo: add realized_set_allowed fieldVladimir Sementsov-Ogievskiy2021-09-011-3/+3
* | clock: Provide builtin multiplier/dividerPeter Maydell2021-09-013-5/+67
* | hw: Add compat machines for 6.2Yanan Wang2021-09-011-0/+3
|/
* hw/core/register: Add more 64-bit utilitiesJoe Komlodi2021-09-011-0/+12
* hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell2021-08-261-10/+25
* hw/core: fix error checking in smp_parseDaniel P. Berrangé2021-08-131-1/+1
* hw/core: Add missing return on errorPhilippe Mathieu-Daudé2021-08-131-0/+1
* hw/net: e1000e: Correct the initial value of VET registerChristina Wang2021-08-021-0/+1
* hw/net: e1000: Correct the initial value of VET registerChristina Wang2021-08-021-0/+1
* hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2021-07-161-1/+0
* numa: Parse initiator= attribute before cpus= attributeMichal Privoznik2021-07-131-22/+23
* numa: Report expected initiatorMichal Privoznik2021-07-131-1/+2
* machine: add smp compound propertyPaolo Bonzini2021-07-061-50/+58
* Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell2021-06-301-0/+1
|\
| * hw/nvme: default for namespace EUI-64Heinrich Schuchardt2021-06-291-0/+1
* | machine: reject -smp dies!=1 for non-PC machinesPaolo Bonzini2021-06-251-0/+4
* | machine: pass QAPI struct to mc->smp_parsePaolo Bonzini2021-06-251-10/+23
* | machine: add error propagation to mc->smp_parsePaolo Bonzini2021-06-251-15/+19
* | machine: move common smp_parse code to callerPaolo Bonzini2021-06-251-56/+56
* | machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2021-06-251-0/+1
|/
* hmp: Print "reserve" property of memory backends with "info memdev"David Hildenbrand2021-06-151-0/+4
* qmp: Include "reserve" property of memory backendsDavid Hildenbrand2021-06-151-0/+7
* hmp: Print "share" property of memory backends with "info memdev"David Hildenbrand2021-06-151-0/+2
* qmp: Include "share" property of memory backendsDavid Hildenbrand2021-06-151-0/+1
* hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)2021-06-031-9/+0
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-283-117/+147
|\
| * cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-2/+2
| * cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-2/+2
| * cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-3/+3
| * cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-2/+2
| * cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-261-8/+8