]> Git Repo - qemu.git/blob - stubs/arch-query-cpu-def.c
parallels: Sanity check for s->tracks (CVE-2014-0142)
[qemu.git] / stubs / arch-query-cpu-def.c
1 #include "qemu-common.h"
2 #include "sysemu/arch_init.h"
3 #include "qapi/qmp/qerror.h"
4
5 CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp)
6 {
7     error_set(errp, QERR_NOT_SUPPORTED);
8     return NULL;
9 }
This page took 0.037945 seconds and 4 git commands to generate.