Home
last modified time | relevance | path

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

/qemu/accel/tcg/
A Dtcg-accel-ops.c202 ops->create_vcpu_thread = mttcg_start_vcpu_thread; in tcg_accel_ops_init()
206 ops->create_vcpu_thread = rr_start_vcpu_thread; in tcg_accel_ops_init()
/qemu/accel/qtest/
A Dqtest.c65 ops->create_vcpu_thread = dummy_start_vcpu_thread; in qtest_accel_ops_class_init()
/qemu/include/sysemu/
A Daccel-ops.h40 void (*create_vcpu_thread)(CPUState *cpu); /* MANDATORY NON-NULL */ member
/qemu/system/
A Dcpus.c654 assert(ops->create_vcpu_thread != NULL); /* mandatory */ in cpus_register_accel()
683 g_assert(cpus_accel != NULL && cpus_accel->create_vcpu_thread != NULL); in qemu_init_vcpu()
684 cpus_accel->create_vcpu_thread(cpu); in qemu_init_vcpu()
/qemu/target/i386/nvmm/
A Dnvmm-accel-ops.c87 ops->create_vcpu_thread = nvmm_start_vcpu_thread; in nvmm_accel_ops_class_init()
/qemu/target/i386/whpx/
A Dwhpx-accel-ops.c89 ops->create_vcpu_thread = whpx_start_vcpu_thread; in whpx_accel_ops_class_init()
/qemu/accel/kvm/
A Dkvm-accel-ops.c96 ops->create_vcpu_thread = kvm_start_vcpu_thread; in kvm_accel_ops_class_init()
/qemu/accel/xen/
A Dxen-all.c153 ops->create_vcpu_thread = dummy_start_vcpu_thread; in xen_accel_ops_class_init()
/qemu/accel/hvf/
A Dhvf-accel-ops.c584 ops->create_vcpu_thread = hvf_start_vcpu_thread; in hvf_accel_ops_class_init()

Completed in 55 milliseconds