Age | Commit message (Expand) | Author | Files | Lines |
2022-01-05 | hw: Add compat machines for 7.0 | Cornelia Huck | 1 | -0/+3 |
2021-12-31 | hw/core/machine: Introduce CPU cluster topology support | Yanan Wang | 1 | -1/+5 |
2021-12-31 | hw/core: Rename smp_parse() -> machine_parse_smp_config() | Philippe Mathieu-Daudé | 1 | -1/+2 |
2021-11-01 | machine: remove the done notifier for dynamic sysbus device type check | Damien Hedde | 1 | -1/+0 |
2021-11-01 | machine: add device_type_is_dynamic_sysbus function | Damien Hedde | 1 | -0/+15 |
2021-11-01 | hw/core/machine: Split out the smp parsing code | Yanan Wang | 1 | -0/+1 |
2021-10-01 | machine: Move smp_prefer_sockets to struct SMPCompatProps | Yanan Wang | 1 | -1/+2 |
2021-10-01 | machine: Remove smp_parse callback from MachineClass | Yanan Wang | 1 | -5/+0 |
2021-10-01 | machine: Make smp_parse generic enough for all arches | Yanan Wang | 1 | -0/+9 |
2021-10-01 | machine: Tweak the order of topology members in struct CpuTopology | Yanan Wang | 1 | -3/+4 |
2021-10-01 | machine: Prefer cores over sockets in smp parsing since 6.2 | Yanan Wang | 1 | -0/+1 |
2021-09-01 | hw: Add compat machines for 6.2 | Yanan Wang | 1 | -0/+3 |
2021-07-06 | machine: add smp compound property | Paolo Bonzini | 1 | -1/+0 |
2021-06-25 | machine: pass QAPI struct to mc->smp_parse | Paolo Bonzini | 1 | -1/+1 |
2021-06-25 | machine: add error propagation to mc->smp_parse | Paolo Bonzini | 1 | -1/+1 |
2021-06-25 | machine: move dies from X86MachineState to CpuTopology | Paolo Bonzini | 1 | -0/+1 |
2021-04-30 | hw: add compat machines for 6.1 | Cornelia Huck | 1 | -0/+3 |
2021-04-06 | machine: Provide a function to check the dynamic sysbus allowlist | Peter Maydell | 1 | -0/+24 |
2021-04-06 | include/hw/boards.h: Document machine_class_allow_dynamic_sysbus_dev() | Peter Maydell | 1 | -0/+15 |
2021-03-12 | accel: kvm: Fix kvm_type invocation | Andrew Jones | 1 | -0/+1 |
2021-03-10 | hw/board: promote fdt from ARM VirtMachineState to MachineState | Alex Bennée | 1 | -0/+1 |
2021-02-08 | confidential guest support: Rework the "memory-encryption" property | David Gibson | 1 | -1/+1 |
2021-02-05 | accel: extend AccelState and AccelClass to user-mode | Claudio Fontana | 1 | -1/+1 |
2020-12-10 | vl: clean up -boot variables | Paolo Bonzini | 1 | -0/+1 |
2020-12-10 | vl: extract validation of -smp to machine.c | Paolo Bonzini | 1 | -0/+1 |
2020-12-08 | hw: add compat machines for 6.0 | Cornelia Huck | 1 | -0/+3 |
2020-10-26 | machine: remove deprecated -machine enforce-config-section option | Paolo Bonzini | 1 | -1/+0 |
2020-09-30 | numa: drop support for '-numa node' (without memory specified) | Igor Mammedov | 1 | -2/+0 |
2020-09-29 | cphp: remove deprecated cpu-add command(s) | Igor Mammedov | 1 | -1/+0 |
2020-09-18 | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 1 | -2/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -6/+2 |
2020-08-19 | hw: add compat machines for 5.2 | Cornelia Huck | 1 | -0/+3 |
2020-07-03 | numa: Auto-enable NUMA when any memory devices are possible | David Hildenbrand | 1 | -0/+1 |
2020-05-06 | hw: add compat machines for 5.1 | Cornelia Huck | 1 | -0/+3 |
2020-04-02 | vl/s390x: fixup ram sizes for compat machines | Christian Borntraeger | 1 | -0/+7 |
2020-03-17 | machine: Add SMP Sockets in CpuTopology | Babu Moger | 1 | -0/+2 |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (manual) | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-02-28 | hw: Make MachineClass::is_default a boolean type | Philippe Mathieu-Daudé | 1 | -1/+3 |
2020-02-19 | remove no longer used memory_region_allocate_system_memory() | Igor Mammedov | 1 | -32/+0 |
2020-02-19 | machine: introduce convenience MachineState::ram | Igor Mammedov | 1 | -1/+11 |
2020-02-19 | machine: alias -mem-path and -mem-prealloc into memory-foo backend | Igor Mammedov | 1 | -0/+8 |
2020-02-19 | machine: introduce memory-backend property | Igor Mammedov | 1 | -0/+2 |
2020-01-07 | accel/kvm: Make "kernel_irqchip" default on | Xiaoyao Li | 1 | -3/+0 |
2019-12-17 | kvm: convert "-machine kernel_irqchip" to an accelerator property | Paolo Bonzini | 1 | -3/+0 |
2019-12-17 | kvm: convert "-machine kvm_shadow_mem" to an accelerator property | Paolo Bonzini | 1 | -2/+0 |
2019-12-17 | xen: convert "-machine igd-passthru" to an accelerator property | Paolo Bonzini | 1 | -1/+0 |
2019-12-17 | vl: configure accelerators from -accel options | Paolo Bonzini | 1 | -1/+0 |
2019-12-13 | virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised | Evgeny Yakovlev | 1 | -0/+3 |
2019-10-15 | numa: Introduce MachineClass::auto_enable_numa for implicit NUMA node | Tao Xu | 1 | -0/+1 |
2019-09-16 | qdev/machine: Introduce hotplug_allowed hook | Peter Xu | 1 | -0/+9 |