Home
last modified time | relevance | path

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

/openbmc/qemu/accel/
H A Daccel-user.c21 accel = ACCEL(object_new_with_class(OBJECT_CLASS(ac))); in current_accel()
/openbmc/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-sysemu.c167 xc = X86_CPU(object_new_with_class(OBJECT_CLASS(xcc))); in x86_cpu_from_model()
H A Dcpu.c5977 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()
/openbmc/qemu/target/s390x/
H A Dcpu_models_sysemu.c72 obj = object_new_with_class(klass); in create_cpu_model_list()
119 obj = object_new_with_class(oc); in cpu_model_from_info()
/openbmc/qemu/qom/
H A Dqom-qmp-cmds.c144 obj = object_new_with_class(klass); in qmp_device_list_properties()
H A Dobject_interfaces.c111 obj = object_new_with_class(klass); in user_creatable_add_type()
H A Dobject.c786 Object *object_new_with_class(ObjectClass *klass) in object_new_with_class() function
/openbmc/qemu/include/qom/
H A Dobject.h616 Object *object_new_with_class(ObjectClass *klass);
/openbmc/qemu/hw/core/
H A Dqdev.c158 return DEVICE(object_new_with_class(oc)); in qdev_try_new()
/openbmc/qemu/system/
H A Dvl.c2120 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()
/openbmc/qemu/net/
H A Dnet.c962 Object *obj = object_new_with_class(OBJECT_CLASS(dc)); in qemu_get_nic_models()