| /openbmc/qemu/tests/unit/ |
| H A D | test-io-task.c | 68 Object *obj = object_new(TYPE_DUMMY); in test_task_complete() 98 Object *obj = object_new(TYPE_DUMMY); in test_task_data_free() 116 Object *obj = object_new(TYPE_DUMMY); in test_task_failure() 177 Object *obj = object_new(TYPE_DUMMY); in test_task_thread_complete() 218 Object *obj = object_new(TYPE_DUMMY); in test_task_thread_failure()
|
| H A D | test-qdev-global-props.c | 99 mt = STATIC_TYPE(object_new(TYPE_STATIC_PROPS)); in test_static_prop_subprocess() 134 mt = STATIC_TYPE(object_new(TYPE_STATIC_PROPS)); in test_static_globalprop_subprocess() 252 mt = DYNAMIC_TYPE(object_new(TYPE_DYNAMIC_PROPS)); in test_dynamic_globalprop_subprocess() 298 mt = STATIC_TYPE(object_new(TYPE_SUBCLASS)); in test_subclass_global_props()
|
| H A D | check-qom-proplist.c | 249 DummyBus *bus = DUMMY_BUS(object_new(TYPE_DUMMY_BUS)); in dummy_dev_init() 250 DummyBackend *backend = DUMMY_BACKEND(object_new(TYPE_DUMMY_BACKEND)); in dummy_dev_init() 614 Object *obj1 = object_new(TYPE_DUMMY); in test_qom_partial_path() 615 Object *obj2a = object_new(TYPE_DUMMY); in test_qom_partial_path() 616 Object *obj2b = object_new(TYPE_DUMMY); in test_qom_partial_path()
|
| H A D | test-smp-parse.c | 1014 Object *obj = object_new(machine_type); in test_generic_valid() 1033 Object *obj = object_new(machine_type); in test_generic_invalid() 1052 Object *obj = object_new(machine_type); in test_with_modules() 1102 Object *obj = object_new(machine_type); in test_with_dies() 1152 Object *obj = object_new(machine_type); in test_with_modules_dies() 1213 Object *obj = object_new(machine_type); in test_with_clusters() 1263 Object *obj = object_new(machine_type); in test_with_books() 1313 Object *obj = object_new(machine_type); in test_with_drawers() 1363 Object *obj = object_new(machine_type); in test_with_drawers_books() 1424 Object *obj = object_new(machine_type); in test_full_topo()
|
| H A D | check-qom-interface.c | 70 Object *obj = object_new(type); in test_interface_impl()
|
| /openbmc/qemu/hw/core/ |
| H A D | reset.c | 41 RESETTABLE_CONTAINER(object_new(TYPE_RESETTABLE_CONTAINER)); in get_root_reset_container() 97 Object *obj = object_new(TYPE_LEGACY_RESET); in qemu_register_reset() 107 Object *obj = object_new(TYPE_LEGACY_RESET); in qemu_register_reset_nosnapshotload()
|
| H A D | qdev-clock.c | 70 Clock *clk = CLOCK(object_new(TYPE_CLOCK)); in qdev_init_clock_out() 81 Clock *clk = CLOCK(object_new(TYPE_CLOCK)); in qdev_init_clock_in()
|
| H A D | clock.c | 34 obj = object_new(TYPE_CLOCK); in clock_new()
|
| H A D | bus.c | 166 bus = BUS(object_new(typename)); in qbus_new()
|
| /openbmc/qemu/hw/remote/ |
| H A D | iommu.c | 55 elem->mr = MEMORY_REGION(object_new(TYPE_MEMORY_REGION)); in remote_iommu_find_add_as() 113 iommu = REMOTE_IOMMU(object_new(TYPE_REMOTE_IOMMU)); in remote_iommu_setup()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | tod.c | 27 obj = object_new(TYPE_KVM_S390_TOD); in s390_init_tod() 29 obj = object_new(TYPE_QEMU_S390_TOD); in s390_init_tod()
|
| H A D | s390-skeys.c | 48 obj = object_new(TYPE_KVM_S390_SKEYS); in s390_skeys_init() 50 obj = object_new(TYPE_QEMU_S390_SKEYS); in s390_skeys_init()
|
| /openbmc/qemu/qom/ |
| H A D | container.c | 29 Object *child = object_new(TYPE_CONTAINER); in object_property_add_new_container()
|
| /openbmc/qemu/hw/i386/xen/ |
| H A D | xen-pvh.c | 32 Object *cpu = object_new(ms->cpu_type); in xen_pvh_cpu_new()
|
| /openbmc/qemu/target/loongarch/ |
| H A D | loongarch-qmp-cmds.c | 87 obj = object_new(object_class_get_name(oc)); in qmp_query_cpu_model_expansion()
|
| /openbmc/qemu/io/ |
| H A D | channel-null.c | 41 ioc = QIO_CHANNEL_NULL(object_new(TYPE_QIO_CHANNEL_NULL)); in qio_channel_null_new()
|
| H A D | dns-resolver.c | 39 instance = QIO_DNS_RESOLVER(object_new(TYPE_QIO_DNS_RESOLVER)); in qio_dns_resolve_init_instance()
|
| H A D | channel-buffer.c | 33 ioc = QIO_CHANNEL_BUFFER(object_new(TYPE_QIO_CHANNEL_BUFFER)); in qio_channel_buffer_new()
|
| /openbmc/qemu/hw/microblaze/ |
| H A D | petalogix_s3adsp1800_mmu.c | 87 cpu = MICROBLAZE_CPU(object_new(TYPE_MICROBLAZE_CPU)); in OBJECT_DECLARE_TYPE()
|
| H A D | petalogix_ml605_mmu.c | 85 cpu = MICROBLAZE_CPU(object_new(TYPE_MICROBLAZE_CPU)); in petalogix_ml605_init()
|
| /openbmc/qemu/target/arm/ |
| H A D | arm-qmp-cmds.c | 155 obj = object_new(object_class_get_name(oc)); in qmp_query_cpu_model_expansion()
|
| /openbmc/qemu/hw/mips/ |
| H A D | cps.c | 77 MIPSCPU *cpu = MIPS_CPU(object_new(s->cpu_type)); in mips_cps_realize()
|
| /openbmc/qemu/hw/riscv/ |
| H A D | microblaze-v-generic.c | 67 cpu = RISCV_CPU(object_new(machine->cpu_type)); in mb_v_generic_init()
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-rng.c | 196 Object *default_backend = object_new(TYPE_RNG_BUILTIN); in virtio_rng_device_realize()
|
| /openbmc/qemu/hw/sparc64/ |
| H A D | sparc64.c | 275 cpu = SPARC_CPU(object_new(cpu_type)); in sparc64_cpu_devinit()
|