Searched refs:object_new_with_class (Results 1 – 12 of 12) sorted by relevance
27 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()
6780 Object *obj = object_new_with_class(OBJECT_CLASS(xc)); in x86_cpu_class_get_alias_of() 6883 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()
153 obj = object_new_with_class(klass); in qmp_device_list_properties()
113 obj = object_new_with_class(klass); in user_creatable_add_type()
780 Object *object_new_with_class(ObjectClass *klass) in object_new_with_class() function
621 Object *object_new_with_class(ObjectClass *klass);
158 return DEVICE(object_new_with_class(oc)); in qdev_try_new()
2190 current_machine = MACHINE(object_new_with_class(OBJECT_CLASS(machine_class))); in qemu_create_machine()2400 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()