]> Git Repo - qemu.git/blame - stubs/arch-query-cpu-def.c
vl: improve/fix documentation related to RTC function
[qemu.git] / stubs / arch-query-cpu-def.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
3bc2f570 2#include "qemu-common.h"
9c17d615 3#include "sysemu/arch_init.h"
e688df6b 4#include "qapi/error.h"
7b1b5d19 5#include "qapi/qmp/qerror.h"
3bc2f570
PB
6
7CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp)
8{
c6bd8c70 9 error_setg(errp, QERR_UNSUPPORTED);
3bc2f570
PB
10 return NULL;
11}
This page took 0.25247 seconds and 4 git commands to generate.