Home
last modified time | relevance | path

Searched refs:CpuInfoFast (Results 1 – 4 of 4) sorted by relevance

/qemu/target/s390x/
H A Dcpu.c150 static void s390_query_cpu_fast(CPUState *cpu, CpuInfoFast *value) in s390_query_cpu_fast()
/qemu/hw/core/
H A Dmachine-qmp-cmds.c43 CpuInfoFast *value = g_malloc0(sizeof(*value)); in qmp_query_cpus_fast()
/qemu/include/hw/core/
H A Dcpu.h158 void (*query_cpu_fast)(CPUState *cpu, CpuInfoFast *value);
/qemu/qapi/
H A Dmachine.json72 # @CpuInfoFast:
89 { 'union' : 'CpuInfoFast',
103 # Returns: list of @CpuInfoFast
136 { 'command': 'query-cpus-fast', 'returns': [ 'CpuInfoFast' ] }