Lines Matching refs:error_setg

79         error_setg(errp, "Max number of NUMA nodes reached: %"  in parse_numa_node()
85 error_setg(errp, "Duplicate NUMA nodeid: %" PRIu16, nodenr); in parse_numa_node()
96 error_setg(errp, "ACPI Heterogeneous Memory Attribute Table " in parse_numa_node()
115 error_setg(errp, in parse_numa_node()
134 error_setg(errp, "numa configuration should use either mem= or memdev=," in parse_numa_node()
141 error_setg(errp, "Parameter -numa node,mem is not supported by this" in parse_numa_node()
157 error_setg(errp, "memdev=%s is ambiguous", node->memdev); in parse_numa_node()
180 error_setg(errp, "Parameter '%s' expects an integer between 0 and %d", in parse_numa_distance()
186 error_setg(errp, "Source/Destination NUMA node is missing. " in parse_numa_distance()
192 error_setg(errp, "NUMA distance (%" PRIu8 ") is invalid, " in parse_numa_distance()
199 error_setg(errp, "Local distance of node %d should be %d.", in parse_numa_distance()
221 error_setg(errp, "Invalid initiator=%d, it should be less than %d", in parse_numa_hmat_lb()
226 error_setg(errp, "Invalid target=%d, it should be less than %d", in parse_numa_hmat_lb()
232 error_setg(errp, "Invalid initiator=%d, it isn't an " in parse_numa_hmat_lb()
237 error_setg(errp, "The target=%d should point to an existing node", in parse_numa_hmat_lb()
256 error_setg(errp, "Missing 'latency' option"); in parse_numa_hmat_lb()
260 error_setg(errp, "Invalid option 'bandwidth' since " in parse_numa_hmat_lb()
271 error_setg(errp, "Duplicate configuration of the latency for " in parse_numa_hmat_lb()
299 error_setg(errp, "Latency %" PRIu64 " between initiator=%d and " in parse_numa_hmat_lb()
319 error_setg(errp, "Missing 'bandwidth' option"); in parse_numa_hmat_lb()
323 error_setg(errp, "Invalid option 'latency' since " in parse_numa_hmat_lb()
328 error_setg(errp, "Bandwidth %" PRIu64 " between initiator=%d and " in parse_numa_hmat_lb()
340 error_setg(errp, "Duplicate configuration of the bandwidth for " in parse_numa_hmat_lb()
365 error_setg(errp, "Bandwidth %" PRIu64 " between initiator=%d " in parse_numa_hmat_lb()
397 error_setg(errp, "Invalid node-id=%" PRIu32 ", it should be less " in parse_numa_hmat_cache()
403 error_setg(errp, "The latency and bandwidth information of " in parse_numa_hmat_cache()
410 error_setg(errp, "Invalid level=%" PRIu8 ", it should be larger than 0 " in parse_numa_hmat_cache()
419 error_setg(errp, "Duplicate configuration of the side cache for " in parse_numa_hmat_cache()
427 error_setg(errp, "Cache level=%u shall be defined first", in parse_numa_hmat_cache()
435 error_setg(errp, "Invalid size=%" PRIu64 ", the size of level=%" PRIu8 in parse_numa_hmat_cache()
448 error_setg(errp, "Invalid size=%" PRIu64 ", the size of level=%" PRIu8 in parse_numa_hmat_cache()
465 error_setg(errp, "NUMA is not supported by this machine-type"); in set_numa_options()
478 error_setg(errp, "Missing mandatory node-id property"); in set_numa_options()
482 error_setg(errp, "Invalid node-id=%" PRId64 ", NUMA node must be " in set_numa_options()
494 error_setg(errp, "ACPI Heterogeneous Memory Attribute Table " in set_numa_options()
504 error_setg(errp, "ACPI Heterogeneous Memory Attribute Table " in set_numa_options()
753 error_setg(errp, "invalid node-id, must be %"PRId64, in numa_cpu_pre_plug()