summaryrefslogtreecommitdiffstats
path: root/hw/core
Commit message (Expand)AuthorAgeFilesLines
...
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-0/+3
* hw/core/machine: Introduce CPU cluster topology supportYanan Wang2021-12-312-7/+22
* hw/core: Rename smp_parse() -> machine_parse_smp_config()Philippe Mathieu-Daudé2021-12-312-3/+5
* hw/qdev: Rename qdev_connect_gpio_out*() 'input_pin' parameterPhilippe Mathieu-Daudé2021-12-311-6/+7
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* numa: Enable numa for SGX EPC sectionsYang Zhong2021-12-101-3/+2Star
* hw/nvme: change nvme-ns 'shared' defaultKlaus Jensen2021-11-191-0/+1
* numa: avoid crash with SGX and "info numa"Paolo Bonzini2021-11-101-0/+7
* Fix virtio-net-pci* "vectors" compatEduardo Habkost2021-11-051-1/+1
* Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...Richard Henderson2021-11-031-0/+3
|\
| * hw/core/machine: Add the missing delimiter in cpu_slot_to_string()Yanan Wang2021-10-311-0/+3
* | qapi: introduce x-query-numa QMP commandDaniel P. Berrangé2021-11-022-35/+40
* | qapi: introduce x-query-roms QMP commandDaniel P. Berrangé2021-11-021-17/+22
* | monitor: make hmp_handle_error return a booleanDaniel P. Berrangé2021-11-021-2/+1Star
* | machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde2021-11-011-27/+0Star
* | machine: add device_type_is_dynamic_sysbus functionDamien Hedde2021-11-011-3/+10
* | hw/core/machine: Split out the smp parsing codeYanan Wang2021-11-013-159/+182
* | hw/core: Restrict hotplug to system emulationPhilippe Mathieu-Daudé2021-11-012-2/+44
* | hw/core: Extract hotplug-related functions to qdev-hotplug.cPhilippe Mathieu-Daudé2021-11-013-60/+74
* | hw/core: Declare meson source setPhilippe Mathieu-Daudé2021-11-011-2/+2
* | hw/core: Restrict sysemu specific filesPhilippe Mathieu-Daudé2021-11-011-9/+9
* | machine: Move gpio code to hw/core/gpio.cEduardo Habkost2021-11-013-174/+198
|/
* hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel2021-10-211-29/+31
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-161-16/+1Star
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-3/+4
* qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-151-2/+5
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-151-0/+1
* net: Introduce NetClientInfo.check_peer_type()Kevin Wolf2021-10-151-0/+6
* 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/+30Star
* machine: Use g_autoptr in machine_set_smpPaolo Bonzini2021-10-011-5/+2Star
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Remove smp_parse callback from MachineClassYanan Wang2021-10-011-2/+1Star
* 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/+9Star
* 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
|/