]> Git Repo - qemu.git/blame - stubs/arch-query-cpu-def.c
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-02' into staging
[qemu.git] / stubs / arch-query-cpu-def.c
CommitLineData
3bc2f570 1#include "qemu-common.h"
9c17d615 2#include "sysemu/arch_init.h"
7b1b5d19 3#include "qapi/qmp/qerror.h"
3bc2f570
PB
4
5CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp)
6{
7 error_set(errp, QERR_NOT_SUPPORTED);
8 return NULL;
9}
This page took 0.121581 seconds and 4 git commands to generate.