Age | Commit message (Expand) | Author | Files | Lines |
2019-03-05 | hw/boards: Add a MachineState parameter to kvm_type callback | Eric Auger | 1 | -1/+4 |
2019-02-27 | boards.h: Ignore migration for SMBus devices on older machines | Corey Minyard | 1 | -0/+1 |
2019-02-05 | qemu-options: Remove deprecated "-virtioconsole" option | Paolo Bonzini | 1 | -1/+0 |
2019-01-07 | compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macros | Marc-André Lureau | 1 | -0/+3 |
2019-01-07 | hw: remove SET_MACHINE_COMPAT | Marc-André Lureau | 1 | -12/+0 |
2019-01-07 | hw: apply machine compat properties without touching globals | Marc-André Lureau | 1 | -2/+1 |
2019-01-07 | machines: replace COMPAT define with a static array | Marc-André Lureau | 1 | -7/+3 |
2018-12-20 | q35: set split kernel irqchip as default | Peter Xu | 1 | -0/+1 |
2018-08-16 | fw_cfg: ignore suffixes in the bootdevice list dependent on machine class | Mark Cave-Ayland | 1 | -0/+1 |
2018-07-09 | boards.h: Remove doc comment reference to nonexistent function | Peter Maydell | 1 | -2/+1 |
2018-06-25 | hw/i386: Deprecate the machine types pc-0.10 and pc-0.11 | Thomas Huth | 1 | -0/+3 |
2018-05-07 | machine: rename MemoryHotplugState to DeviceMemoryState | David Hildenbrand | 1 | -4/+4 |
2018-05-07 | machine: make MemoryHotplugState accessible via the machine | David Hildenbrand | 1 | -0/+12 |
2018-04-30 | hw/s390x: Allow to configure the consoles with the "-serial" parameter | Thomas Huth | 1 | -1/+0 |
2018-03-19 | Use cpu_create(type) instead of cpu_init(cpu_model) | Igor Mammedov | 1 | -1/+0 |
2018-03-13 | machine: add memory-encryption option | Brijesh Singh | 1 | -0/+1 |
2018-01-19 | possible_cpus: add CPUArchId::type field | Igor Mammedov | 1 | -0/+2 |
2018-01-19 | machine: Replace has_dynamic_sysbus with list of allowed devices | Eduardo Habkost | 1 | -1/+4 |
2017-11-16 | NUMA: Enable adding NUMA node implicitly | Dou Liyang | 1 | -0/+1 |
2017-11-13 | hw: add .min_cpus and .default_cpus fields to machine_class | Emilio G. Cota | 1 | -0/+5 |
2017-10-09 | machine: Add a valid_cpu_types property | Alistair Francis | 1 | -0/+1 |
2017-09-19 | numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed | Igor Mammedov | 1 | -0/+4 |
2017-09-19 | vl.c: convert cpu_model to cpu type and set of global properties before machi... | Igor Mammedov | 1 | -0/+6 |
2017-09-07 | boards.h: Define new flag ignore_memory_transaction_failures | Peter Maydell | 1 | -0/+11 |
2017-07-14 | memory.h: Add memory_region_init_{ram, rom, rom_device}() handling migration | Peter Maydell | 1 | -1/+2 |
2017-07-14 | include/hw/boards.h: Document memory_region_allocate_system_memory() | Peter Maydell | 1 | -0/+28 |
2017-05-11 | machine: call machine init from wrapper | Igor Mammedov | 1 | -0/+1 |
2017-05-11 | numa: mirror cpu to node mapping in MachineState::possible_cpus | Igor Mammedov | 1 | -0/+3 |
2017-05-11 | numa: move source of default CPUs to NUMA node mapping into boards | Igor Mammedov | 1 | -2/+6 |
2017-05-11 | numa: equally distribute memory on nodes | Laurent Vivier | 1 | -0/+2 |
2017-03-22 | numa,spapr: align default numa node memory size to 256MB | Laurent Vivier | 1 | -0/+1 |
2017-02-22 | machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu... | Igor Mammedov | 1 | -5/+3 |
2017-02-22 | machine: unify [pc_|spapr_]query_hotpluggable_cpus() callbacks | Igor Mammedov | 1 | -0/+3 |
2017-02-22 | change CPUArchId.cpu type to Object* | Igor Mammedov | 1 | -1/+1 |
2017-02-22 | pc: calculate topology only once when possible_cpus is initialised | Igor Mammedov | 1 | -0/+2 |
2017-02-22 | machine: move possible_cpus to MachineState | Igor Mammedov | 1 | -0/+1 |
2017-01-23 | machine: Make possible_cpu_arch_ids() return const pointer | Igor Mammedov | 1 | -1/+1 |