Home
last modified time | relevance | path

Searched refs:object_class_property_add (Results 1 – 25 of 42) sorted by relevance

12

/qemu/
H A Devent-loop-base.c108 object_class_property_add(klass, "aio-max-batch", "int", in event_loop_base_class_init()
112 object_class_property_add(klass, "thread-pool-min", "int", in event_loop_base_class_init()
116 object_class_property_add(klass, "thread-pool-max", "int", in event_loop_base_class_init()
H A Diothread.c302 object_class_property_add(klass, "poll-max-ns", "int", in iothread_class_init()
306 object_class_property_add(klass, "poll-grow", "int", in iothread_class_init()
310 object_class_property_add(klass, "poll-shrink", "int", in iothread_class_init()
/qemu/hw/i386/
H A Dx86.c389 object_class_property_add(oc, X86_MACHINE_SMM, "OnOffAuto", in x86_machine_class_init()
395 object_class_property_add(oc, X86_MACHINE_ACPI, "OnOffAuto", in x86_machine_class_init()
401 object_class_property_add(oc, X86_MACHINE_PIT, "OnOffAuto", in x86_machine_class_init()
408 object_class_property_add(oc, X86_MACHINE_PIC, "OnOffAuto", in x86_machine_class_init()
432 object_class_property_add(oc, X86_MACHINE_BUS_LOCK_RATELIMIT, "uint64_t", in x86_machine_class_init()
438 object_class_property_add(oc, "sgx-epc", "SgxEPC", in x86_machine_class_init()
H A Dmicrovm.c672 object_class_property_add(oc, MICROVM_MACHINE_RTC, "OnOffAuto", in microvm_class_init()
679 object_class_property_add(oc, MICROVM_MACHINE_PCIE, "OnOffAuto", in microvm_class_init()
686 object_class_property_add(oc, MICROVM_MACHINE_IOAPIC2, "OnOffAuto", in microvm_class_init()
H A Dpc.c1856 object_class_property_add(oc, PC_MACHINE_MAX_RAM_BELOW_4G, "size", in pc_machine_class_init()
1862 object_class_property_add(oc, PC_MACHINE_VMPORT, "OnOffAuto", in pc_machine_class_init()
1890 object_class_property_add(oc, PC_MACHINE_MAX_FW_SIZE, "size", in pc_machine_class_init()
1896 object_class_property_add(oc, PC_MACHINE_SMBIOS_EP, "str", in pc_machine_class_init()
/qemu/hw/sensor/
H A Dtmp421.c353 object_class_property_add(klass, "temperature0", "int", in tmp421_class_init()
356 object_class_property_add(klass, "temperature1", "int", in tmp421_class_init()
359 object_class_property_add(klass, "temperature2", "int", in tmp421_class_init()
362 object_class_property_add(klass, "temperature3", "int", in tmp421_class_init()
/qemu/hw/cpu/
H A Dcore.c85 object_class_property_add(oc, "core-id", "int", core_prop_get_core_id, in cpu_core_class_init()
87 object_class_property_add(oc, "nr-threads", "int", core_prop_get_nr_threads, in cpu_core_class_init()
/qemu/hw/pci-host/
H A Di440fx.c380 object_class_property_add(klass, PCI_HOST_PROP_PCI_HOLE_START, "uint32", in i440fx_pcihost_class_init()
384 object_class_property_add(klass, PCI_HOST_PROP_PCI_HOLE_END, "uint32", in i440fx_pcihost_class_init()
388 object_class_property_add(klass, PCI_HOST_PROP_PCI_HOLE64_START, "uint64", in i440fx_pcihost_class_init()
392 object_class_property_add(klass, PCI_HOST_PROP_PCI_HOLE64_END, "uint64", in i440fx_pcihost_class_init()
H A Dpnv_phb3.c1157 object_class_property_add(klass, "phb-id", "int", in pnv_phb3_root_bus_class_init()
1162 object_class_property_add(klass, "chip-id", "int", in pnv_phb3_root_bus_class_init()
/qemu/util/
H A Dthread-context.c281 object_class_property_add(oc, "thread-id", "int", in thread_context_class_init()
284 object_class_property_add(oc, "cpu-affinity", "int", in thread_context_class_init()
287 object_class_property_add(oc, "node-affinity", "int", NULL, in thread_context_class_init()
/qemu/backends/
H A Dhostmem-file.c283 object_class_property_add(oc, "align", "int", in file_backend_class_init()
287 object_class_property_add(oc, "offset", "int", in file_backend_class_init()
300 object_class_property_add(oc, "rom", "OnOffAuto", in file_backend_class_init()
H A Dhostmem.c506 object_class_property_add(oc, "prealloc-threads", "int", in host_memory_backend_class_init()
517 object_class_property_add(oc, "size", "int", in host_memory_backend_class_init()
523 object_class_property_add(oc, "host-nodes", "int", in host_memory_backend_class_init()
H A Dcryptodev.c619 object_class_property_add(oc, "queues", "uint32", in cryptodev_backend_class_init()
623 object_class_property_add(oc, "throttle-bps", "uint64", in cryptodev_backend_class_init()
627 object_class_property_add(oc, "throttle-ops", "uint64", in cryptodev_backend_class_init()
H A Dhostmem-memfd.c143 object_class_property_add(oc, "hugetlbsize", "int", in memfd_backend_class_init()
/qemu/crypto/
H A Dsecret_keyring.c111 object_class_property_add(oc, "serial", "int32_t", in qcrypto_secret_keyring_class_init()
/qemu/qom/
H A Dobject.c1312 object_class_property_add(ObjectClass *klass, in object_class_property_add() function
2039 op = object_class_property_add(oc, name, full_type, in object_class_property_add_link()
2315 return object_class_property_add(klass, name, "string", in object_class_property_add_str()
2384 return object_class_property_add(klass, name, "bool", in object_class_property_add_bool()
2452 return object_class_property_add(klass, name, typename, in object_class_property_add_enum()
2524 return object_class_property_add(klass, name, "struct tm", in object_class_property_add_tm()
2650 return object_class_property_add(klass, name, "uint8", in object_class_property_add_uint8_ptr()
2690 return object_class_property_add(klass, name, "uint16", in object_class_property_add_uint16_ptr()
2730 return object_class_property_add(klass, name, "uint32", in object_class_property_add_uint32_ptr()
2770 return object_class_property_add(klass, name, "uint64", in object_class_property_add_uint64_ptr()
/qemu/hw/acpi/
H A Dacpi_generic_initiator.c73 object_class_property_add(oc, "node", "int", NULL, in acpi_generic_initiator_class_init()
/qemu/net/
H A Dfilter-buffer.c179 object_class_property_add(oc, "interval", "uint32", in filter_buffer_class_init()
H A Ddump.c240 object_class_property_add(oc, "maxlen", "uint32", filter_dump_get_maxlen, in filter_dump_class_init()
/qemu/accel/tcg/
H A Dtcg-all.c239 object_class_property_add(oc, "tb-size", "int", in tcg_accel_class_init()
/qemu/hw/arm/
H A Dxen_arm.c239 object_class_property_add(oc, "tpm-base-addr", "uint64_t", in xen_arm_machine_class_init()
/qemu/authz/
H A Dlist.c129 object_class_property_add(oc, "rules", "QAuthZListRule", in qauthz_list_class_init()
/qemu/hw/core/
H A Dmachine.c1026 object_class_property_add(oc, "boot", "BootConfiguration", in machine_class_init()
1032 object_class_property_add(oc, "smp", "SMPConfiguration", in machine_class_init()
1038 object_class_property_add(oc, "phandle-start", "int", in machine_class_init()
1100 object_class_property_add(oc, "memory", "MemorySizeConfiguration", in machine_class_init()
/qemu/block/
H A Dthrottle-groups.c947 object_class_property_add(klass, in throttle_group_obj_class_init()
956 object_class_property_add(klass, in throttle_group_obj_class_init()
/qemu/target/s390x/
H A Dcpu_models.c840 object_class_property_add(oc, def->name, "bool", get_feature, in s390_cpu_model_class_register_props()
846 object_class_property_add(oc, def->name, "bool", get_feature_group, in s390_cpu_model_class_register_props()

12