aboutsummaryrefslogtreecommitdiff
path: root/include/hw/boards.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-0/+3
2019-10-15numa: Introduce MachineClass::auto_enable_numa for implicit NUMA nodeTao Xu1-0/+1
2019-09-16qdev/machine: Introduce hotplug_allowed hookPeter Xu1-0/+9
2019-09-03numa: move numa global variable nb_numa_nodes into MachineStateTao Xu1-0/+1
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-21machine: Add wakeup method to MachineClassNicholas Piggin1-0/+1
2019-08-21hw: add compat machines for 4.2Cornelia Huck1-0/+3
2019-08-16numa: Don't include hw/boards.h into sysemu/numa.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+0
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-0/+1
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu1-0/+5
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov1-0/+3
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-2/+2
2019-07-05hw/boards: Add struct CpuTopology to MachineStateLike Xu1-0/+15
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster1-0/+1
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz1-3/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-03q35: Revert to kernel irqchipAlex Williamson1-0/+3
2019-04-25vl.c: make find_default_machine() localWei Yang1-1/+0
2019-04-25hw: add compat machines for 4.1Cornelia Huck1-0/+3
2019-03-11machine: Move nvdimms state into struct MachineStateEric Auger1-0/+2
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger1-1/+4
2019-02-27boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard1-0/+1
2019-02-05qemu-options: Remove deprecated "-virtioconsole" optionPaolo Bonzini1-1/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau1-0/+3
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau1-0/+3
2019-01-07hw: remove SET_MACHINE_COMPATMarc-André Lureau1-12/+0
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-2/+1
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau1-7/+3
2018-12-20q35: set split kernel irqchip as defaultPeter Xu1-0/+1
2018-08-16fw_cfg: ignore suffixes in the bootdevice list dependent on machine classMark Cave-Ayland1-0/+1
2018-07-09boards.h: Remove doc comment reference to nonexistent functionPeter Maydell1-2/+1
2018-06-25hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth1-0/+3
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand1-4/+4
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand1-0/+12
2018-04-30hw/s390x: Allow to configure the consoles with the "-serial" parameterThomas Huth1-1/+0
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-1/+0