Home
last modified time | relevance | path

Searched refs:vcpus (Results 1 – 13 of 13) sorted by relevance

/qemu/contrib/plugins/
H A Dips.c41 struct qemu_plugin_scoreboard *vcpus; variable
94 vCPUTime *vcpu = qemu_plugin_scoreboard_find(vcpus, cpu_index); in vcpu_init()
102 vCPUTime *vcpu = qemu_plugin_scoreboard_find(vcpus, cpu_index); in vcpu_exit()
108 vCPUTime *vcpu = qemu_plugin_scoreboard_find(vcpus, cpu_index); in every_quantum_insn()
117 qemu_plugin_scoreboard_u64_in_struct(vcpus, vCPUTime, quantum_insn); in vcpu_tb_trans()
129 qemu_plugin_scoreboard_free(vcpus); in plugin_exit()
152 vcpus = qemu_plugin_scoreboard_new(sizeof(vCPUTime)); in qemu_plugin_install()
H A Dbbv.c28 static struct qemu_plugin_scoreboard *vcpus; variable
34 fclose(((Vcpu *)qemu_plugin_scoreboard_find(vcpus, i))->file); in plugin_exit()
39 qemu_plugin_scoreboard_free(vcpus); in plugin_exit()
50 return qemu_plugin_scoreboard_u64_in_struct(vcpus, Vcpu, count); in count_u64()
61 Vcpu *vcpu = qemu_plugin_scoreboard_find(vcpus, vcpu_index); in vcpu_init()
69 Vcpu *vcpu = qemu_plugin_scoreboard_find(vcpus, vcpu_index); in vcpu_interval_exec()
152 vcpus = qemu_plugin_scoreboard_new(sizeof(Vcpu)); in qemu_plugin_install()
/qemu/stats/
H A Dstats-qmp-cmds.c60 if (!filter->u.vcpu.vcpus) { in invoke_stats_cb()
64 targets = filter->u.vcpu.vcpus; in invoke_stats_cb()
H A Dstats-hmp-cmds.c155 filter->u.vcpu.vcpus = vcpu_list; in stats_filter()
/qemu/hw/ppc/
H A Dspapr_nested.c579 vcpu = &guest->vcpus[vcpuid]; in spapr_nested_vcpu_check()
601 return &guest->vcpus[vcpuid].state; in get_vcpu_state_ptr()
609 return &guest->vcpus[vcpuid]; in get_vcpu_ptr()
804 guest->vcpus[i].state.pcr = ~pcr | HVMASK_PCR; in copy_logical_pvr()
829 guest->vcpus[i].tb_offset = tb_offset; in copy_tb_offset()
1309 g_free(guest->vcpus); in destroy_guest_helper()
1436 SpaprMachineStateNestedGuestVcpu *vcpus, *curr_vcpu; in h_guest_create_vcpu() local
1437 vcpus = g_try_renew(struct SpaprMachineStateNestedGuestVcpu, in h_guest_create_vcpu()
1438 guest->vcpus, in h_guest_create_vcpu()
1440 if (!vcpus) { in h_guest_create_vcpu()
[all …]
/qemu/docs/system/
H A Dcpu-hotplug.rst42 "vcpus-count": 1
52 "vcpus-count": 1
/qemu/qga/
H A Dqapi-schema.json42 'guest-set-vcpus',
781 # @guest-get-vcpus:
792 { 'command': 'guest-get-vcpus',
797 # @guest-set-vcpus:
802 # @vcpus: The logical processors to be reconfigured. This list is
810 # @guest-get-vcpus' return value.
817 # if the @vcpus list was empty on input. Guest state has not
819 # - < length(@vcpus):
821 # entire @vcpus list. Guest state has changed accordingly. To
825 # - length(@vcpus):
[all …]
H A Dcommands-linux.c1588 int64_t qmp_guest_set_vcpus(GuestLogicalProcessorList *vcpus, Error **errp) in qmp_guest_set_vcpus() argument
1594 while (vcpus != NULL) { in qmp_guest_set_vcpus()
1596 vcpus->value->logical_id); in qmp_guest_set_vcpus()
1598 transfer_vcpu(vcpus->value, false, path, &local_err); in qmp_guest_set_vcpus()
1604 vcpus = vcpus->next; in qmp_guest_set_vcpus()
/qemu/qapi/
H A Dstats.json105 # @vcpus: list of QOM paths for the desired vCPU objects.
110 'data': { '*vcpus': [ 'str' ] } }
H A Dmachine.json1028 # @vcpus-count: number of logical VCPU threads @HotpluggableCPU
1041 'vcpus-count': 'int',
/qemu/tests/migration-stress/guestperf/
H A Dengine.py117 vcpus = src.cmd("query-cpus-fast")
119 for vcpu in vcpus:
/qemu/include/hw/ppc/
H A Dspapr_nested.h245 struct SpaprMachineStateNestedGuestVcpu *vcpus; member
/qemu/docs/system/i386/
H A Damd-memory-encryption.rst157 concatenation of all VMSAs of the guest vcpus. Each VMSA is 4096 bytes long;