Home
last modified time | relevance | path

Searched refs:object_new_with_class (Results 1 – 12 of 12) sorted by relevance

/qemu/accel/
H A Daccel-user.c27 accel = ACCEL(object_new_with_class(OBJECT_CLASS(ac))); in current_accel()
/qemu/target/i386/
H A Dcpu-apic.c51 cpu->apic_state = DEVICE(object_new_with_class(OBJECT_CLASS(apic_class))); in x86_cpu_apic_create()
H A Dcpu-system.c167 xc = X86_CPU(object_new_with_class(OBJECT_CLASS(xcc))); in x86_cpu_from_model()
H A Dcpu.c6780 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()
/qemu/target/s390x/
H A Dcpu_models_system.c72 obj = object_new_with_class(klass); in create_cpu_model_list()
119 obj = object_new_with_class(oc); in cpu_model_from_info()
/qemu/qom/
H A Dqom-qmp-cmds.c153 obj = object_new_with_class(klass); in qmp_device_list_properties()
H A Dobject_interfaces.c113 obj = object_new_with_class(klass); in user_creatable_add_type()
H A Dobject.c780 Object *object_new_with_class(ObjectClass *klass) in object_new_with_class() function
/qemu/include/qom/
H A Dobject.h621 Object *object_new_with_class(ObjectClass *klass);
/qemu/hw/core/
H A Dqdev.c158 return DEVICE(object_new_with_class(oc)); in qdev_try_new()
/qemu/system/
H A Dvl.c2190 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()
/qemu/net/
H A Dnet.c962 Object *obj = object_new_with_class(OBJECT_CLASS(dc)); in qemu_get_nic_models()