summary refs log tree commit diff stats
path: root/hw/core/machine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* compat: disable edid on virtio-gpu base deviceCornelia Huck2019-08-061-1/+1
* pcie_root_port: Disable ACS on older machinesDr. David Alan Gilbert2019-07-301-0/+1
* Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"Dr. David Alan Gilbert2019-07-291-20/+3
* pl031: Correctly migrate state when using -rtc clock=hostPeter Maydell2019-07-151-0/+1
* virtio-balloon: fix QEMU 4.0 config size migration incompatibilityStefan Hajnoczi2019-07-121-0/+2
* machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu2019-07-051-0/+76
* i386/cpu: Consolidate die-id validity in smp contextLike Xu2019-07-051-0/+12
* virtio: add "use-started" propertyXie Yongji2019-07-041-0/+1
* hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz2019-06-211-4/+1
* edid: flip the default to enabledGerd Hoffmann2019-06-131-1/+7
* q35: Revert to kernel irqchipAlex Williamson2019-06-031-0/+3
* usb-tablet: fix serial compat propertyGerd Hoffmann2019-05-291-1/+1
* hw: report invalid disable-legacy|modern usage for virtio-1-only devsDaniel P. Berrangé2019-05-201-3/+20
* hw: add compat machines for 4.1Cornelia Huck2019-04-251-0/+3
* machine: Move nvdimms state into struct MachineStateEric Auger2019-03-111-0/+65
* virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella2019-02-221-0/+2
* usb: assign unique serial numbers to hid devicesGerd Hoffmann2019-01-301-0/+3
* tpm: add a "ppi" boolean propertyMarc-André Lureau2019-01-171-0/+2
* virtio: Make disable-legacy/disable-modern compat properties optionalEduardo Habkost2019-01-171-2/+3
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-01-111-273/+65
|\
| * machine: Use shorter format for GlobalProperty arraysEduardo Habkost2019-01-091-273/+65
| * machine: Eliminate unnecessary stringify() usageEduardo Habkost2019-01-091-4/+4
* | hw/core: fix whitespace in a sentenceWainer dos Santos Moschetta2019-01-091-1/+1
|/
* hostmem: use object id for memory region name with >= 4.0Marc-André Lureau2019-01-071-0/+8
* compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau2019-01-071-0/+33
* compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau2019-01-071-0/+41
* compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau2019-01-071-0/+29
* compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau2019-01-071-0/+26
* compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau2019-01-071-0/+17
* compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau2019-01-071-0/+25
* compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau2019-01-071-0/+46
* compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau2019-01-071-0/+21
* compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau2019-01-071-0/+13
* compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau2019-01-071-0/+21
* compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau2019-01-071-0/+29
* compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau2019-01-071-0/+3
* compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau2019-01-071-0/+13
* hw: apply machine compat properties without touching globalsMarc-André Lureau2019-01-071-18/+1
* q35: set split kernel irqchip as defaultPeter Xu2018-12-201-0/+2
* qom: remove unimplemented class_finalizeMarc-André Lureau2018-12-111-11/+0
* machine: fix a typoLi Qiang2018-10-241-1/+1
* hw/core/machine: Officially deprecate the enforce-config-section parameterThomas Huth2018-09-251-0/+3
* machine: Fix coding style at machine_run_board_init()Dou Liyang2018-08-161-1/+2
* hw/machine: Remove the Zero check of nb_numa_nodes for numa_complete_configur...Dou Liyang2018-07-091-3/+2
* machine: properly free device_memoryDavid Hildenbrand2018-07-091-0/+1
* hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* hw: Use IEC binary prefix definitions from "qemu/units.h"Philippe Mathieu-Daudé2018-07-021-1/+1
* numa: postpone options post-processing till machine_run_board_init()Igor Mammedov2018-05-301-2/+3
* machine: add memory-encryption optionBrijesh Singh2018-03-131-0/+22