Lines Matching defs:errp
290 static char *machine_get_kernel(Object *obj, Error **errp) in machine_get_kernel()
297 static void machine_set_kernel(Object *obj, const char *value, Error **errp) in machine_set_kernel()
305 static char *machine_get_initrd(Object *obj, Error **errp) in machine_get_initrd()
312 static void machine_set_initrd(Object *obj, const char *value, Error **errp) in machine_set_initrd()
320 static char *machine_get_append(Object *obj, Error **errp) in machine_get_append()
327 static void machine_set_append(Object *obj, const char *value, Error **errp) in machine_set_append()
335 static char *machine_get_dtb(Object *obj, Error **errp) in machine_get_dtb()
342 static void machine_set_dtb(Object *obj, const char *value, Error **errp) in machine_set_dtb()
350 static char *machine_get_dumpdtb(Object *obj, Error **errp) in machine_get_dumpdtb()
357 static void machine_set_dumpdtb(Object *obj, const char *value, Error **errp) in machine_set_dumpdtb()
367 Error **errp) in machine_get_phandle_start()
377 Error **errp) in machine_set_phandle_start()
389 static char *machine_get_dt_compatible(Object *obj, Error **errp) in machine_get_dt_compatible()
396 static void machine_set_dt_compatible(Object *obj, const char *value, Error **errp) in machine_set_dt_compatible()
404 static bool machine_get_dump_guest_core(Object *obj, Error **errp) in machine_get_dump_guest_core()
411 static void machine_set_dump_guest_core(Object *obj, bool value, Error **errp) in machine_set_dump_guest_core()
422 static bool machine_get_mem_merge(Object *obj, Error **errp) in machine_get_mem_merge()
429 static void machine_set_mem_merge(Object *obj, bool value, Error **errp) in machine_set_mem_merge()
440 static bool machine_get_usb(Object *obj, Error **errp) in machine_get_usb()
447 static void machine_set_usb(Object *obj, bool value, Error **errp) in machine_set_usb()
455 static bool machine_get_graphics(Object *obj, Error **errp) in machine_get_graphics()
462 static void machine_set_graphics(Object *obj, bool value, Error **errp) in machine_set_graphics()
469 static char *machine_get_firmware(Object *obj, Error **errp) in machine_get_firmware()
476 static void machine_set_firmware(Object *obj, const char *value, Error **errp) in machine_set_firmware()
484 static void machine_set_suppress_vmdesc(Object *obj, bool value, Error **errp) in machine_set_suppress_vmdesc()
491 static bool machine_get_suppress_vmdesc(Object *obj, Error **errp) in machine_get_suppress_vmdesc()
498 static char *machine_get_memory_encryption(Object *obj, Error **errp) in machine_get_memory_encryption()
510 Error **errp) in machine_set_memory_encryption()
526 Error **errp) in machine_check_confidential_guest_support()
535 static bool machine_get_nvdimm(Object *obj, Error **errp) in machine_get_nvdimm()
542 static void machine_set_nvdimm(Object *obj, bool value, Error **errp) in machine_set_nvdimm()
549 static bool machine_get_hmat(Object *obj, Error **errp) in machine_get_hmat()
556 static void machine_set_hmat(Object *obj, bool value, Error **errp) in machine_set_hmat()
564 void *opaque, Error **errp) in machine_get_mem()
581 void *opaque, Error **errp) in machine_set_mem()
642 static char *machine_get_nvdimm_persistence(Object *obj, Error **errp) in machine_get_nvdimm_persistence()
650 Error **errp) in machine_set_nvdimm_persistence()
700 static char *machine_get_audiodev(Object *obj, Error **errp) in machine_get_audiodev()
708 Error **errp) in machine_set_audiodev()
773 const CpuInstanceProperties *props, Error **errp) in machine_set_cpu_numa_node()
886 void *opaque, Error **errp) in machine_get_smp()
908 void *opaque, Error **errp) in machine_set_smp()
921 void *opaque, Error **errp) in machine_get_smp_cache()
941 void *opaque, Error **errp) in machine_set_smp_cache()
955 void *opaque, Error **errp) in machine_get_boot()
981 void *opaque, Error **errp) in machine_set_boot()
1024 Error **errp) in create_default_memdev()
1489 static bool is_cpu_type_supported(const MachineState *machine, Error **errp) in is_cpu_type_supported()
1544 void machine_run_board_init(MachineState *machine, const char *mem_path, Error **errp) in machine_run_board_init()