Searched refs:object_new_with_class (Results 1 – 12 of 12) sorted by relevance
21 accel = ACCEL(object_new_with_class(OBJECT_CLASS(ac))); in current_accel()
51 cpu->apic_state = DEVICE(object_new_with_class(OBJECT_CLASS(apic_class))); in x86_cpu_apic_create()
167 xc = X86_CPU(object_new_with_class(OBJECT_CLASS(xcc))); in x86_cpu_from_model()
5977 Object *obj = object_new_with_class(OBJECT_CLASS(xc)); in x86_cpu_class_get_model_id()6075 xc = X86_CPU(object_new_with_class(OBJECT_CLASS(xcc))); in x86_cpu_class_check_missing_features()
72 obj = object_new_with_class(klass); in create_cpu_model_list()119 obj = object_new_with_class(oc); in cpu_model_from_info()
144 obj = object_new_with_class(klass); in qmp_device_list_properties()
111 obj = object_new_with_class(klass); in user_creatable_add_type()
786 Object *object_new_with_class(ObjectClass *klass) in object_new_with_class() function
616 Object *object_new_with_class(ObjectClass *klass);
158 return DEVICE(object_new_with_class(oc)); in qdev_try_new()
2120 current_machine = MACHINE(object_new_with_class(OBJECT_CLASS(machine_class))); in qemu_create_machine()2330 accel = ACCEL(object_new_with_class(OBJECT_CLASS(ac))); in do_configure_accelerator()
962 Object *obj = object_new_with_class(OBJECT_CLASS(dc)); in qemu_get_nic_models()