Home
last modified time | relevance | path

Searched refs:create_vcpu_thread (Results 1 – 9 of 9) sorted by relevance

/qemu/accel/tcg/
H A Dtcg-accel-ops.c204 ops->create_vcpu_thread = mttcg_start_vcpu_thread; in tcg_accel_ops_init()
208 ops->create_vcpu_thread = rr_start_vcpu_thread; in tcg_accel_ops_init()
/qemu/accel/qtest/
H A Dqtest.c66 ops->create_vcpu_thread = dummy_start_vcpu_thread; in qtest_accel_ops_class_init()
/qemu/include/system/
H A Daccel-ops.h39 void (*create_vcpu_thread)(CPUState *cpu); /* MANDATORY NON-NULL */ member
/qemu/target/i386/nvmm/
H A Dnvmm-accel-ops.c88 ops->create_vcpu_thread = nvmm_start_vcpu_thread; in nvmm_accel_ops_class_init()
/qemu/system/
H A Dcpus.c680 assert(ops->create_vcpu_thread != NULL); /* mandatory */ in cpus_register_accel()
708 g_assert(cpus_accel != NULL && cpus_accel->create_vcpu_thread != NULL); in qemu_init_vcpu()
709 cpus_accel->create_vcpu_thread(cpu); in qemu_init_vcpu()
/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.c90 ops->create_vcpu_thread = whpx_start_vcpu_thread; in whpx_accel_ops_class_init()
/qemu/accel/kvm/
H A Dkvm-accel-ops.c97 ops->create_vcpu_thread = kvm_start_vcpu_thread; in kvm_accel_ops_class_init()
/qemu/accel/xen/
H A Dxen-all.c154 ops->create_vcpu_thread = dummy_start_vcpu_thread; in xen_accel_ops_class_init()
/qemu/accel/hvf/
H A Dhvf-accel-ops.c584 ops->create_vcpu_thread = hvf_start_vcpu_thread; in hvf_accel_ops_class_init()