aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2021-10-20hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel1-29/+31
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson1-16/+1
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf1-3/+4
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf1-2/+5
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf1-0/+1
2021-10-15net: Introduce NetClientInfo.check_peer_type()Kevin Wolf1-0/+6
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella1-1/+3
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella1-0/+1
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 Wang1-1/+1
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang1-2/+1
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang1-20/+71
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 Wang1-9/+26
2021-10-01machine: Improve the error reporting of smp parsingYanan Wang1-13/+9
2021-10-01machine: Set the value of cpus to match maxcpus if it's omittedYanan Wang1-13/+16
2021-10-01machine: Uniformly use maxcpus to calculate the omitted parametersYanan Wang1-15/+15
2021-10-01machine: Minor refactor/fix for the smp parsersYanan Wang1-8/+10
2021-10-01machine: Deprecate "parameter=0" SMP configurationsYanan Wang1-0/+14
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2-9/+12
2021-09-02Merge remote-tracking branch 'remotes/hreitz/tags/pull-block-2021-09-01' into...Peter Maydell2-15/+34
2021-09-01qdev: allow setting drive property for realized deviceVladimir Sementsov-Ogievskiy1-12/+31
2021-09-01qdev-properties: PropertyInfo: add realized_set_allowed fieldVladimir Sementsov-Ogievskiy1-3/+3
2021-09-01clock: Provide builtin multiplier/dividerPeter Maydell3-5/+67
2021-09-01hw: Add compat machines for 6.2Yanan Wang1-0/+3
2021-09-01hw/core/register: Add more 64-bit utilitiesJoe Komlodi1-0/+12
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell1-10/+25
2021-08-13hw/core: fix error checking in smp_parseDaniel P. Berrangé1-1/+1
2021-08-13hw/core: Add missing return on errorPhilippe Mathieu-Daudé1-0/+1
2021-08-02hw/net: e1000e: Correct the initial value of VET registerChristina Wang1-0/+1
2021-08-02hw/net: e1000: Correct the initial value of VET registerChristina Wang1-0/+1
2021-07-16hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova1-1/+0
2021-07-13numa: Parse initiator= attribute before cpus= attributeMichal Privoznik1-22/+23
2021-07-13numa: Report expected initiatorMichal Privoznik1-1/+2
2021-07-06machine: add smp compound propertyPaolo Bonzini1-50/+58
2021-06-30Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell1-0/+1
2021-06-29hw/nvme: default for namespace EUI-64Heinrich Schuchardt1-0/+1
2021-06-25machine: reject -smp dies!=1 for non-PC machinesPaolo Bonzini1-0/+4
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini1-10/+23
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini1-15/+19
2021-06-25machine: move common smp_parse code to callerPaolo Bonzini1-56/+56
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini1-0/+1
2021-06-15hmp: Print "reserve" property of memory backends with "info memdev"David Hildenbrand1-0/+4
2021-06-15qmp: Include "reserve" property of memory backendsDavid Hildenbrand1-0/+7
2021-06-15hmp: Print "share" property of memory backends with "info memdev"David Hildenbrand1-0/+2
2021-06-15qmp: Include "share" property of memory backendsDavid Hildenbrand1-0/+1
2021-06-03hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)1-9/+0