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 13 #include "qemu/osdep.h" 14 #include "qemu/accel.h" 15 #include "sysemu/replay.h" 16 #include "hw/boards.h" 17 #include "hw/loader.h" 18 #include "qapi/error.h" 19 #include "qapi/qapi-visit-machine.h" 20 #include "qemu/madvise.h" 21 #include "qom/object_interfaces.h" 22 #include "sysemu/cpus.h" 23 #include "sysemu/sysemu.h" 24 #include "sysemu/reset.h" 25 #include "sysemu/runstate.h" 26 #include "sysemu/xen.h" 27 #include "sysemu/qtest.h" 28 #include "hw/pci/pci_bridge.h" 29 #include "hw/mem/nvdimm.h" 30 #include "migration/global_state.h" 31 #include "exec/confidential-guest-support.h" 32 #include "hw/virtio/virtio-pci.h" 33 #include "hw/virtio/virtio-net.h" 34 #include "hw/virtio/virtio-iommu.h" 35 #include "audio/audio.h" 36 37 GlobalProperty hw_compat_9_1[] = {}; 38 const size_t hw_compat_9_1_len = G_N_ELEMENTS(hw_compat_9_1); 39 40 GlobalProperty hw_compat_9_0[] = { 41 {"arm-cpu", "backcompat-cntfrq", "true" }, 42 { "scsi-hd", "migrate-emulated-scsi-request", "false" }, 43 { "scsi-cd", "migrate-emulated-scsi-request", "false" }, 44 {"vfio-pci", "skip-vsc-check", "false" }, 45 { "virtio-pci", "x-pcie-pm-no-soft-reset", "off" }, 46 {"sd-card", "spec_version", "2" }, 47 }; 48 const size_t hw_compat_9_0_len = G_N_ELEMENTS(hw_compat_9_0); 49 50 GlobalProperty hw_compat_8_2[] = { 51 { "migration", "zero-page-detection", "legacy"}, 52 { TYPE_VIRTIO_IOMMU_PCI, "granule", "4k" }, 53 { TYPE_VIRTIO_IOMMU_PCI, "aw-bits", "64" }, 54 { "virtio-gpu-device", "x-scanout-vmstate-version", "1" }, 55 }; 56 const size_t hw_compat_8_2_len = G_N_ELEMENTS(hw_compat_8_2); 57 58 GlobalProperty hw_compat_8_1[] = { 59 { TYPE_PCI_BRIDGE, "x-pci-express-writeable-slt-bug", "true" }, 60 { "ramfb", "x-migrate", "off" }, 61 { "vfio-pci-nohotplug", "x-ramfb-migrate", "off" }, 62 { "igb", "x-pcie-flr-init", "off" }, 63 { TYPE_VIRTIO_NET, "host_uso", "off"}, 64 { TYPE_VIRTIO_NET, "guest_uso4", "off"}, 65 { TYPE_VIRTIO_NET, "guest_uso6", "off"}, 66 }; 67 const size_t hw_compat_8_1_len = G_N_ELEMENTS(hw_compat_8_1); 68 69 GlobalProperty hw_compat_8_0[] = { 70 { "migration", "multifd-flush-after-each-section", "on"}, 71 { TYPE_PCI_DEVICE, "x-pcie-ari-nextfn-1", "on" }, 72 }; 73 const size_t hw_compat_8_0_len = G_N_ELEMENTS(hw_compat_8_0); 74 75 GlobalProperty hw_compat_7_2[] = { 76 { "e1000e", "migrate-timadj", "off" }, 77 { "virtio-mem", "x-early-migration", "false" }, 78 { "migration", "x-preempt-pre-7-2", "true" }, 79 { TYPE_PCI_DEVICE, "x-pcie-err-unc-mask", "off" }, 80 }; 81 const size_t hw_compat_7_2_len = G_N_ELEMENTS(hw_compat_7_2); 82 83 GlobalProperty hw_compat_7_1[] = { 84 { "virtio-device", "queue_reset", "false" }, 85 { "virtio-rng-pci", "vectors", "0" }, 86 { "virtio-rng-pci-transitional", "vectors", "0" }, 87 { "virtio-rng-pci-non-transitional", "vectors", "0" }, 88 }; 89 const size_t hw_compat_7_1_len = G_N_ELEMENTS(hw_compat_7_1); 90 91 GlobalProperty hw_compat_7_0[] = { 92 { "arm-gicv3-common", "force-8-bit-prio", "on" }, 93 { "nvme-ns", "eui64-default", "on"}, 94 }; 95 const size_t hw_compat_7_0_len = G_N_ELEMENTS(hw_compat_7_0); 96 97 GlobalProperty hw_compat_6_2[] = { 98 { "PIIX4_PM", "x-not-migrate-acpi-index", "on"}, 99 }; 100 const size_t hw_compat_6_2_len = G_N_ELEMENTS(hw_compat_6_2); 101 102 GlobalProperty hw_compat_6_1[] = { 103 { "vhost-user-vsock-device", "seqpacket", "off" }, 104 { "nvme-ns", "shared", "off" }, 105 }; 106 const size_t hw_compat_6_1_len = G_N_ELEMENTS(hw_compat_6_1); 107 108 GlobalProperty hw_compat_6_0[] = { 109 { "gpex-pcihost", "allow-unmapped-accesses", "false" }, 110 { "i8042", "extended-state", "false"}, 111 { "nvme-ns", "eui64-default", "off"}, 112 { "e1000", "init-vet", "off" }, 113 { "e1000e", "init-vet", "off" }, 114 { "vhost-vsock-device", "seqpacket", "off" }, 115 }; 116 const size_t hw_compat_6_0_len = G_N_ELEMENTS(hw_compat_6_0); 117 118 GlobalProperty hw_compat_5_2[] = { 119 { "ICH9-LPC", "smm-compat", "on"}, 120 { "PIIX4_PM", "smm-compat", "on"}, 121 { "virtio-blk-device", "report-discard-granularity", "off" }, 122 { "virtio-net-pci-base", "vectors", "3"}, 123 { "nvme", "msix-exclusive-bar", "on"}, 124 }; 125 const size_t hw_compat_5_2_len = G_N_ELEMENTS(hw_compat_5_2); 126 127 GlobalProperty hw_compat_5_1[] = { 128 { "vhost-scsi", "num_queues", "1"}, 129 { "vhost-user-blk", "num-queues", "1"}, 130 { "vhost-user-scsi", "num_queues", "1"}, 131 { "virtio-blk-device", "num-queues", "1"}, 132 { "virtio-scsi-device", "num_queues", "1"}, 133 { "nvme", "use-intel-id", "on"}, 134 { "pvpanic", "events", "1"}, /* PVPANIC_PANICKED */ 135 { "pl011", "migrate-clk", "off" }, 136 { "virtio-pci", "x-ats-page-aligned", "off"}, 137 }; 138 const size_t hw_compat_5_1_len = G_N_ELEMENTS(hw_compat_5_1); 139 140 GlobalProperty hw_compat_5_0[] = { 141 { "pci-host-bridge", "x-config-reg-migration-enabled", "off" }, 142 { "virtio-balloon-device", "page-poison", "false" }, 143 { "vmport", "x-read-set-eax", "off" }, 144 { "vmport", "x-signal-unsupported-cmd", "off" }, 145 { "vmport", "x-report-vmx-type", "off" }, 146 { "vmport", "x-cmds-v2", "off" }, 147 { "virtio-device", "x-disable-legacy-check", "true" }, 148 }; 149 const size_t hw_compat_5_0_len = G_N_ELEMENTS(hw_compat_5_0); 150 151 GlobalProperty hw_compat_4_2[] = { 152 { "virtio-blk-device", "queue-size", "128"}, 153 { "virtio-scsi-device", "virtqueue_size", "128"}, 154 { "virtio-blk-device", "x-enable-wce-if-config-wce", "off" }, 155 { "virtio-blk-device", "seg-max-adjust", "off"}, 156 { "virtio-scsi-device", "seg_max_adjust", "off"}, 157 { "vhost-blk-device", "seg_max_adjust", "off"}, 158 { "usb-host", "suppress-remote-wake", "off" }, 159 { "usb-redir", "suppress-remote-wake", "off" }, 160 { "qxl", "revision", "4" }, 161 { "qxl-vga", "revision", "4" }, 162 { "fw_cfg", "acpi-mr-restore", "false" }, 163 { "virtio-device", "use-disabled-flag", "false" }, 164 }; 165 const size_t hw_compat_4_2_len = G_N_ELEMENTS(hw_compat_4_2); 166 167 GlobalProperty hw_compat_4_1[] = { 168 { "virtio-pci", "x-pcie-flr-init", "off" }, 169 }; 170 const size_t hw_compat_4_1_len = G_N_ELEMENTS(hw_compat_4_1); 171 172 GlobalProperty hw_compat_4_0[] = { 173 { "VGA", "edid", "false" }, 174 { "secondary-vga", "edid", "false" }, 175 { "bochs-display", "edid", "false" }, 176 { "virtio-vga", "edid", "false" }, 177 { "virtio-gpu-device", "edid", "false" }, 178 { "virtio-device", "use-started", "false" }, 179 { "virtio-balloon-device", "qemu-4-0-config-size", "true" }, 180 { "pl031", "migrate-tick-offset", "false" }, 181 }; 182 const size_t hw_compat_4_0_len = G_N_ELEMENTS(hw_compat_4_0); 183 184 GlobalProperty hw_compat_3_1[] = { 185 { "pcie-root-port", "x-speed", "2_5" }, 186 { "pcie-root-port", "x-width", "1" }, 187 { "memory-backend-file", "x-use-canonical-path-for-ramblock-id", "true" }, 188 { "memory-backend-memfd", "x-use-canonical-path-for-ramblock-id", "true" }, 189 { "tpm-crb", "ppi", "false" }, 190 { "tpm-tis", "ppi", "false" }, 191 { "usb-kbd", "serial", "42" }, 192 { "usb-mouse", "serial", "42" }, 193 { "usb-tablet", "serial", "42" }, 194 { "virtio-blk-device", "discard", "false" }, 195 { "virtio-blk-device", "write-zeroes", "false" }, 196 { "virtio-balloon-device", "qemu-4-0-config-size", "false" }, 197 { "pcie-root-port-base", "disable-acs", "true" }, /* Added in 4.1 */ 198 }; 199 const size_t hw_compat_3_1_len = G_N_ELEMENTS(hw_compat_3_1); 200 201 GlobalProperty hw_compat_3_0[] = {}; 202 const size_t hw_compat_3_0_len = G_N_ELEMENTS(hw_compat_3_0); 203 204 GlobalProperty hw_compat_2_12[] = { 205 { "hda-audio", "use-timer", "false" }, 206 { "cirrus-vga", "global-vmstate", "true" }, 207 { "VGA", "global-vmstate", "true" }, 208 { "vmware-svga", "global-vmstate", "true" }, 209 { "qxl-vga", "global-vmstate", "true" }, 210 }; 211 const size_t hw_compat_2_12_len = G_N_ELEMENTS(hw_compat_2_12); 212 213 GlobalProperty hw_compat_2_11[] = { 214 { "hpet", "hpet-offset-saved", "false" }, 215 { "virtio-blk-pci", "vectors", "2" }, 216 { "vhost-user-blk-pci", "vectors", "2" }, 217 { "e1000", "migrate_tso_props", "off" }, 218 }; 219 const size_t hw_compat_2_11_len = G_N_ELEMENTS(hw_compat_2_11); 220 221 GlobalProperty hw_compat_2_10[] = { 222 { "virtio-mouse-device", "wheel-axis", "false" }, 223 { "virtio-tablet-device", "wheel-axis", "false" }, 224 }; 225 const size_t hw_compat_2_10_len = G_N_ELEMENTS(hw_compat_2_10); 226 227 GlobalProperty hw_compat_2_9[] = { 228 { "pci-bridge", "shpc", "off" }, 229 { "intel-iommu", "pt", "off" }, 230 { "virtio-net-device", "x-mtu-bypass-backend", "off" }, 231 { "pcie-root-port", "x-migrate-msix", "false" }, 232 }; 233 const size_t hw_compat_2_9_len = G_N_ELEMENTS(hw_compat_2_9); 234 235 GlobalProperty hw_compat_2_8[] = { 236 { "fw_cfg_mem", "x-file-slots", "0x10" }, 237 { "fw_cfg_io", "x-file-slots", "0x10" }, 238 { "pflash_cfi01", "old-multiple-chip-handling", "on" }, 239 { "pci-bridge", "shpc", "on" }, 240 { TYPE_PCI_DEVICE, "x-pcie-extcap-init", "off" }, 241 { "virtio-pci", "x-pcie-deverr-init", "off" }, 242 { "virtio-pci", "x-pcie-lnkctl-init", "off" }, 243 { "virtio-pci", "x-pcie-pm-init", "off" }, 244 { "cirrus-vga", "vgamem_mb", "8" }, 245 { "isa-cirrus-vga", "vgamem_mb", "8" }, 246 }; 247 const size_t hw_compat_2_8_len = G_N_ELEMENTS(hw_compat_2_8); 248 249 GlobalProperty hw_compat_2_7[] = { 250 { "virtio-pci", "page-per-vq", "on" }, 251 { "virtio-serial-device", "emergency-write", "off" }, 252 { "ioapic", "version", "0x11" }, 253 { "intel-iommu", "x-buggy-eim", "true" }, 254 { "virtio-pci", "x-ignore-backend-features", "on" }, 255 }; 256 const size_t hw_compat_2_7_len = G_N_ELEMENTS(hw_compat_2_7); 257 258 GlobalProperty hw_compat_2_6[] = { 259 { "virtio-mmio", "format_transport_address", "off" }, 260 /* Optional because not all virtio-pci devices support legacy mode */ 261 { "virtio-pci", "disable-modern", "on", .optional = true }, 262 { "virtio-pci", "disable-legacy", "off", .optional = true }, 263 }; 264 const size_t hw_compat_2_6_len = G_N_ELEMENTS(hw_compat_2_6); 265 266 GlobalProperty hw_compat_2_5[] = { 267 { "isa-fdc", "fallback", "144" }, 268 { "pvscsi", "x-old-pci-configuration", "on" }, 269 { "pvscsi", "x-disable-pcie", "on" }, 270 { "vmxnet3", "x-old-msi-offsets", "on" }, 271 { "vmxnet3", "x-disable-pcie", "on" }, 272 }; 273 const size_t hw_compat_2_5_len = G_N_ELEMENTS(hw_compat_2_5); 274 275 GlobalProperty hw_compat_2_4[] = { 276 { "e1000", "extra_mac_registers", "off" }, 277 { "virtio-pci", "x-disable-pcie", "on" }, 278 { "virtio-pci", "migrate-extra", "off" }, 279 { "fw_cfg_mem", "dma_enabled", "off" }, 280 { "fw_cfg_io", "dma_enabled", "off" } 281 }; 282 const size_t hw_compat_2_4_len = G_N_ELEMENTS(hw_compat_2_4); 283 284 GlobalProperty hw_compat_2_3[] = { 285 { "virtio-blk-pci", "any_layout", "off" }, 286 { "virtio-balloon-pci", "any_layout", "off" }, 287 { "virtio-serial-pci", "any_layout", "off" }, 288 { "virtio-9p-pci", "any_layout", "off" }, 289 { "virtio-rng-pci", "any_layout", "off" }, 290 { TYPE_PCI_DEVICE, "x-pcie-lnksta-dllla", "off" }, 291 { "migration", "send-configuration", "off" }, 292 { "migration", "send-section-footer", "off" }, 293 { "migration", "store-global-state", "off" }, 294 }; 295 const size_t hw_compat_2_3_len = G_N_ELEMENTS(hw_compat_2_3); 296 297 GlobalProperty hw_compat_2_2[] = {}; 298 const size_t hw_compat_2_2_len = G_N_ELEMENTS(hw_compat_2_2); 299 300 GlobalProperty hw_compat_2_1[] = { 301 { "intel-hda", "old_msi_addr", "on" }, 302 { "VGA", "qemu-extended-regs", "off" }, 303 { "secondary-vga", "qemu-extended-regs", "off" }, 304 { "virtio-scsi-pci", "any_layout", "off" }, 305 { "usb-mouse", "usb_version", "1" }, 306 { "usb-kbd", "usb_version", "1" }, 307 { "virtio-pci", "virtio-pci-bus-master-bug-migration", "on" }, 308 }; 309 const size_t hw_compat_2_1_len = G_N_ELEMENTS(hw_compat_2_1); 310 311 MachineState *current_machine; 312 313 static char *machine_get_kernel(Object *obj, Error **errp) 314 { 315 MachineState *ms = MACHINE(obj); 316 317 return g_strdup(ms->kernel_filename); 318 } 319 320 static void machine_set_kernel(Object *obj, const char *value, Error **errp) 321 { 322 MachineState *ms = MACHINE(obj); 323 324 g_free(ms->kernel_filename); 325 ms->kernel_filename = g_strdup(value); 326 } 327 328 static char *machine_get_initrd(Object *obj, Error **errp) 329 { 330 MachineState *ms = MACHINE(obj); 331 332 return g_strdup(ms->initrd_filename); 333 } 334 335 static void machine_set_initrd(Object *obj, const char *value, Error **errp) 336 { 337 MachineState *ms = MACHINE(obj); 338 339 g_free(ms->initrd_filename); 340 ms->initrd_filename = g_strdup(value); 341 } 342 343 static char *machine_get_append(Object *obj, Error **errp) 344 { 345 MachineState *ms = MACHINE(obj); 346 347 return g_strdup(ms->kernel_cmdline); 348 } 349 350 static void machine_set_append(Object *obj, const char *value, Error **errp) 351 { 352 MachineState *ms = MACHINE(obj); 353 354 g_free(ms->kernel_cmdline); 355 ms->kernel_cmdline = g_strdup(value); 356 } 357 358 static char *machine_get_dtb(Object *obj, Error **errp) 359 { 360 MachineState *ms = MACHINE(obj); 361 362 return g_strdup(ms->dtb); 363 } 364 365 static void machine_set_dtb(Object *obj, const char *value, Error **errp) 366 { 367 MachineState *ms = MACHINE(obj); 368 369 g_free(ms->dtb); 370 ms->dtb = g_strdup(value); 371 } 372 373 static char *machine_get_dumpdtb(Object *obj, Error **errp) 374 { 375 MachineState *ms = MACHINE(obj); 376 377 return g_strdup(ms->dumpdtb); 378 } 379 380 static void machine_set_dumpdtb(Object *obj, const char *value, Error **errp) 381 { 382 MachineState *ms = MACHINE(obj); 383 384 g_free(ms->dumpdtb); 385 ms->dumpdtb = g_strdup(value); 386 } 387 388 static void machine_get_phandle_start(Object *obj, Visitor *v, 389 const char *name, void *opaque, 390 Error **errp) 391 { 392 MachineState *ms = MACHINE(obj); 393 int64_t value = ms->phandle_start; 394 395 visit_type_int(v, name, &value, errp); 396 } 397 398 static void machine_set_phandle_start(Object *obj, Visitor *v, 399 const char *name, void *opaque, 400 Error **errp) 401 { 402 MachineState *ms = MACHINE(obj); 403 int64_t value; 404 405 if (!visit_type_int(v, name, &value, errp)) { 406 return; 407 } 408 409 ms->phandle_start = value; 410 } 411 412 static char *machine_get_dt_compatible(Object *obj, Error **errp) 413 { 414 MachineState *ms = MACHINE(obj); 415 416 return g_strdup(ms->dt_compatible); 417 } 418 419 static void machine_set_dt_compatible(Object *obj, const char *value, Error **errp) 420 { 421 MachineState *ms = MACHINE(obj); 422 423 g_free(ms->dt_compatible); 424 ms->dt_compatible = g_strdup(value); 425 } 426 427 static bool machine_get_dump_guest_core(Object *obj, Error **errp) 428 { 429 MachineState *ms = MACHINE(obj); 430 431 return ms->dump_guest_core; 432 } 433 434 static void machine_set_dump_guest_core(Object *obj, bool value, Error **errp) 435 { 436 MachineState *ms = MACHINE(obj); 437 438 if (!value && QEMU_MADV_DONTDUMP == QEMU_MADV_INVALID) { 439 error_setg(errp, "Dumping guest memory cannot be disabled on this host"); 440 return; 441 } 442 ms->dump_guest_core = value; 443 } 444 445 static bool machine_get_mem_merge(Object *obj, Error **errp) 446 { 447 MachineState *ms = MACHINE(obj); 448 449 return ms->mem_merge; 450 } 451 452 static void machine_set_mem_merge(Object *obj, bool value, Error **errp) 453 { 454 MachineState *ms = MACHINE(obj); 455 456 if (value && QEMU_MADV_MERGEABLE == QEMU_MADV_INVALID) { 457 error_setg(errp, "Memory merging is not supported on this host"); 458 return; 459 } 460 ms->mem_merge = value; 461 } 462 463 static bool machine_get_usb(Object *obj, Error **errp) 464 { 465 MachineState *ms = MACHINE(obj); 466 467 return ms->usb; 468 } 469 470 static void machine_set_usb(Object *obj, bool value, Error **errp) 471 { 472 MachineState *ms = MACHINE(obj); 473 474 ms->usb = value; 475 ms->usb_disabled = !value; 476 } 477 478 static bool machine_get_graphics(Object *obj, Error **errp) 479 { 480 MachineState *ms = MACHINE(obj); 481 482 return ms->enable_graphics; 483 } 484 485 static void machine_set_graphics(Object *obj, bool value, Error **errp) 486 { 487 MachineState *ms = MACHINE(obj); 488 489 ms->enable_graphics = value; 490 } 491 492 static char *machine_get_firmware(Object *obj, Error **errp) 493 { 494 MachineState *ms = MACHINE(obj); 495 496 return g_strdup(ms->firmware); 497 } 498 499 static void machine_set_firmware(Object *obj, const char *value, Error **errp) 500 { 501 MachineState *ms = MACHINE(obj); 502 503 g_free(ms->firmware); 504 ms->firmware = g_strdup(value); 505 } 506 507 static void machine_set_suppress_vmdesc(Object *obj, bool value, Error **errp) 508 { 509 MachineState *ms = MACHINE(obj); 510 511 ms->suppress_vmdesc = value; 512 } 513 514 static bool machine_get_suppress_vmdesc(Object *obj, Error **errp) 515 { 516 MachineState *ms = MACHINE(obj); 517 518 return ms->suppress_vmdesc; 519 } 520 521 static char *machine_get_memory_encryption(Object *obj, Error **errp) 522 { 523 MachineState *ms = MACHINE(obj); 524 525 if (ms->cgs) { 526 return g_strdup(object_get_canonical_path_component(OBJECT(ms->cgs))); 527 } 528 529 return NULL; 530 } 531 532 static void machine_set_memory_encryption(Object *obj, const char *value, 533 Error **errp) 534 { 535 Object *cgs = 536 object_resolve_path_component(object_get_objects_root(), value); 537 538 if (!cgs) { 539 error_setg(errp, "No such memory encryption object '%s'", value); 540 return; 541 } 542 543 object_property_set_link(obj, "confidential-guest-support", cgs, errp); 544 } 545 546 static void machine_check_confidential_guest_support(const Object *obj, 547 const char *name, 548 Object *new_target, 549 Error **errp) 550 { 551 /* 552 * So far the only constraint is that the target has the 553 * TYPE_CONFIDENTIAL_GUEST_SUPPORT interface, and that's checked 554 * by the QOM core 555 */ 556 } 557 558 static bool machine_get_nvdimm(Object *obj, Error **errp) 559 { 560 MachineState *ms = MACHINE(obj); 561 562 return ms->nvdimms_state->is_enabled; 563 } 564 565 static void machine_set_nvdimm(Object *obj, bool value, Error **errp) 566 { 567 MachineState *ms = MACHINE(obj); 568 569 ms->nvdimms_state->is_enabled = value; 570 } 571 572 static bool machine_get_hmat(Object *obj, Error **errp) 573 { 574 MachineState *ms = MACHINE(obj); 575 576 return ms->numa_state->hmat_enabled; 577 } 578 579 static void machine_set_hmat(Object *obj, bool value, Error **errp) 580 { 581 MachineState *ms = MACHINE(obj); 582 583 ms->numa_state->hmat_enabled = value; 584 } 585 586 static void machine_get_mem(Object *obj, Visitor *v, const char *name, 587 void *opaque, Error **errp) 588 { 589 MachineState *ms = MACHINE(obj); 590 MemorySizeConfiguration mem = { 591 .has_size = true, 592 .size = ms->ram_size, 593 .has_max_size = !!ms->ram_slots, 594 .max_size = ms->maxram_size, 595 .has_slots = !!ms->ram_slots, 596 .slots = ms->ram_slots, 597 }; 598 MemorySizeConfiguration *p_mem = &mem; 599 600 visit_type_MemorySizeConfiguration(v, name, &p_mem, &error_abort); 601 } 602 603 static void machine_set_mem(Object *obj, Visitor *v, const char *name, 604 void *opaque, Error **errp) 605 { 606 ERRP_GUARD(); 607 MachineState *ms = MACHINE(obj); 608 MachineClass *mc = MACHINE_GET_CLASS(obj); 609 MemorySizeConfiguration *mem; 610 611 if (!visit_type_MemorySizeConfiguration(v, name, &mem, errp)) { 612 return; 613 } 614 615 if (!mem->has_size) { 616 mem->has_size = true; 617 mem->size = mc->default_ram_size; 618 } 619 mem->size = QEMU_ALIGN_UP(mem->size, 8192); 620 if (mc->fixup_ram_size) { 621 mem->size = mc->fixup_ram_size(mem->size); 622 } 623 if ((ram_addr_t)mem->size != mem->size) { 624 error_setg(errp, "ram size too large"); 625 goto out_free; 626 } 627 628 if (mem->has_max_size) { 629 if (mem->max_size < mem->size) { 630 error_setg(errp, "invalid value of maxmem: " 631 "maximum memory size (0x%" PRIx64 ") must be at least " 632 "the initial memory size (0x%" PRIx64 ")", 633 mem->max_size, mem->size); 634 goto out_free; 635 } 636 if (mem->has_slots && mem->slots && mem->max_size == mem->size) { 637 error_setg(errp, "invalid value of maxmem: " 638 "memory slots were specified but maximum memory size " 639 "(0x%" PRIx64 ") is equal to the initial memory size " 640 "(0x%" PRIx64 ")", mem->max_size, mem->size); 641 goto out_free; 642 } 643 ms->maxram_size = mem->max_size; 644 } else { 645 if (mem->has_slots) { 646 error_setg(errp, "slots specified but no max-size"); 647 goto out_free; 648 } 649 ms->maxram_size = mem->size; 650 } 651 ms->ram_size = mem->size; 652 ms->ram_slots = mem->has_slots ? mem->slots : 0; 653 out_free: 654 qapi_free_MemorySizeConfiguration(mem); 655 } 656 657 static char *machine_get_nvdimm_persistence(Object *obj, Error **errp) 658 { 659 MachineState *ms = MACHINE(obj); 660 661 return g_strdup(ms->nvdimms_state->persistence_string); 662 } 663 664 static void machine_set_nvdimm_persistence(Object *obj, const char *value, 665 Error **errp) 666 { 667 MachineState *ms = MACHINE(obj); 668 NVDIMMState *nvdimms_state = ms->nvdimms_state; 669 670 if (strcmp(value, "cpu") == 0) { 671 nvdimms_state->persistence = 3; 672 } else if (strcmp(value, "mem-ctrl") == 0) { 673 nvdimms_state->persistence = 2; 674 } else { 675 error_setg(errp, "-machine nvdimm-persistence=%s: unsupported option", 676 value); 677 return; 678 } 679 680 g_free(nvdimms_state->persistence_string); 681 nvdimms_state->persistence_string = g_strdup(value); 682 } 683 684 void machine_class_allow_dynamic_sysbus_dev(MachineClass *mc, const char *type) 685 { 686 QAPI_LIST_PREPEND(mc->allowed_dynamic_sysbus_devices, g_strdup(type)); 687 } 688 689 bool device_is_dynamic_sysbus(MachineClass *mc, DeviceState *dev) 690 { 691 Object *obj = OBJECT(dev); 692 693 if (!object_dynamic_cast(obj, TYPE_SYS_BUS_DEVICE)) { 694 return false; 695 } 696 697 return device_type_is_dynamic_sysbus(mc, object_get_typename(obj)); 698 } 699 700 bool device_type_is_dynamic_sysbus(MachineClass *mc, const char *type) 701 { 702 bool allowed = false; 703 strList *wl; 704 ObjectClass *klass = object_class_by_name(type); 705 706 for (wl = mc->allowed_dynamic_sysbus_devices; 707 !allowed && wl; 708 wl = wl->next) { 709 allowed |= !!object_class_dynamic_cast(klass, wl->value); 710 } 711 712 return allowed; 713 } 714 715 static char *machine_get_audiodev(Object *obj, Error **errp) 716 { 717 MachineState *ms = MACHINE(obj); 718 719 return g_strdup(ms->audiodev); 720 } 721 722 static void machine_set_audiodev(Object *obj, const char *value, 723 Error **errp) 724 { 725 MachineState *ms = MACHINE(obj); 726 727 if (!audio_state_by_name(value, errp)) { 728 return; 729 } 730 731 g_free(ms->audiodev); 732 ms->audiodev = g_strdup(value); 733 } 734 735 HotpluggableCPUList *machine_query_hotpluggable_cpus(MachineState *machine) 736 { 737 int i; 738 HotpluggableCPUList *head = NULL; 739 MachineClass *mc = MACHINE_GET_CLASS(machine); 740 741 /* force board to initialize possible_cpus if it hasn't been done yet */ 742 mc->possible_cpu_arch_ids(machine); 743 744 for (i = 0; i < machine->possible_cpus->len; i++) { 745 CPUState *cpu; 746 HotpluggableCPU *cpu_item = g_new0(typeof(*cpu_item), 1); 747 748 cpu_item->type = g_strdup(machine->possible_cpus->cpus[i].type); 749 cpu_item->vcpus_count = machine->possible_cpus->cpus[i].vcpus_count; 750 cpu_item->props = g_memdup(&machine->possible_cpus->cpus[i].props, 751 sizeof(*cpu_item->props)); 752 753 cpu = machine->possible_cpus->cpus[i].cpu; 754 if (cpu) { 755 cpu_item->qom_path = object_get_canonical_path(OBJECT(cpu)); 756 } 757 QAPI_LIST_PREPEND(head, cpu_item); 758 } 759 return head; 760 } 761 762 /** 763 * machine_set_cpu_numa_node: 764 * @machine: machine object to modify 765 * @props: specifies which cpu objects to assign to 766 * numa node specified by @props.node_id 767 * @errp: if an error occurs, a pointer to an area to store the error 768 * 769 * Associate NUMA node specified by @props.node_id with cpu slots that 770 * match socket/core/thread-ids specified by @props. It's recommended to use 771 * query-hotpluggable-cpus.props values to specify affected cpu slots, 772 * which would lead to exact 1:1 mapping of cpu slots to NUMA node. 773 * 774 * However for CLI convenience it's possible to pass in subset of properties, 775 * which would affect all cpu slots that match it. 776 * Ex for pc machine: 777 * -smp 4,cores=2,sockets=2 -numa node,nodeid=0 -numa node,nodeid=1 \ 778 * -numa cpu,node-id=0,socket_id=0 \ 779 * -numa cpu,node-id=1,socket_id=1 780 * will assign all child cores of socket 0 to node 0 and 781 * of socket 1 to node 1. 782 * 783 * On attempt of reassigning (already assigned) cpu slot to another NUMA node, 784 * return error. 785 * Empty subset is disallowed and function will return with error in this case. 786 */ 787 void machine_set_cpu_numa_node(MachineState *machine, 788 const CpuInstanceProperties *props, Error **errp) 789 { 790 MachineClass *mc = MACHINE_GET_CLASS(machine); 791 NodeInfo *numa_info = machine->numa_state->nodes; 792 bool match = false; 793 int i; 794 795 if (!mc->possible_cpu_arch_ids) { 796 error_setg(errp, "mapping of CPUs to NUMA node is not supported"); 797 return; 798 } 799 800 /* disabling node mapping is not supported, forbid it */ 801 assert(props->has_node_id); 802 803 /* force board to initialize possible_cpus if it hasn't been done yet */ 804 mc->possible_cpu_arch_ids(machine); 805 806 for (i = 0; i < machine->possible_cpus->len; i++) { 807 CPUArchId *slot = &machine->possible_cpus->cpus[i]; 808 809 /* reject unsupported by board properties */ 810 if (props->has_thread_id && !slot->props.has_thread_id) { 811 error_setg(errp, "thread-id is not supported"); 812 return; 813 } 814 815 if (props->has_core_id && !slot->props.has_core_id) { 816 error_setg(errp, "core-id is not supported"); 817 return; 818 } 819 820 if (props->has_module_id && !slot->props.has_module_id) { 821 error_setg(errp, "module-id is not supported"); 822 return; 823 } 824 825 if (props->has_cluster_id && !slot->props.has_cluster_id) { 826 error_setg(errp, "cluster-id is not supported"); 827 return; 828 } 829 830 if (props->has_socket_id && !slot->props.has_socket_id) { 831 error_setg(errp, "socket-id is not supported"); 832 return; 833 } 834 835 if (props->has_die_id && !slot->props.has_die_id) { 836 error_setg(errp, "die-id is not supported"); 837 return; 838 } 839 840 /* skip slots with explicit mismatch */ 841 if (props->has_thread_id && props->thread_id != slot->props.thread_id) { 842 continue; 843 } 844 845 if (props->has_core_id && props->core_id != slot->props.core_id) { 846 continue; 847 } 848 849 if (props->has_module_id && 850 props->module_id != slot->props.module_id) { 851 continue; 852 } 853 854 if (props->has_cluster_id && 855 props->cluster_id != slot->props.cluster_id) { 856 continue; 857 } 858 859 if (props->has_die_id && props->die_id != slot->props.die_id) { 860 continue; 861 } 862 863 if (props->has_socket_id && props->socket_id != slot->props.socket_id) { 864 continue; 865 } 866 867 /* reject assignment if slot is already assigned, for compatibility 868 * of legacy cpu_index mapping with SPAPR core based mapping do not 869 * error out if cpu thread and matched core have the same node-id */ 870 if (slot->props.has_node_id && 871 slot->props.node_id != props->node_id) { 872 error_setg(errp, "CPU is already assigned to node-id: %" PRId64, 873 slot->props.node_id); 874 return; 875 } 876 877 /* assign slot to node as it's matched '-numa cpu' key */ 878 match = true; 879 slot->props.node_id = props->node_id; 880 slot->props.has_node_id = props->has_node_id; 881 882 if (machine->numa_state->hmat_enabled) { 883 if ((numa_info[props->node_id].initiator < MAX_NODES) && 884 (props->node_id != numa_info[props->node_id].initiator)) { 885 error_setg(errp, "The initiator of CPU NUMA node %" PRId64 886 " should be itself (got %" PRIu16 ")", 887 props->node_id, numa_info[props->node_id].initiator); 888 return; 889 } 890 numa_info[props->node_id].has_cpu = true; 891 numa_info[props->node_id].initiator = props->node_id; 892 } 893 } 894 895 if (!match) { 896 error_setg(errp, "no match found"); 897 } 898 } 899 900 static void machine_get_smp(Object *obj, Visitor *v, const char *name, 901 void *opaque, Error **errp) 902 { 903 MachineState *ms = MACHINE(obj); 904 SMPConfiguration *config = &(SMPConfiguration){ 905 .has_cpus = true, .cpus = ms->smp.cpus, 906 .has_drawers = true, .drawers = ms->smp.drawers, 907 .has_books = true, .books = ms->smp.books, 908 .has_sockets = true, .sockets = ms->smp.sockets, 909 .has_dies = true, .dies = ms->smp.dies, 910 .has_clusters = true, .clusters = ms->smp.clusters, 911 .has_modules = true, .modules = ms->smp.modules, 912 .has_cores = true, .cores = ms->smp.cores, 913 .has_threads = true, .threads = ms->smp.threads, 914 .has_maxcpus = true, .maxcpus = ms->smp.max_cpus, 915 }; 916 917 if (!visit_type_SMPConfiguration(v, name, &config, &error_abort)) { 918 return; 919 } 920 } 921 922 static void machine_set_smp(Object *obj, Visitor *v, const char *name, 923 void *opaque, Error **errp) 924 { 925 MachineState *ms = MACHINE(obj); 926 g_autoptr(SMPConfiguration) config = NULL; 927 928 if (!visit_type_SMPConfiguration(v, name, &config, errp)) { 929 return; 930 } 931 932 machine_parse_smp_config(ms, config, errp); 933 } 934 935 static void machine_get_boot(Object *obj, Visitor *v, const char *name, 936 void *opaque, Error **errp) 937 { 938 MachineState *ms = MACHINE(obj); 939 BootConfiguration *config = &ms->boot_config; 940 visit_type_BootConfiguration(v, name, &config, &error_abort); 941 } 942 943 static void machine_free_boot_config(MachineState *ms) 944 { 945 g_free(ms->boot_config.order); 946 g_free(ms->boot_config.once); 947 g_free(ms->boot_config.splash); 948 } 949 950 static void machine_copy_boot_config(MachineState *ms, BootConfiguration *config) 951 { 952 MachineClass *machine_class = MACHINE_GET_CLASS(ms); 953 954 machine_free_boot_config(ms); 955 ms->boot_config = *config; 956 if (!config->order) { 957 ms->boot_config.order = g_strdup(machine_class->default_boot_order); 958 } 959 } 960 961 static void machine_set_boot(Object *obj, Visitor *v, const char *name, 962 void *opaque, Error **errp) 963 { 964 ERRP_GUARD(); 965 MachineState *ms = MACHINE(obj); 966 BootConfiguration *config = NULL; 967 968 if (!visit_type_BootConfiguration(v, name, &config, errp)) { 969 return; 970 } 971 if (config->order) { 972 validate_bootdevices(config->order, errp); 973 if (*errp) { 974 goto out_free; 975 } 976 } 977 if (config->once) { 978 validate_bootdevices(config->once, errp); 979 if (*errp) { 980 goto out_free; 981 } 982 } 983 984 machine_copy_boot_config(ms, config); 985 /* Strings live in ms->boot_config. */ 986 free(config); 987 return; 988 989 out_free: 990 qapi_free_BootConfiguration(config); 991 } 992 993 void machine_add_audiodev_property(MachineClass *mc) 994 { 995 ObjectClass *oc = OBJECT_CLASS(mc); 996 997 object_class_property_add_str(oc, "audiodev", 998 machine_get_audiodev, 999 machine_set_audiodev); 1000 object_class_property_set_description(oc, "audiodev", 1001 "Audiodev to use for default machine devices"); 1002 } 1003 1004 static bool create_default_memdev(MachineState *ms, const char *path, 1005 Error **errp) 1006 { 1007 Object *obj; 1008 MachineClass *mc = MACHINE_GET_CLASS(ms); 1009 bool r = false; 1010 1011 obj = object_new(path ? TYPE_MEMORY_BACKEND_FILE : TYPE_MEMORY_BACKEND_RAM); 1012 if (path) { 1013 if (!object_property_set_str(obj, "mem-path", path, errp)) { 1014 goto out; 1015 } 1016 } 1017 if (!object_property_set_int(obj, "size", ms->ram_size, errp)) { 1018 goto out; 1019 } 1020 object_property_add_child(object_get_objects_root(), mc->default_ram_id, 1021 obj); 1022 /* Ensure backend's memory region name is equal to mc->default_ram_id */ 1023 if (!object_property_set_bool(obj, "x-use-canonical-path-for-ramblock-id", 1024 false, errp)) { 1025 goto out; 1026 } 1027 if (!user_creatable_complete(USER_CREATABLE(obj), errp)) { 1028 goto out; 1029 } 1030 r = object_property_set_link(OBJECT(ms), "memory-backend", obj, errp); 1031 1032 out: 1033 object_unref(obj); 1034 return r; 1035 } 1036 1037 static void machine_class_init(ObjectClass *oc, void *data) 1038 { 1039 MachineClass *mc = MACHINE_CLASS(oc); 1040 1041 /* Default 128 MB as guest ram size */ 1042 mc->default_ram_size = 128 * MiB; 1043 mc->rom_file_has_mr = true; 1044 /* 1045 * SMBIOS 3.1.0 7.18.5 Memory Device — Extended Size 1046 * use max possible value that could be encoded into 1047 * 'Extended Size' field (2047Tb). 1048 */ 1049 mc->smbios_memory_device_size = 2047 * TiB; 1050 1051 /* numa node memory size aligned on 8MB by default. 1052 * On Linux, each node's border has to be 8MB aligned 1053 */ 1054 mc->numa_mem_align_shift = 23; 1055 1056 mc->create_default_memdev = create_default_memdev; 1057 1058 object_class_property_add_str(oc, "kernel", 1059 machine_get_kernel, machine_set_kernel); 1060 object_class_property_set_description(oc, "kernel", 1061 "Linux kernel image file"); 1062 1063 object_class_property_add_str(oc, "initrd", 1064 machine_get_initrd, machine_set_initrd); 1065 object_class_property_set_description(oc, "initrd", 1066 "Linux initial ramdisk file"); 1067 1068 object_class_property_add_str(oc, "append", 1069 machine_get_append, machine_set_append); 1070 object_class_property_set_description(oc, "append", 1071 "Linux kernel command line"); 1072 1073 object_class_property_add_str(oc, "dtb", 1074 machine_get_dtb, machine_set_dtb); 1075 object_class_property_set_description(oc, "dtb", 1076 "Linux kernel device tree file"); 1077 1078 object_class_property_add_str(oc, "dumpdtb", 1079 machine_get_dumpdtb, machine_set_dumpdtb); 1080 object_class_property_set_description(oc, "dumpdtb", 1081 "Dump current dtb to a file and quit"); 1082 1083 object_class_property_add(oc, "boot", "BootConfiguration", 1084 machine_get_boot, machine_set_boot, 1085 NULL, NULL); 1086 object_class_property_set_description(oc, "boot", 1087 "Boot configuration"); 1088 1089 object_class_property_add(oc, "smp", "SMPConfiguration", 1090 machine_get_smp, machine_set_smp, 1091 NULL, NULL); 1092 object_class_property_set_description(oc, "smp", 1093 "CPU topology"); 1094 1095 object_class_property_add(oc, "phandle-start", "int", 1096 machine_get_phandle_start, machine_set_phandle_start, 1097 NULL, NULL); 1098 object_class_property_set_description(oc, "phandle-start", 1099 "The first phandle ID we may generate dynamically"); 1100 1101 object_class_property_add_str(oc, "dt-compatible", 1102 machine_get_dt_compatible, machine_set_dt_compatible); 1103 object_class_property_set_description(oc, "dt-compatible", 1104 "Overrides the \"compatible\" property of the dt root node"); 1105 1106 object_class_property_add_bool(oc, "dump-guest-core", 1107 machine_get_dump_guest_core, machine_set_dump_guest_core); 1108 object_class_property_set_description(oc, "dump-guest-core", 1109 "Include guest memory in a core dump"); 1110 1111 object_class_property_add_bool(oc, "mem-merge", 1112 machine_get_mem_merge, machine_set_mem_merge); 1113 object_class_property_set_description(oc, "mem-merge", 1114 "Enable/disable memory merge support"); 1115 1116 object_class_property_add_bool(oc, "usb", 1117 machine_get_usb, machine_set_usb); 1118 object_class_property_set_description(oc, "usb", 1119 "Set on/off to enable/disable usb"); 1120 1121 object_class_property_add_bool(oc, "graphics", 1122 machine_get_graphics, machine_set_graphics); 1123 object_class_property_set_description(oc, "graphics", 1124 "Set on/off to enable/disable graphics emulation"); 1125 1126 object_class_property_add_str(oc, "firmware", 1127 machine_get_firmware, machine_set_firmware); 1128 object_class_property_set_description(oc, "firmware", 1129 "Firmware image"); 1130 1131 object_class_property_add_bool(oc, "suppress-vmdesc", 1132 machine_get_suppress_vmdesc, machine_set_suppress_vmdesc); 1133 object_class_property_set_description(oc, "suppress-vmdesc", 1134 "Set on to disable self-describing migration"); 1135 1136 object_class_property_add_link(oc, "confidential-guest-support", 1137 TYPE_CONFIDENTIAL_GUEST_SUPPORT, 1138 offsetof(MachineState, cgs), 1139 machine_check_confidential_guest_support, 1140 OBJ_PROP_LINK_STRONG); 1141 object_class_property_set_description(oc, "confidential-guest-support", 1142 "Set confidential guest scheme to support"); 1143 1144 /* For compatibility */ 1145 object_class_property_add_str(oc, "memory-encryption", 1146 machine_get_memory_encryption, machine_set_memory_encryption); 1147 object_class_property_set_description(oc, "memory-encryption", 1148 "Set memory encryption object to use"); 1149 1150 object_class_property_add_link(oc, "memory-backend", TYPE_MEMORY_BACKEND, 1151 offsetof(MachineState, memdev), object_property_allow_set_link, 1152 OBJ_PROP_LINK_STRONG); 1153 object_class_property_set_description(oc, "memory-backend", 1154 "Set RAM backend" 1155 "Valid value is ID of hostmem based backend"); 1156 1157 object_class_property_add(oc, "memory", "MemorySizeConfiguration", 1158 machine_get_mem, machine_set_mem, 1159 NULL, NULL); 1160 object_class_property_set_description(oc, "memory", 1161 "Memory size configuration"); 1162 } 1163 1164 static void machine_class_base_init(ObjectClass *oc, void *data) 1165 { 1166 MachineClass *mc = MACHINE_CLASS(oc); 1167 mc->max_cpus = mc->max_cpus ?: 1; 1168 mc->min_cpus = mc->min_cpus ?: 1; 1169 mc->default_cpus = mc->default_cpus ?: 1; 1170 1171 if (!object_class_is_abstract(oc)) { 1172 const char *cname = object_class_get_name(oc); 1173 assert(g_str_has_suffix(cname, TYPE_MACHINE_SUFFIX)); 1174 mc->name = g_strndup(cname, 1175 strlen(cname) - strlen(TYPE_MACHINE_SUFFIX)); 1176 mc->compat_props = g_ptr_array_new(); 1177 } 1178 } 1179 1180 static void machine_initfn(Object *obj) 1181 { 1182 MachineState *ms = MACHINE(obj); 1183 MachineClass *mc = MACHINE_GET_CLASS(obj); 1184 1185 container_get(obj, "/peripheral"); 1186 container_get(obj, "/peripheral-anon"); 1187 1188 ms->dump_guest_core = true; 1189 ms->mem_merge = (QEMU_MADV_MERGEABLE != QEMU_MADV_INVALID); 1190 ms->enable_graphics = true; 1191 ms->kernel_cmdline = g_strdup(""); 1192 ms->ram_size = mc->default_ram_size; 1193 ms->maxram_size = mc->default_ram_size; 1194 1195 if (mc->nvdimm_supported) { 1196 ms->nvdimms_state = g_new0(NVDIMMState, 1); 1197 object_property_add_bool(obj, "nvdimm", 1198 machine_get_nvdimm, machine_set_nvdimm); 1199 object_property_set_description(obj, "nvdimm", 1200 "Set on/off to enable/disable " 1201 "NVDIMM instantiation"); 1202 1203 object_property_add_str(obj, "nvdimm-persistence", 1204 machine_get_nvdimm_persistence, 1205 machine_set_nvdimm_persistence); 1206 object_property_set_description(obj, "nvdimm-persistence", 1207 "Set NVDIMM persistence" 1208 "Valid values are cpu, mem-ctrl"); 1209 } 1210 1211 if (mc->cpu_index_to_instance_props && mc->get_default_cpu_node_id) { 1212 ms->numa_state = g_new0(NumaState, 1); 1213 object_property_add_bool(obj, "hmat", 1214 machine_get_hmat, machine_set_hmat); 1215 object_property_set_description(obj, "hmat", 1216 "Set on/off to enable/disable " 1217 "ACPI Heterogeneous Memory Attribute " 1218 "Table (HMAT)"); 1219 } 1220 1221 /* default to mc->default_cpus */ 1222 ms->smp.cpus = mc->default_cpus; 1223 ms->smp.max_cpus = mc->default_cpus; 1224 ms->smp.drawers = 1; 1225 ms->smp.books = 1; 1226 ms->smp.sockets = 1; 1227 ms->smp.dies = 1; 1228 ms->smp.clusters = 1; 1229 ms->smp.modules = 1; 1230 ms->smp.cores = 1; 1231 ms->smp.threads = 1; 1232 1233 machine_copy_boot_config(ms, &(BootConfiguration){ 0 }); 1234 } 1235 1236 static void machine_finalize(Object *obj) 1237 { 1238 MachineState *ms = MACHINE(obj); 1239 1240 machine_free_boot_config(ms); 1241 g_free(ms->kernel_filename); 1242 g_free(ms->initrd_filename); 1243 g_free(ms->kernel_cmdline); 1244 g_free(ms->dtb); 1245 g_free(ms->dumpdtb); 1246 g_free(ms->dt_compatible); 1247 g_free(ms->firmware); 1248 g_free(ms->device_memory); 1249 g_free(ms->nvdimms_state); 1250 g_free(ms->numa_state); 1251 g_free(ms->audiodev); 1252 } 1253 1254 bool machine_usb(MachineState *machine) 1255 { 1256 return machine->usb; 1257 } 1258 1259 int machine_phandle_start(MachineState *machine) 1260 { 1261 return machine->phandle_start; 1262 } 1263 1264 bool machine_dump_guest_core(MachineState *machine) 1265 { 1266 return machine->dump_guest_core; 1267 } 1268 1269 bool machine_mem_merge(MachineState *machine) 1270 { 1271 return machine->mem_merge; 1272 } 1273 1274 bool machine_require_guest_memfd(MachineState *machine) 1275 { 1276 return machine->cgs && machine->cgs->require_guest_memfd; 1277 } 1278 1279 static char *cpu_slot_to_string(const CPUArchId *cpu) 1280 { 1281 GString *s = g_string_new(NULL); 1282 if (cpu->props.has_socket_id) { 1283 g_string_append_printf(s, "socket-id: %"PRId64, cpu->props.socket_id); 1284 } 1285 if (cpu->props.has_die_id) { 1286 if (s->len) { 1287 g_string_append_printf(s, ", "); 1288 } 1289 g_string_append_printf(s, "die-id: %"PRId64, cpu->props.die_id); 1290 } 1291 if (cpu->props.has_cluster_id) { 1292 if (s->len) { 1293 g_string_append_printf(s, ", "); 1294 } 1295 g_string_append_printf(s, "cluster-id: %"PRId64, cpu->props.cluster_id); 1296 } 1297 if (cpu->props.has_module_id) { 1298 if (s->len) { 1299 g_string_append_printf(s, ", "); 1300 } 1301 g_string_append_printf(s, "module-id: %"PRId64, cpu->props.module_id); 1302 } 1303 if (cpu->props.has_core_id) { 1304 if (s->len) { 1305 g_string_append_printf(s, ", "); 1306 } 1307 g_string_append_printf(s, "core-id: %"PRId64, cpu->props.core_id); 1308 } 1309 if (cpu->props.has_thread_id) { 1310 if (s->len) { 1311 g_string_append_printf(s, ", "); 1312 } 1313 g_string_append_printf(s, "thread-id: %"PRId64, cpu->props.thread_id); 1314 } 1315 return g_string_free(s, false); 1316 } 1317 1318 static void numa_validate_initiator(NumaState *numa_state) 1319 { 1320 int i; 1321 NodeInfo *numa_info = numa_state->nodes; 1322 1323 for (i = 0; i < numa_state->num_nodes; i++) { 1324 if (numa_info[i].initiator == MAX_NODES) { 1325 continue; 1326 } 1327 1328 if (!numa_info[numa_info[i].initiator].present) { 1329 error_report("NUMA node %" PRIu16 " is missing, use " 1330 "'-numa node' option to declare it first", 1331 numa_info[i].initiator); 1332 exit(1); 1333 } 1334 1335 if (!numa_info[numa_info[i].initiator].has_cpu) { 1336 error_report("The initiator of NUMA node %d is invalid", i); 1337 exit(1); 1338 } 1339 } 1340 } 1341 1342 static void machine_numa_finish_cpu_init(MachineState *machine) 1343 { 1344 int i; 1345 bool default_mapping; 1346 GString *s = g_string_new(NULL); 1347 MachineClass *mc = MACHINE_GET_CLASS(machine); 1348 const CPUArchIdList *possible_cpus = mc->possible_cpu_arch_ids(machine); 1349 1350 assert(machine->numa_state->num_nodes); 1351 for (i = 0; i < possible_cpus->len; i++) { 1352 if (possible_cpus->cpus[i].props.has_node_id) { 1353 break; 1354 } 1355 } 1356 default_mapping = (i == possible_cpus->len); 1357 1358 for (i = 0; i < possible_cpus->len; i++) { 1359 const CPUArchId *cpu_slot = &possible_cpus->cpus[i]; 1360 1361 if (!cpu_slot->props.has_node_id) { 1362 /* fetch default mapping from board and enable it */ 1363 CpuInstanceProperties props = cpu_slot->props; 1364 1365 props.node_id = mc->get_default_cpu_node_id(machine, i); 1366 if (!default_mapping) { 1367 /* record slots with not set mapping, 1368 * TODO: make it hard error in future */ 1369 char *cpu_str = cpu_slot_to_string(cpu_slot); 1370 g_string_append_printf(s, "%sCPU %d [%s]", 1371 s->len ? ", " : "", i, cpu_str); 1372 g_free(cpu_str); 1373 1374 /* non mapped cpus used to fallback to node 0 */ 1375 props.node_id = 0; 1376 } 1377 1378 props.has_node_id = true; 1379 machine_set_cpu_numa_node(machine, &props, &error_fatal); 1380 } 1381 } 1382 1383 if (machine->numa_state->hmat_enabled) { 1384 numa_validate_initiator(machine->numa_state); 1385 } 1386 1387 if (s->len && !qtest_enabled()) { 1388 warn_report("CPU(s) not present in any NUMA nodes: %s", 1389 s->str); 1390 warn_report("All CPU(s) up to maxcpus should be described " 1391 "in NUMA config, ability to start up with partial NUMA " 1392 "mappings is obsoleted and will be removed in future"); 1393 } 1394 g_string_free(s, true); 1395 } 1396 1397 static void validate_cpu_cluster_to_numa_boundary(MachineState *ms) 1398 { 1399 MachineClass *mc = MACHINE_GET_CLASS(ms); 1400 NumaState *state = ms->numa_state; 1401 const CPUArchIdList *possible_cpus = mc->possible_cpu_arch_ids(ms); 1402 const CPUArchId *cpus = possible_cpus->cpus; 1403 int i, j; 1404 1405 if (qtest_enabled() || state->num_nodes <= 1 || possible_cpus->len <= 1) { 1406 return; 1407 } 1408 1409 /* 1410 * The Linux scheduling domain can't be parsed when the multiple CPUs 1411 * in one cluster have been associated with different NUMA nodes. However, 1412 * it's fine to associate one NUMA node with CPUs in different clusters. 1413 */ 1414 for (i = 0; i < possible_cpus->len; i++) { 1415 for (j = i + 1; j < possible_cpus->len; j++) { 1416 if (cpus[i].props.has_socket_id && 1417 cpus[i].props.has_cluster_id && 1418 cpus[i].props.has_node_id && 1419 cpus[j].props.has_socket_id && 1420 cpus[j].props.has_cluster_id && 1421 cpus[j].props.has_node_id && 1422 cpus[i].props.socket_id == cpus[j].props.socket_id && 1423 cpus[i].props.cluster_id == cpus[j].props.cluster_id && 1424 cpus[i].props.node_id != cpus[j].props.node_id) { 1425 warn_report("CPU-%d and CPU-%d in socket-%" PRId64 "-cluster-%" PRId64 1426 " have been associated with node-%" PRId64 " and node-%" PRId64 1427 " respectively. It can cause OSes like Linux to" 1428 " misbehave", i, j, cpus[i].props.socket_id, 1429 cpus[i].props.cluster_id, cpus[i].props.node_id, 1430 cpus[j].props.node_id); 1431 } 1432 } 1433 } 1434 } 1435 1436 MemoryRegion *machine_consume_memdev(MachineState *machine, 1437 HostMemoryBackend *backend) 1438 { 1439 MemoryRegion *ret = host_memory_backend_get_memory(backend); 1440 1441 if (host_memory_backend_is_mapped(backend)) { 1442 error_report("memory backend %s can't be used multiple times.", 1443 object_get_canonical_path_component(OBJECT(backend))); 1444 exit(EXIT_FAILURE); 1445 } 1446 host_memory_backend_set_mapped(backend, true); 1447 vmstate_register_ram_global(ret); 1448 return ret; 1449 } 1450 1451 const char *machine_class_default_cpu_type(MachineClass *mc) 1452 { 1453 if (mc->valid_cpu_types && !mc->valid_cpu_types[1]) { 1454 /* Only a single CPU type allowed: use it as default. */ 1455 return mc->valid_cpu_types[0]; 1456 } 1457 return mc->default_cpu_type; 1458 } 1459 1460 static bool is_cpu_type_supported(const MachineState *machine, Error **errp) 1461 { 1462 MachineClass *mc = MACHINE_GET_CLASS(machine); 1463 ObjectClass *oc = object_class_by_name(machine->cpu_type); 1464 CPUClass *cc; 1465 int i; 1466 1467 /* 1468 * Check if the user specified CPU type is supported when the valid 1469 * CPU types have been determined. Note that the user specified CPU 1470 * type is provided through '-cpu' option. 1471 */ 1472 if (mc->valid_cpu_types) { 1473 assert(mc->valid_cpu_types[0] != NULL); 1474 for (i = 0; mc->valid_cpu_types[i]; i++) { 1475 if (object_class_dynamic_cast(oc, mc->valid_cpu_types[i])) { 1476 break; 1477 } 1478 } 1479 1480 /* The user specified CPU type isn't valid */ 1481 if (!mc->valid_cpu_types[i]) { 1482 g_autofree char *requested = cpu_model_from_type(machine->cpu_type); 1483 error_setg(errp, "Invalid CPU model: %s", requested); 1484 if (!mc->valid_cpu_types[1]) { 1485 g_autofree char *model = cpu_model_from_type( 1486 mc->valid_cpu_types[0]); 1487 error_append_hint(errp, "The only valid type is: %s\n", model); 1488 } else { 1489 error_append_hint(errp, "The valid models are: "); 1490 for (i = 0; mc->valid_cpu_types[i]; i++) { 1491 g_autofree char *model = cpu_model_from_type( 1492 mc->valid_cpu_types[i]); 1493 error_append_hint(errp, "%s%s", 1494 model, 1495 mc->valid_cpu_types[i + 1] ? ", " : ""); 1496 } 1497 error_append_hint(errp, "\n"); 1498 } 1499 1500 return false; 1501 } 1502 } 1503 1504 /* Check if CPU type is deprecated and warn if so */ 1505 cc = CPU_CLASS(oc); 1506 assert(cc != NULL); 1507 if (cc->deprecation_note) { 1508 warn_report("CPU model %s is deprecated -- %s", 1509 machine->cpu_type, cc->deprecation_note); 1510 } 1511 1512 return true; 1513 } 1514 1515 void machine_run_board_init(MachineState *machine, const char *mem_path, Error **errp) 1516 { 1517 ERRP_GUARD(); 1518 MachineClass *machine_class = MACHINE_GET_CLASS(machine); 1519 1520 /* This checkpoint is required by replay to separate prior clock 1521 reading from the other reads, because timer polling functions query 1522 clock values from the log. */ 1523 replay_checkpoint(CHECKPOINT_INIT); 1524 1525 if (!xen_enabled()) { 1526 /* On 32-bit hosts, QEMU is limited by virtual address space */ 1527 if (machine->ram_size > (2047 << 20) && HOST_LONG_BITS == 32) { 1528 error_setg(errp, "at most 2047 MB RAM can be simulated"); 1529 return; 1530 } 1531 } 1532 1533 if (machine->memdev) { 1534 ram_addr_t backend_size = object_property_get_uint(OBJECT(machine->memdev), 1535 "size", &error_abort); 1536 if (backend_size != machine->ram_size) { 1537 error_setg(errp, "Machine memory size does not match the size of the memory backend"); 1538 return; 1539 } 1540 } else if (machine_class->default_ram_id && machine->ram_size && 1541 numa_uses_legacy_mem()) { 1542 if (object_property_find(object_get_objects_root(), 1543 machine_class->default_ram_id)) { 1544 error_setg(errp, "object's id '%s' is reserved for the default" 1545 " RAM backend, it can't be used for any other purposes", 1546 machine_class->default_ram_id); 1547 error_append_hint(errp, 1548 "Change the object's 'id' to something else or disable" 1549 " automatic creation of the default RAM backend by setting" 1550 " 'memory-backend=%s' with '-machine'.\n", 1551 machine_class->default_ram_id); 1552 return; 1553 } 1554 1555 if (!machine_class->create_default_memdev(current_machine, mem_path, 1556 errp)) { 1557 return; 1558 } 1559 } 1560 1561 if (machine->numa_state) { 1562 numa_complete_configuration(machine); 1563 if (machine->numa_state->num_nodes) { 1564 machine_numa_finish_cpu_init(machine); 1565 if (machine_class->cpu_cluster_has_numa_boundary) { 1566 validate_cpu_cluster_to_numa_boundary(machine); 1567 } 1568 } 1569 } 1570 1571 if (!machine->ram && machine->memdev) { 1572 machine->ram = machine_consume_memdev(machine, machine->memdev); 1573 } 1574 1575 /* Check if the CPU type is supported */ 1576 if (machine->cpu_type && !is_cpu_type_supported(machine, errp)) { 1577 return; 1578 } 1579 1580 if (machine->cgs) { 1581 /* 1582 * With confidential guests, the host can't see the real 1583 * contents of RAM, so there's no point in it trying to merge 1584 * areas. 1585 */ 1586 machine_set_mem_merge(OBJECT(machine), false, &error_abort); 1587 1588 /* 1589 * Virtio devices can't count on directly accessing guest 1590 * memory, so they need iommu_platform=on to use normal DMA 1591 * mechanisms. That requires also disabling legacy virtio 1592 * support for those virtio pci devices which allow it. 1593 */ 1594 object_register_sugar_prop(TYPE_VIRTIO_PCI, "disable-legacy", 1595 "on", true); 1596 object_register_sugar_prop(TYPE_VIRTIO_DEVICE, "iommu_platform", 1597 "on", false); 1598 } 1599 1600 accel_init_interfaces(ACCEL_GET_CLASS(machine->accelerator)); 1601 machine_class->init(machine); 1602 phase_advance(PHASE_MACHINE_INITIALIZED); 1603 } 1604 1605 static NotifierList machine_init_done_notifiers = 1606 NOTIFIER_LIST_INITIALIZER(machine_init_done_notifiers); 1607 1608 void qemu_add_machine_init_done_notifier(Notifier *notify) 1609 { 1610 notifier_list_add(&machine_init_done_notifiers, notify); 1611 if (phase_check(PHASE_MACHINE_READY)) { 1612 notify->notify(notify, NULL); 1613 } 1614 } 1615 1616 void qemu_remove_machine_init_done_notifier(Notifier *notify) 1617 { 1618 notifier_remove(notify); 1619 } 1620 1621 void qdev_machine_creation_done(void) 1622 { 1623 cpu_synchronize_all_post_init(); 1624 1625 if (current_machine->boot_config.once) { 1626 qemu_boot_set(current_machine->boot_config.once, &error_fatal); 1627 qemu_register_reset(restore_boot_order, g_strdup(current_machine->boot_config.order)); 1628 } 1629 1630 /* 1631 * ok, initial machine setup is done, starting from now we can 1632 * only create hotpluggable devices 1633 */ 1634 phase_advance(PHASE_MACHINE_READY); 1635 qdev_assert_realized_properly(); 1636 1637 /* TODO: once all bus devices are qdevified, this should be done 1638 * when bus is created by qdev.c */ 1639 /* 1640 * This is where we arrange for the sysbus to be reset when the 1641 * whole simulation is reset. In turn, resetting the sysbus will cause 1642 * all devices hanging off it (and all their child buses, recursively) 1643 * to be reset. Note that this will *not* reset any Device objects 1644 * which are not attached to some part of the qbus tree! 1645 */ 1646 qemu_register_resettable(OBJECT(sysbus_get_default())); 1647 1648 notifier_list_notify(&machine_init_done_notifiers, NULL); 1649 1650 if (rom_check_and_register_reset() != 0) { 1651 exit(1); 1652 } 1653 1654 replay_start(); 1655 1656 /* This checkpoint is required by replay to separate prior clock 1657 reading from the other reads, because timer polling functions query 1658 clock values from the log. */ 1659 replay_checkpoint(CHECKPOINT_RESET); 1660 qemu_system_reset(SHUTDOWN_CAUSE_NONE); 1661 register_global_state(); 1662 } 1663 1664 static const TypeInfo machine_info = { 1665 .name = TYPE_MACHINE, 1666 .parent = TYPE_OBJECT, 1667 .abstract = true, 1668 .class_size = sizeof(MachineClass), 1669 .class_init = machine_class_init, 1670 .class_base_init = machine_class_base_init, 1671 .instance_size = sizeof(MachineState), 1672 .instance_init = machine_initfn, 1673 .instance_finalize = machine_finalize, 1674 }; 1675 1676 static void machine_register_types(void) 1677 { 1678 type_register_static(&machine_info); 1679 } 1680 1681 type_init(machine_register_types) 1682