]> git.proxmox.com Git - mirror_qemu.git/blame - hw/core/machine.c
qapi: Use returned bool to check for failure, Coccinelle part
[mirror_qemu.git] / hw / core / machine.c
CommitLineData
36d20cb2
MA
1/*
2 * QEMU Machine
3 *
4 * Copyright (C) 2014 Red Hat Inc
5 *
6 * Authors:
7 * Marcel Apfelbaum <marcel.a@redhat.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12
18c86e2b 13#include "qemu/osdep.h"
6f479566
LX
14#include "qemu/option.h"
15#include "qapi/qmp/qerror.h"
16#include "sysemu/replay.h"
fc6b3cf9 17#include "qemu/units.h"
36d20cb2 18#include "hw/boards.h"
da34e65c 19#include "qapi/error.h"
9af23989 20#include "qapi/qapi-visit-common.h"
6b1b1440 21#include "qapi/visitor.h"
33cd52b5
AG
22#include "hw/sysbus.h"
23#include "sysemu/sysemu.h"
3bfe5716 24#include "sysemu/numa.h"
33cd52b5 25#include "qemu/error-report.h"
c6ff347c 26#include "sysemu/qtest.h"
edc24ccd 27#include "hw/pci/pci.h"
f6a0d06b 28#include "hw/mem/nvdimm.h"
82b911aa 29#include "migration/vmstate.h"
6b1b1440 30
7483cbba
AD
31GlobalProperty hw_compat_5_0[] = {
32 { "virtio-balloon-device", "page-poison", "false" },
f983ff95
PB
33 { "vmport", "x-read-set-eax", "off" },
34 { "vmport", "x-signal-unsupported-cmd", "off" },
35 { "vmport", "x-report-vmx-type", "off" },
36 { "vmport", "x-cmds-v2", "off" },
7483cbba 37};
541aaa1d
CH
38const size_t hw_compat_5_0_len = G_N_ELEMENTS(hw_compat_5_0);
39
5f258577 40GlobalProperty hw_compat_4_2[] = {
c9b7d9ec
DP
41 { "virtio-blk-device", "queue-size", "128"},
42 { "virtio-scsi-device", "virtqueue_size", "128"},
5f258577 43 { "virtio-blk-device", "x-enable-wce-if-config-wce", "off" },
1bf8a989
DP
44 { "virtio-blk-device", "seg-max-adjust", "off"},
45 { "virtio-scsi-device", "seg_max_adjust", "off"},
46 { "vhost-blk-device", "seg_max_adjust", "off"},
7bacaf5f 47 { "usb-host", "suppress-remote-wake", "off" },
32187f3d 48 { "usb-redir", "suppress-remote-wake", "off" },
ed71c09f
GH
49 { "qxl", "revision", "4" },
50 { "qxl-vga", "revision", "4" },
394f0f72 51 { "fw_cfg", "acpi-mr-restore", "false" },
5f258577
EY
52};
53const size_t hw_compat_4_2_len = G_N_ELEMENTS(hw_compat_4_2);
54
eb1556c4
JS
55GlobalProperty hw_compat_4_1[] = {
56 { "virtio-pci", "x-pcie-flr-init", "off" },
9d7bd082 57 { "virtio-device", "use-disabled-flag", "false" },
eb1556c4 58};
9aec2e52
CH
59const size_t hw_compat_4_1_len = G_N_ELEMENTS(hw_compat_4_1);
60
8e8cbed0 61GlobalProperty hw_compat_4_0[] = {
0a719662
GH
62 { "VGA", "edid", "false" },
63 { "secondary-vga", "edid", "false" },
64 { "bochs-display", "edid", "false" },
65 { "virtio-vga", "edid", "false" },
02501fc3 66 { "virtio-gpu-device", "edid", "false" },
e57f2c31 67 { "virtio-device", "use-started", "false" },
2bbadb08 68 { "virtio-balloon-device", "qemu-4-0-config-size", "true" },
032cfe6a 69 { "pl031", "migrate-tick-offset", "false" },
0a719662 70};
9bf2650b
CH
71const size_t hw_compat_4_0_len = G_N_ELEMENTS(hw_compat_4_0);
72
abd93cc7 73GlobalProperty hw_compat_3_1[] = {
6c36bddf
EH
74 { "pcie-root-port", "x-speed", "2_5" },
75 { "pcie-root-port", "x-width", "1" },
76 { "memory-backend-file", "x-use-canonical-path-for-ramblock-id", "true" },
77 { "memory-backend-memfd", "x-use-canonical-path-for-ramblock-id", "true" },
b6148757
MAL
78 { "tpm-crb", "ppi", "false" },
79 { "tpm-tis", "ppi", "false" },
b63e1050
GH
80 { "usb-kbd", "serial", "42" },
81 { "usb-mouse", "serial", "42" },
442bac16 82 { "usb-tablet", "serial", "42" },
5c81161f
SG
83 { "virtio-blk-device", "discard", "false" },
84 { "virtio-blk-device", "write-zeroes", "false" },
2bbadb08 85 { "virtio-balloon-device", "qemu-4-0-config-size", "false" },
c8557f1b 86 { "pcie-root-port-base", "disable-acs", "true" }, /* Added in 4.1 */
abd93cc7
MAL
87};
88const size_t hw_compat_3_1_len = G_N_ELEMENTS(hw_compat_3_1);
89
ddb3235d
MAL
90GlobalProperty hw_compat_3_0[] = {};
91const size_t hw_compat_3_0_len = G_N_ELEMENTS(hw_compat_3_0);
92
0d47310b 93GlobalProperty hw_compat_2_12[] = {
6c36bddf
EH
94 { "migration", "decompress-error-check", "off" },
95 { "hda-audio", "use-timer", "false" },
96 { "cirrus-vga", "global-vmstate", "true" },
97 { "VGA", "global-vmstate", "true" },
98 { "vmware-svga", "global-vmstate", "true" },
99 { "qxl-vga", "global-vmstate", "true" },
0d47310b
MAL
100};
101const size_t hw_compat_2_12_len = G_N_ELEMENTS(hw_compat_2_12);
102
43df70a9 103GlobalProperty hw_compat_2_11[] = {
6c36bddf
EH
104 { "hpet", "hpet-offset-saved", "false" },
105 { "virtio-blk-pci", "vectors", "2" },
106 { "vhost-user-blk-pci", "vectors", "2" },
107 { "e1000", "migrate_tso_props", "off" },
43df70a9
MAL
108};
109const size_t hw_compat_2_11_len = G_N_ELEMENTS(hw_compat_2_11);
110
503224f4 111GlobalProperty hw_compat_2_10[] = {
6c36bddf
EH
112 { "virtio-mouse-device", "wheel-axis", "false" },
113 { "virtio-tablet-device", "wheel-axis", "false" },
503224f4
MAL
114};
115const size_t hw_compat_2_10_len = G_N_ELEMENTS(hw_compat_2_10);
116
3e803152 117GlobalProperty hw_compat_2_9[] = {
6c36bddf
EH
118 { "pci-bridge", "shpc", "off" },
119 { "intel-iommu", "pt", "off" },
120 { "virtio-net-device", "x-mtu-bypass-backend", "off" },
121 { "pcie-root-port", "x-migrate-msix", "false" },
3e803152
MAL
122};
123const size_t hw_compat_2_9_len = G_N_ELEMENTS(hw_compat_2_9);
124
edc24ccd 125GlobalProperty hw_compat_2_8[] = {
6c36bddf
EH
126 { "fw_cfg_mem", "x-file-slots", "0x10" },
127 { "fw_cfg_io", "x-file-slots", "0x10" },
128 { "pflash_cfi01", "old-multiple-chip-handling", "on" },
129 { "pci-bridge", "shpc", "on" },
130 { TYPE_PCI_DEVICE, "x-pcie-extcap-init", "off" },
131 { "virtio-pci", "x-pcie-deverr-init", "off" },
132 { "virtio-pci", "x-pcie-lnkctl-init", "off" },
133 { "virtio-pci", "x-pcie-pm-init", "off" },
134 { "cirrus-vga", "vgamem_mb", "8" },
135 { "isa-cirrus-vga", "vgamem_mb", "8" },
edc24ccd
MAL
136};
137const size_t hw_compat_2_8_len = G_N_ELEMENTS(hw_compat_2_8);
138
5a995064 139GlobalProperty hw_compat_2_7[] = {
6c36bddf
EH
140 { "virtio-pci", "page-per-vq", "on" },
141 { "virtio-serial-device", "emergency-write", "off" },
142 { "ioapic", "version", "0x11" },
143 { "intel-iommu", "x-buggy-eim", "true" },
144 { "virtio-pci", "x-ignore-backend-features", "on" },
5a995064
MAL
145};
146const size_t hw_compat_2_7_len = G_N_ELEMENTS(hw_compat_2_7);
147
ff8f261f 148GlobalProperty hw_compat_2_6[] = {
6c36bddf 149 { "virtio-mmio", "format_transport_address", "off" },
dd56040d
DDAG
150 /* Optional because not all virtio-pci devices support legacy mode */
151 { "virtio-pci", "disable-modern", "on", .optional = true },
152 { "virtio-pci", "disable-legacy", "off", .optional = true },
ff8f261f
MAL
153};
154const size_t hw_compat_2_6_len = G_N_ELEMENTS(hw_compat_2_6);
155
fe759610 156GlobalProperty hw_compat_2_5[] = {
6c36bddf
EH
157 { "isa-fdc", "fallback", "144" },
158 { "pvscsi", "x-old-pci-configuration", "on" },
159 { "pvscsi", "x-disable-pcie", "on" },
160 { "vmxnet3", "x-old-msi-offsets", "on" },
161 { "vmxnet3", "x-disable-pcie", "on" },
fe759610
MAL
162};
163const size_t hw_compat_2_5_len = G_N_ELEMENTS(hw_compat_2_5);
164
2f99b9c2 165GlobalProperty hw_compat_2_4[] = {
11a18c84
PMD
166 /* Optional because the 'scsi' property is Linux-only */
167 { "virtio-blk-device", "scsi", "true", .optional = true },
6c36bddf
EH
168 { "e1000", "extra_mac_registers", "off" },
169 { "virtio-pci", "x-disable-pcie", "on" },
170 { "virtio-pci", "migrate-extra", "off" },
171 { "fw_cfg_mem", "dma_enabled", "off" },
172 { "fw_cfg_io", "dma_enabled", "off" }
2f99b9c2
MAL
173};
174const size_t hw_compat_2_4_len = G_N_ELEMENTS(hw_compat_2_4);
175
8995dd90 176GlobalProperty hw_compat_2_3[] = {
6c36bddf
EH
177 { "virtio-blk-pci", "any_layout", "off" },
178 { "virtio-balloon-pci", "any_layout", "off" },
179 { "virtio-serial-pci", "any_layout", "off" },
180 { "virtio-9p-pci", "any_layout", "off" },
181 { "virtio-rng-pci", "any_layout", "off" },
182 { TYPE_PCI_DEVICE, "x-pcie-lnksta-dllla", "off" },
183 { "migration", "send-configuration", "off" },
184 { "migration", "send-section-footer", "off" },
185 { "migration", "store-global-state", "off" },
8995dd90
MAL
186};
187const size_t hw_compat_2_3_len = G_N_ELEMENTS(hw_compat_2_3);
188
1c30044e
MAL
189GlobalProperty hw_compat_2_2[] = {};
190const size_t hw_compat_2_2_len = G_N_ELEMENTS(hw_compat_2_2);
191
c4fc5695 192GlobalProperty hw_compat_2_1[] = {
6c36bddf
EH
193 { "intel-hda", "old_msi_addr", "on" },
194 { "VGA", "qemu-extended-regs", "off" },
195 { "secondary-vga", "qemu-extended-regs", "off" },
196 { "virtio-scsi-pci", "any_layout", "off" },
197 { "usb-mouse", "usb_version", "1" },
198 { "usb-kbd", "usb_version", "1" },
199 { "virtio-pci", "virtio-pci-bus-master-bug-migration", "on" },
c4fc5695
MAL
200};
201const size_t hw_compat_2_1_len = G_N_ELEMENTS(hw_compat_2_1);
202
6b1b1440
MA
203static char *machine_get_kernel(Object *obj, Error **errp)
204{
205 MachineState *ms = MACHINE(obj);
206
207 return g_strdup(ms->kernel_filename);
208}
209
210static void machine_set_kernel(Object *obj, const char *value, Error **errp)
211{
212 MachineState *ms = MACHINE(obj);
213
556068ee 214 g_free(ms->kernel_filename);
6b1b1440
MA
215 ms->kernel_filename = g_strdup(value);
216}
217
218static char *machine_get_initrd(Object *obj, Error **errp)
219{
220 MachineState *ms = MACHINE(obj);
221
222 return g_strdup(ms->initrd_filename);
223}
224
225static void machine_set_initrd(Object *obj, const char *value, Error **errp)
226{
227 MachineState *ms = MACHINE(obj);
228
556068ee 229 g_free(ms->initrd_filename);
6b1b1440
MA
230 ms->initrd_filename = g_strdup(value);
231}
232
233static char *machine_get_append(Object *obj, Error **errp)
234{
235 MachineState *ms = MACHINE(obj);
236
237 return g_strdup(ms->kernel_cmdline);
238}
239
240static void machine_set_append(Object *obj, const char *value, Error **errp)
241{
242 MachineState *ms = MACHINE(obj);
243
556068ee 244 g_free(ms->kernel_cmdline);
6b1b1440
MA
245 ms->kernel_cmdline = g_strdup(value);
246}
247
248static char *machine_get_dtb(Object *obj, Error **errp)
249{
250 MachineState *ms = MACHINE(obj);
251
252 return g_strdup(ms->dtb);
253}
254
255static void machine_set_dtb(Object *obj, const char *value, Error **errp)
256{
257 MachineState *ms = MACHINE(obj);
258
556068ee 259 g_free(ms->dtb);
6b1b1440
MA
260 ms->dtb = g_strdup(value);
261}
262
263static char *machine_get_dumpdtb(Object *obj, Error **errp)
264{
265 MachineState *ms = MACHINE(obj);
266
267 return g_strdup(ms->dumpdtb);
268}
269
270static void machine_set_dumpdtb(Object *obj, const char *value, Error **errp)
271{
272 MachineState *ms = MACHINE(obj);
273
556068ee 274 g_free(ms->dumpdtb);
6b1b1440
MA
275 ms->dumpdtb = g_strdup(value);
276}
277
278static void machine_get_phandle_start(Object *obj, Visitor *v,
d7bce999
EB
279 const char *name, void *opaque,
280 Error **errp)
6b1b1440
MA
281{
282 MachineState *ms = MACHINE(obj);
283 int64_t value = ms->phandle_start;
284
51e72bc1 285 visit_type_int(v, name, &value, errp);
6b1b1440
MA
286}
287
288static void machine_set_phandle_start(Object *obj, Visitor *v,
d7bce999
EB
289 const char *name, void *opaque,
290 Error **errp)
6b1b1440
MA
291{
292 MachineState *ms = MACHINE(obj);
293 Error *error = NULL;
294 int64_t value;
295
62a35aaa 296 if (!visit_type_int(v, name, &value, &error)) {
6b1b1440
MA
297 error_propagate(errp, error);
298 return;
299 }
300
301 ms->phandle_start = value;
302}
303
304static char *machine_get_dt_compatible(Object *obj, Error **errp)
305{
306 MachineState *ms = MACHINE(obj);
307
308 return g_strdup(ms->dt_compatible);
309}
310
311static void machine_set_dt_compatible(Object *obj, const char *value, Error **errp)
312{
313 MachineState *ms = MACHINE(obj);
314
556068ee 315 g_free(ms->dt_compatible);
6b1b1440
MA
316 ms->dt_compatible = g_strdup(value);
317}
318
319static bool machine_get_dump_guest_core(Object *obj, Error **errp)
320{
321 MachineState *ms = MACHINE(obj);
322
323 return ms->dump_guest_core;
324}
325
326static void machine_set_dump_guest_core(Object *obj, bool value, Error **errp)
327{
328 MachineState *ms = MACHINE(obj);
329
330 ms->dump_guest_core = value;
331}
332
333static bool machine_get_mem_merge(Object *obj, Error **errp)
334{
335 MachineState *ms = MACHINE(obj);
336
337 return ms->mem_merge;
338}
339
340static void machine_set_mem_merge(Object *obj, bool value, Error **errp)
341{
342 MachineState *ms = MACHINE(obj);
343
344 ms->mem_merge = value;
345}
346
347static bool machine_get_usb(Object *obj, Error **errp)
348{
349 MachineState *ms = MACHINE(obj);
350
351 return ms->usb;
352}
353
354static void machine_set_usb(Object *obj, bool value, Error **errp)
355{
356 MachineState *ms = MACHINE(obj);
357
358 ms->usb = value;
c6e76503 359 ms->usb_disabled = !value;
6b1b1440
MA
360}
361
cfc58cf3
EH
362static bool machine_get_graphics(Object *obj, Error **errp)
363{
364 MachineState *ms = MACHINE(obj);
365
366 return ms->enable_graphics;
367}
368
369static void machine_set_graphics(Object *obj, bool value, Error **errp)
370{
371 MachineState *ms = MACHINE(obj);
372
373 ms->enable_graphics = value;
374}
375
6b1b1440
MA
376static char *machine_get_firmware(Object *obj, Error **errp)
377{
378 MachineState *ms = MACHINE(obj);
379
380 return g_strdup(ms->firmware);
381}
382
383static void machine_set_firmware(Object *obj, const char *value, Error **errp)
384{
385 MachineState *ms = MACHINE(obj);
386
556068ee 387 g_free(ms->firmware);
6b1b1440
MA
388 ms->firmware = g_strdup(value);
389}
390
9850c604
AG
391static void machine_set_suppress_vmdesc(Object *obj, bool value, Error **errp)
392{
393 MachineState *ms = MACHINE(obj);
394
395 ms->suppress_vmdesc = value;
396}
397
398static bool machine_get_suppress_vmdesc(Object *obj, Error **errp)
399{
400 MachineState *ms = MACHINE(obj);
401
402 return ms->suppress_vmdesc;
403}
404
902c053d
GK
405static void machine_set_enforce_config_section(Object *obj, bool value,
406 Error **errp)
407{
408 MachineState *ms = MACHINE(obj);
409
91c082ad
TH
410 warn_report("enforce-config-section is deprecated, please use "
411 "-global migration.send-configuration=on|off instead");
412
902c053d
GK
413 ms->enforce_config_section = value;
414}
415
416static bool machine_get_enforce_config_section(Object *obj, Error **errp)
417{
418 MachineState *ms = MACHINE(obj);
419
420 return ms->enforce_config_section;
421}
422
db588194
BS
423static char *machine_get_memory_encryption(Object *obj, Error **errp)
424{
425 MachineState *ms = MACHINE(obj);
426
427 return g_strdup(ms->memory_encryption);
428}
429
430static void machine_set_memory_encryption(Object *obj, const char *value,
431 Error **errp)
432{
433 MachineState *ms = MACHINE(obj);
434
435 g_free(ms->memory_encryption);
436 ms->memory_encryption = g_strdup(value);
4ba59be1
DDAG
437
438 /*
439 * With memory encryption, the host can't see the real contents of RAM,
440 * so there's no point in it trying to merge areas.
441 */
442 if (value) {
443 machine_set_mem_merge(obj, false, errp);
444 }
db588194
BS
445}
446
f6a0d06b
EA
447static bool machine_get_nvdimm(Object *obj, Error **errp)
448{
449 MachineState *ms = MACHINE(obj);
450
451 return ms->nvdimms_state->is_enabled;
452}
453
454static void machine_set_nvdimm(Object *obj, bool value, Error **errp)
455{
456 MachineState *ms = MACHINE(obj);
457
458 ms->nvdimms_state->is_enabled = value;
459}
460
244b3f44
TX
461static bool machine_get_hmat(Object *obj, Error **errp)
462{
463 MachineState *ms = MACHINE(obj);
464
465 return ms->numa_state->hmat_enabled;
466}
467
468static void machine_set_hmat(Object *obj, bool value, Error **errp)
469{
470 MachineState *ms = MACHINE(obj);
471
472 ms->numa_state->hmat_enabled = value;
473}
474
f6a0d06b
EA
475static char *machine_get_nvdimm_persistence(Object *obj, Error **errp)
476{
477 MachineState *ms = MACHINE(obj);
478
479 return g_strdup(ms->nvdimms_state->persistence_string);
480}
481
482static void machine_set_nvdimm_persistence(Object *obj, const char *value,
483 Error **errp)
484{
485 MachineState *ms = MACHINE(obj);
486 NVDIMMState *nvdimms_state = ms->nvdimms_state;
487
488 if (strcmp(value, "cpu") == 0) {
489 nvdimms_state->persistence = 3;
490 } else if (strcmp(value, "mem-ctrl") == 0) {
491 nvdimms_state->persistence = 2;
492 } else {
493 error_setg(errp, "-machine nvdimm-persistence=%s: unsupported option",
494 value);
495 return;
496 }
497
498 g_free(nvdimms_state->persistence_string);
499 nvdimms_state->persistence_string = g_strdup(value);
500}
501
0bd1909d 502void machine_class_allow_dynamic_sysbus_dev(MachineClass *mc, const char *type)
33cd52b5 503{
0bd1909d
EH
504 strList *item = g_new0(strList, 1);
505
506 item->value = g_strdup(type);
507 item->next = mc->allowed_dynamic_sysbus_devices;
508 mc->allowed_dynamic_sysbus_devices = item;
33cd52b5
AG
509}
510
0bd1909d 511static void validate_sysbus_device(SysBusDevice *sbdev, void *opaque)
33cd52b5 512{
0bd1909d
EH
513 MachineState *machine = opaque;
514 MachineClass *mc = MACHINE_GET_CLASS(machine);
515 bool allowed = false;
516 strList *wl;
33cd52b5 517
0bd1909d
EH
518 for (wl = mc->allowed_dynamic_sysbus_devices;
519 !allowed && wl;
520 wl = wl->next) {
521 allowed |= !!object_dynamic_cast(OBJECT(sbdev), wl->value);
522 }
523
524 if (!allowed) {
525 error_report("Option '-device %s' cannot be handled by this machine",
526 object_class_get_name(object_get_class(OBJECT(sbdev))));
527 exit(1);
33cd52b5 528 }
0bd1909d
EH
529}
530
aa8b1839
IM
531static char *machine_get_memdev(Object *obj, Error **errp)
532{
533 MachineState *ms = MACHINE(obj);
534
535 return g_strdup(ms->ram_memdev_id);
536}
537
538static void machine_set_memdev(Object *obj, const char *value, Error **errp)
539{
540 MachineState *ms = MACHINE(obj);
541
542 g_free(ms->ram_memdev_id);
543 ms->ram_memdev_id = g_strdup(value);
544}
545
546
0bd1909d
EH
547static void machine_init_notify(Notifier *notifier, void *data)
548{
549 MachineState *machine = MACHINE(qdev_get_machine());
33cd52b5
AG
550
551 /*
0bd1909d
EH
552 * Loop through all dynamically created sysbus devices and check if they are
553 * all allowed. If a device is not allowed, error out.
33cd52b5 554 */
0bd1909d 555 foreach_dynamic_sysbus_device(validate_sysbus_device, machine);
33cd52b5
AG
556}
557
f2d672c2
IM
558HotpluggableCPUList *machine_query_hotpluggable_cpus(MachineState *machine)
559{
560 int i;
f2d672c2 561 HotpluggableCPUList *head = NULL;
d342eb76
IM
562 MachineClass *mc = MACHINE_GET_CLASS(machine);
563
564 /* force board to initialize possible_cpus if it hasn't been done yet */
565 mc->possible_cpu_arch_ids(machine);
f2d672c2 566
f2d672c2 567 for (i = 0; i < machine->possible_cpus->len; i++) {
d342eb76 568 Object *cpu;
f2d672c2
IM
569 HotpluggableCPUList *list_item = g_new0(typeof(*list_item), 1);
570 HotpluggableCPU *cpu_item = g_new0(typeof(*cpu_item), 1);
571
d342eb76 572 cpu_item->type = g_strdup(machine->possible_cpus->cpus[i].type);
f2d672c2
IM
573 cpu_item->vcpus_count = machine->possible_cpus->cpus[i].vcpus_count;
574 cpu_item->props = g_memdup(&machine->possible_cpus->cpus[i].props,
575 sizeof(*cpu_item->props));
576
577 cpu = machine->possible_cpus->cpus[i].cpu;
578 if (cpu) {
579 cpu_item->has_qom_path = true;
580 cpu_item->qom_path = object_get_canonical_path(cpu);
581 }
582 list_item->value = cpu_item;
583 list_item->next = head;
584 head = list_item;
585 }
586 return head;
587}
588
7c88e65d
IM
589/**
590 * machine_set_cpu_numa_node:
591 * @machine: machine object to modify
592 * @props: specifies which cpu objects to assign to
593 * numa node specified by @props.node_id
594 * @errp: if an error occurs, a pointer to an area to store the error
595 *
596 * Associate NUMA node specified by @props.node_id with cpu slots that
597 * match socket/core/thread-ids specified by @props. It's recommended to use
598 * query-hotpluggable-cpus.props values to specify affected cpu slots,
599 * which would lead to exact 1:1 mapping of cpu slots to NUMA node.
600 *
601 * However for CLI convenience it's possible to pass in subset of properties,
602 * which would affect all cpu slots that match it.
603 * Ex for pc machine:
604 * -smp 4,cores=2,sockets=2 -numa node,nodeid=0 -numa node,nodeid=1 \
605 * -numa cpu,node-id=0,socket_id=0 \
606 * -numa cpu,node-id=1,socket_id=1
607 * will assign all child cores of socket 0 to node 0 and
608 * of socket 1 to node 1.
609 *
610 * On attempt of reassigning (already assigned) cpu slot to another NUMA node,
611 * return error.
612 * Empty subset is disallowed and function will return with error in this case.
613 */
614void machine_set_cpu_numa_node(MachineState *machine,
615 const CpuInstanceProperties *props, Error **errp)
616{
617 MachineClass *mc = MACHINE_GET_CLASS(machine);
244b3f44 618 NodeInfo *numa_info = machine->numa_state->nodes;
7c88e65d
IM
619 bool match = false;
620 int i;
621
622 if (!mc->possible_cpu_arch_ids) {
623 error_setg(errp, "mapping of CPUs to NUMA node is not supported");
624 return;
625 }
626
627 /* disabling node mapping is not supported, forbid it */
628 assert(props->has_node_id);
629
630 /* force board to initialize possible_cpus if it hasn't been done yet */
631 mc->possible_cpu_arch_ids(machine);
632
633 for (i = 0; i < machine->possible_cpus->len; i++) {
634 CPUArchId *slot = &machine->possible_cpus->cpus[i];
635
636 /* reject unsupported by board properties */
637 if (props->has_thread_id && !slot->props.has_thread_id) {
638 error_setg(errp, "thread-id is not supported");
639 return;
640 }
641
642 if (props->has_core_id && !slot->props.has_core_id) {
643 error_setg(errp, "core-id is not supported");
644 return;
645 }
646
647 if (props->has_socket_id && !slot->props.has_socket_id) {
648 error_setg(errp, "socket-id is not supported");
649 return;
650 }
651
176d2cda
LX
652 if (props->has_die_id && !slot->props.has_die_id) {
653 error_setg(errp, "die-id is not supported");
654 return;
655 }
656
7c88e65d
IM
657 /* skip slots with explicit mismatch */
658 if (props->has_thread_id && props->thread_id != slot->props.thread_id) {
659 continue;
660 }
661
662 if (props->has_core_id && props->core_id != slot->props.core_id) {
663 continue;
664 }
665
176d2cda
LX
666 if (props->has_die_id && props->die_id != slot->props.die_id) {
667 continue;
668 }
669
7c88e65d
IM
670 if (props->has_socket_id && props->socket_id != slot->props.socket_id) {
671 continue;
672 }
673
674 /* reject assignment if slot is already assigned, for compatibility
675 * of legacy cpu_index mapping with SPAPR core based mapping do not
676 * error out if cpu thread and matched core have the same node-id */
677 if (slot->props.has_node_id &&
678 slot->props.node_id != props->node_id) {
679 error_setg(errp, "CPU is already assigned to node-id: %" PRId64,
680 slot->props.node_id);
681 return;
682 }
683
684 /* assign slot to node as it's matched '-numa cpu' key */
685 match = true;
686 slot->props.node_id = props->node_id;
687 slot->props.has_node_id = props->has_node_id;
244b3f44
TX
688
689 if (machine->numa_state->hmat_enabled) {
690 if ((numa_info[props->node_id].initiator < MAX_NODES) &&
691 (props->node_id != numa_info[props->node_id].initiator)) {
692 error_setg(errp, "The initiator of CPU NUMA node %" PRId64
693 " should be itself", props->node_id);
694 return;
695 }
696 numa_info[props->node_id].has_cpu = true;
697 numa_info[props->node_id].initiator = props->node_id;
698 }
7c88e65d
IM
699 }
700
701 if (!match) {
702 error_setg(errp, "no match found");
703 }
704}
705
6f479566
LX
706static void smp_parse(MachineState *ms, QemuOpts *opts)
707{
708 if (opts) {
709 unsigned cpus = qemu_opt_get_number(opts, "cpus", 0);
710 unsigned sockets = qemu_opt_get_number(opts, "sockets", 0);
711 unsigned cores = qemu_opt_get_number(opts, "cores", 0);
712 unsigned threads = qemu_opt_get_number(opts, "threads", 0);
713
714 /* compute missing values, prefer sockets over cores over threads */
715 if (cpus == 0 || sockets == 0) {
716 cores = cores > 0 ? cores : 1;
717 threads = threads > 0 ? threads : 1;
718 if (cpus == 0) {
719 sockets = sockets > 0 ? sockets : 1;
720 cpus = cores * threads * sockets;
721 } else {
722 ms->smp.max_cpus =
723 qemu_opt_get_number(opts, "maxcpus", cpus);
724 sockets = ms->smp.max_cpus / (cores * threads);
725 }
726 } else if (cores == 0) {
727 threads = threads > 0 ? threads : 1;
728 cores = cpus / (sockets * threads);
729 cores = cores > 0 ? cores : 1;
730 } else if (threads == 0) {
731 threads = cpus / (cores * sockets);
732 threads = threads > 0 ? threads : 1;
733 } else if (sockets * cores * threads < cpus) {
734 error_report("cpu topology: "
735 "sockets (%u) * cores (%u) * threads (%u) < "
736 "smp_cpus (%u)",
737 sockets, cores, threads, cpus);
738 exit(1);
739 }
740
741 ms->smp.max_cpus =
742 qemu_opt_get_number(opts, "maxcpus", cpus);
743
744 if (ms->smp.max_cpus < cpus) {
745 error_report("maxcpus must be equal to or greater than smp");
746 exit(1);
747 }
748
749 if (sockets * cores * threads > ms->smp.max_cpus) {
750 error_report("cpu topology: "
751 "sockets (%u) * cores (%u) * threads (%u) > "
752 "maxcpus (%u)",
753 sockets, cores, threads,
754 ms->smp.max_cpus);
755 exit(1);
756 }
757
758 if (sockets * cores * threads != ms->smp.max_cpus) {
759 warn_report("Invalid CPU topology deprecated: "
760 "sockets (%u) * cores (%u) * threads (%u) "
761 "!= maxcpus (%u)",
762 sockets, cores, threads,
763 ms->smp.max_cpus);
764 }
765
766 ms->smp.cpus = cpus;
767 ms->smp.cores = cores;
768 ms->smp.threads = threads;
8cb30e3a 769 ms->smp.sockets = sockets;
6f479566
LX
770 }
771
772 if (ms->smp.cpus > 1) {
773 Error *blocker = NULL;
774 error_setg(&blocker, QERR_REPLAY_NOT_SUPPORTED, "smp");
775 replay_add_blocker(blocker);
776 }
777}
778
076b35b5
ND
779static void machine_class_init(ObjectClass *oc, void *data)
780{
781 MachineClass *mc = MACHINE_CLASS(oc);
782
783 /* Default 128 MB as guest ram size */
d23b6caa 784 mc->default_ram_size = 128 * MiB;
71ae9e94 785 mc->rom_file_has_mr = true;
6f479566 786 mc->smp_parse = smp_parse;
26b81df4 787
55641213
LV
788 /* numa node memory size aligned on 8MB by default.
789 * On Linux, each node's border has to be 8MB aligned
790 */
791 mc->numa_mem_align_shift = 23;
3bfe5716 792 mc->numa_auto_assign_ram = numa_default_auto_assign_ram;
55641213 793
26b81df4 794 object_class_property_add_str(oc, "kernel",
d2623129 795 machine_get_kernel, machine_set_kernel);
26b81df4 796 object_class_property_set_description(oc, "kernel",
7eecec7d 797 "Linux kernel image file");
26b81df4
EH
798
799 object_class_property_add_str(oc, "initrd",
d2623129 800 machine_get_initrd, machine_set_initrd);
26b81df4 801 object_class_property_set_description(oc, "initrd",
7eecec7d 802 "Linux initial ramdisk file");
26b81df4
EH
803
804 object_class_property_add_str(oc, "append",
d2623129 805 machine_get_append, machine_set_append);
26b81df4 806 object_class_property_set_description(oc, "append",
7eecec7d 807 "Linux kernel command line");
26b81df4
EH
808
809 object_class_property_add_str(oc, "dtb",
d2623129 810 machine_get_dtb, machine_set_dtb);
26b81df4 811 object_class_property_set_description(oc, "dtb",
7eecec7d 812 "Linux kernel device tree file");
26b81df4
EH
813
814 object_class_property_add_str(oc, "dumpdtb",
d2623129 815 machine_get_dumpdtb, machine_set_dumpdtb);
26b81df4 816 object_class_property_set_description(oc, "dumpdtb",
7eecec7d 817 "Dump current dtb to a file and quit");
26b81df4
EH
818
819 object_class_property_add(oc, "phandle-start", "int",
820 machine_get_phandle_start, machine_set_phandle_start,
d2623129 821 NULL, NULL);
26b81df4 822 object_class_property_set_description(oc, "phandle-start",
7eecec7d 823 "The first phandle ID we may generate dynamically");
26b81df4
EH
824
825 object_class_property_add_str(oc, "dt-compatible",
d2623129 826 machine_get_dt_compatible, machine_set_dt_compatible);
26b81df4 827 object_class_property_set_description(oc, "dt-compatible",
7eecec7d 828 "Overrides the \"compatible\" property of the dt root node");
26b81df4
EH
829
830 object_class_property_add_bool(oc, "dump-guest-core",
d2623129 831 machine_get_dump_guest_core, machine_set_dump_guest_core);
26b81df4 832 object_class_property_set_description(oc, "dump-guest-core",
7eecec7d 833 "Include guest memory in a core dump");
26b81df4
EH
834
835 object_class_property_add_bool(oc, "mem-merge",
d2623129 836 machine_get_mem_merge, machine_set_mem_merge);
26b81df4 837 object_class_property_set_description(oc, "mem-merge",
7eecec7d 838 "Enable/disable memory merge support");
26b81df4
EH
839
840 object_class_property_add_bool(oc, "usb",
d2623129 841 machine_get_usb, machine_set_usb);
26b81df4 842 object_class_property_set_description(oc, "usb",
7eecec7d 843 "Set on/off to enable/disable usb");
26b81df4
EH
844
845 object_class_property_add_bool(oc, "graphics",
d2623129 846 machine_get_graphics, machine_set_graphics);
26b81df4 847 object_class_property_set_description(oc, "graphics",
7eecec7d 848 "Set on/off to enable/disable graphics emulation");
26b81df4 849
26b81df4 850 object_class_property_add_str(oc, "firmware",
d2623129 851 machine_get_firmware, machine_set_firmware);
26b81df4 852 object_class_property_set_description(oc, "firmware",
7eecec7d 853 "Firmware image");
26b81df4
EH
854
855 object_class_property_add_bool(oc, "suppress-vmdesc",
d2623129 856 machine_get_suppress_vmdesc, machine_set_suppress_vmdesc);
26b81df4 857 object_class_property_set_description(oc, "suppress-vmdesc",
7eecec7d 858 "Set on to disable self-describing migration");
26b81df4
EH
859
860 object_class_property_add_bool(oc, "enforce-config-section",
d2623129 861 machine_get_enforce_config_section, machine_set_enforce_config_section);
26b81df4 862 object_class_property_set_description(oc, "enforce-config-section",
7eecec7d 863 "Set on to enforce configuration section migration");
db588194
BS
864
865 object_class_property_add_str(oc, "memory-encryption",
d2623129 866 machine_get_memory_encryption, machine_set_memory_encryption);
db588194 867 object_class_property_set_description(oc, "memory-encryption",
7eecec7d 868 "Set memory encryption object to use");
076b35b5
ND
869}
870
dcb3d601
EH
871static void machine_class_base_init(ObjectClass *oc, void *data)
872{
873 if (!object_class_is_abstract(oc)) {
98cec76a 874 MachineClass *mc = MACHINE_CLASS(oc);
dcb3d601
EH
875 const char *cname = object_class_get_name(oc);
876 assert(g_str_has_suffix(cname, TYPE_MACHINE_SUFFIX));
98cec76a
EH
877 mc->name = g_strndup(cname,
878 strlen(cname) - strlen(TYPE_MACHINE_SUFFIX));
b66bbee3 879 mc->compat_props = g_ptr_array_new();
dcb3d601
EH
880 }
881}
882
6b1b1440
MA
883static void machine_initfn(Object *obj)
884{
33cd52b5 885 MachineState *ms = MACHINE(obj);
b2fc91db 886 MachineClass *mc = MACHINE_GET_CLASS(obj);
33cd52b5 887
47c8ca53 888 ms->dump_guest_core = true;
75cc7f01 889 ms->mem_merge = true;
cfc58cf3 890 ms->enable_graphics = true;
d8870d02 891
f6a0d06b
EA
892 if (mc->nvdimm_supported) {
893 Object *obj = OBJECT(ms);
894
895 ms->nvdimms_state = g_new0(NVDIMMState, 1);
896 object_property_add_bool(obj, "nvdimm",
d2623129 897 machine_get_nvdimm, machine_set_nvdimm);
f6a0d06b
EA
898 object_property_set_description(obj, "nvdimm",
899 "Set on/off to enable/disable "
7eecec7d 900 "NVDIMM instantiation");
f6a0d06b
EA
901
902 object_property_add_str(obj, "nvdimm-persistence",
903 machine_get_nvdimm_persistence,
d2623129 904 machine_set_nvdimm_persistence);
f6a0d06b
EA
905 object_property_set_description(obj, "nvdimm-persistence",
906 "Set NVDIMM persistence"
7eecec7d 907 "Valid values are cpu, mem-ctrl");
f6a0d06b
EA
908 }
909
fcd3f2cc 910 if (mc->cpu_index_to_instance_props && mc->get_default_cpu_node_id) {
aa570207 911 ms->numa_state = g_new0(NumaState, 1);
244b3f44 912 object_property_add_bool(obj, "hmat",
d2623129 913 machine_get_hmat, machine_set_hmat);
244b3f44
TX
914 object_property_set_description(obj, "hmat",
915 "Set on/off to enable/disable "
916 "ACPI Heterogeneous Memory Attribute "
7eecec7d 917 "Table (HMAT)");
aa570207 918 }
f6a0d06b 919
aa8b1839 920 object_property_add_str(obj, "memory-backend",
d2623129 921 machine_get_memdev, machine_set_memdev);
aa8b1839
IM
922 object_property_set_description(obj, "memory-backend",
923 "Set RAM backend"
7eecec7d 924 "Valid value is ID of hostmem based backend");
aa8b1839 925
33cd52b5
AG
926 /* Register notifier when init is done for sysbus sanity checks */
927 ms->sysbus_notifier.notify = machine_init_notify;
928 qemu_add_machine_init_done_notifier(&ms->sysbus_notifier);
6b1b1440
MA
929}
930
931static void machine_finalize(Object *obj)
932{
933 MachineState *ms = MACHINE(obj);
934
6b1b1440
MA
935 g_free(ms->kernel_filename);
936 g_free(ms->initrd_filename);
937 g_free(ms->kernel_cmdline);
938 g_free(ms->dtb);
939 g_free(ms->dumpdtb);
940 g_free(ms->dt_compatible);
941 g_free(ms->firmware);
2ff4f67c 942 g_free(ms->device_memory);
f6a0d06b 943 g_free(ms->nvdimms_state);
aa570207 944 g_free(ms->numa_state);
6b1b1440 945}
36d20cb2 946
5e97b623
MA
947bool machine_usb(MachineState *machine)
948{
949 return machine->usb;
950}
951
6cabe7fa
MA
952int machine_phandle_start(MachineState *machine)
953{
954 return machine->phandle_start;
955}
956
47c8ca53
MA
957bool machine_dump_guest_core(MachineState *machine)
958{
959 return machine->dump_guest_core;
960}
961
75cc7f01
MA
962bool machine_mem_merge(MachineState *machine)
963{
964 return machine->mem_merge;
965}
966
ec78f811
IM
967static char *cpu_slot_to_string(const CPUArchId *cpu)
968{
969 GString *s = g_string_new(NULL);
970 if (cpu->props.has_socket_id) {
971 g_string_append_printf(s, "socket-id: %"PRId64, cpu->props.socket_id);
972 }
176d2cda
LX
973 if (cpu->props.has_die_id) {
974 g_string_append_printf(s, "die-id: %"PRId64, cpu->props.die_id);
975 }
ec78f811
IM
976 if (cpu->props.has_core_id) {
977 if (s->len) {
978 g_string_append_printf(s, ", ");
979 }
980 g_string_append_printf(s, "core-id: %"PRId64, cpu->props.core_id);
981 }
982 if (cpu->props.has_thread_id) {
983 if (s->len) {
984 g_string_append_printf(s, ", ");
985 }
986 g_string_append_printf(s, "thread-id: %"PRId64, cpu->props.thread_id);
987 }
988 return g_string_free(s, false);
989}
990
244b3f44
TX
991static void numa_validate_initiator(NumaState *numa_state)
992{
993 int i;
994 NodeInfo *numa_info = numa_state->nodes;
995
996 for (i = 0; i < numa_state->num_nodes; i++) {
997 if (numa_info[i].initiator == MAX_NODES) {
998 error_report("The initiator of NUMA node %d is missing, use "
999 "'-numa node,initiator' option to declare it", i);
1000 exit(1);
1001 }
1002
1003 if (!numa_info[numa_info[i].initiator].present) {
1004 error_report("NUMA node %" PRIu16 " is missing, use "
1005 "'-numa node' option to declare it first",
1006 numa_info[i].initiator);
1007 exit(1);
1008 }
1009
1010 if (!numa_info[numa_info[i].initiator].has_cpu) {
1011 error_report("The initiator of NUMA node %d is invalid", i);
1012 exit(1);
1013 }
1014 }
1015}
1016
7a3099fc 1017static void machine_numa_finish_cpu_init(MachineState *machine)
ec78f811
IM
1018{
1019 int i;
60bed6a3 1020 bool default_mapping;
ec78f811
IM
1021 GString *s = g_string_new(NULL);
1022 MachineClass *mc = MACHINE_GET_CLASS(machine);
1023 const CPUArchIdList *possible_cpus = mc->possible_cpu_arch_ids(machine);
1024
aa570207 1025 assert(machine->numa_state->num_nodes);
60bed6a3
IM
1026 for (i = 0; i < possible_cpus->len; i++) {
1027 if (possible_cpus->cpus[i].props.has_node_id) {
1028 break;
1029 }
1030 }
1031 default_mapping = (i == possible_cpus->len);
1032
ec78f811
IM
1033 for (i = 0; i < possible_cpus->len; i++) {
1034 const CPUArchId *cpu_slot = &possible_cpus->cpus[i];
1035
ec78f811 1036 if (!cpu_slot->props.has_node_id) {
d41f3e75
IM
1037 /* fetch default mapping from board and enable it */
1038 CpuInstanceProperties props = cpu_slot->props;
1039
79e07936 1040 props.node_id = mc->get_default_cpu_node_id(machine, i);
d41f3e75 1041 if (!default_mapping) {
60bed6a3
IM
1042 /* record slots with not set mapping,
1043 * TODO: make it hard error in future */
1044 char *cpu_str = cpu_slot_to_string(cpu_slot);
1045 g_string_append_printf(s, "%sCPU %d [%s]",
1046 s->len ? ", " : "", i, cpu_str);
1047 g_free(cpu_str);
d41f3e75
IM
1048
1049 /* non mapped cpus used to fallback to node 0 */
1050 props.node_id = 0;
60bed6a3 1051 }
d41f3e75
IM
1052
1053 props.has_node_id = true;
1054 machine_set_cpu_numa_node(machine, &props, &error_fatal);
ec78f811
IM
1055 }
1056 }
244b3f44
TX
1057
1058 if (machine->numa_state->hmat_enabled) {
1059 numa_validate_initiator(machine->numa_state);
1060 }
1061
c6ff347c 1062 if (s->len && !qtest_enabled()) {
3dc6f869
AF
1063 warn_report("CPU(s) not present in any NUMA nodes: %s",
1064 s->str);
1065 warn_report("All CPU(s) up to maxcpus should be described "
1066 "in NUMA config, ability to start up with partial NUMA "
1067 "mappings is obsoleted and will be removed in future");
ec78f811
IM
1068 }
1069 g_string_free(s, true);
1070}
1071
82b911aa
IM
1072MemoryRegion *machine_consume_memdev(MachineState *machine,
1073 HostMemoryBackend *backend)
1074{
1075 MemoryRegion *ret = host_memory_backend_get_memory(backend);
1076
1077 if (memory_region_is_mapped(ret)) {
1078 char *path = object_get_canonical_path_component(OBJECT(backend));
1079 error_report("memory backend %s can't be used multiple times.", path);
1080 g_free(path);
1081 exit(EXIT_FAILURE);
1082 }
1083 host_memory_backend_set_mapped(backend, true);
1084 vmstate_register_ram_global(ret);
1085 return ret;
1086}
1087
482dfe9a
IM
1088void machine_run_board_init(MachineState *machine)
1089{
1090 MachineClass *machine_class = MACHINE_GET_CLASS(machine);
ec78f811 1091
82b911aa
IM
1092 if (machine->ram_memdev_id) {
1093 Object *o;
1094 o = object_resolve_path_type(machine->ram_memdev_id,
1095 TYPE_MEMORY_BACKEND, NULL);
1096 machine->ram = machine_consume_memdev(machine, MEMORY_BACKEND(o));
1097 }
1098
fcd3f2cc 1099 if (machine->numa_state) {
aa570207
TX
1100 numa_complete_configuration(machine);
1101 if (machine->numa_state->num_nodes) {
1102 machine_numa_finish_cpu_init(machine);
1103 }
3aeaac8f 1104 }
c9cf636d
AF
1105
1106 /* If the machine supports the valid_cpu_types check and the user
1107 * specified a CPU with -cpu check here that the user CPU is supported.
1108 */
1109 if (machine_class->valid_cpu_types && machine->cpu_type) {
1110 ObjectClass *class = object_class_by_name(machine->cpu_type);
1111 int i;
1112
1113 for (i = 0; machine_class->valid_cpu_types[i]; i++) {
1114 if (object_class_dynamic_cast(class,
1115 machine_class->valid_cpu_types[i])) {
1116 /* The user specificed CPU is in the valid field, we are
1117 * good to go.
1118 */
1119 break;
1120 }
1121 }
1122
1123 if (!machine_class->valid_cpu_types[i]) {
1124 /* The user specified CPU is not valid */
1125 error_report("Invalid CPU type: %s", machine->cpu_type);
1126 error_printf("The valid types are: %s",
1127 machine_class->valid_cpu_types[0]);
1128 for (i = 1; machine_class->valid_cpu_types[i]; i++) {
1129 error_printf(", %s", machine_class->valid_cpu_types[i]);
1130 }
1131 error_printf("\n");
1132
1133 exit(1);
1134 }
1135 }
1136
482dfe9a
IM
1137 machine_class->init(machine);
1138}
1139
36d20cb2
MA
1140static const TypeInfo machine_info = {
1141 .name = TYPE_MACHINE,
1142 .parent = TYPE_OBJECT,
1143 .abstract = true,
1144 .class_size = sizeof(MachineClass),
076b35b5 1145 .class_init = machine_class_init,
dcb3d601 1146 .class_base_init = machine_class_base_init,
36d20cb2 1147 .instance_size = sizeof(MachineState),
6b1b1440
MA
1148 .instance_init = machine_initfn,
1149 .instance_finalize = machine_finalize,
36d20cb2
MA
1150};
1151
1152static void machine_register_types(void)
1153{
1154 type_register_static(&machine_info);
1155}
1156
1157type_init(machine_register_types)