target-ppc: Fix invalid SPR read/write warnings
[qemu/agraf.git] / target-i386 / kvm-stub.c
blob11429c461e786955c40890443fcd8db5398fae5c
1 /*
2 * QEMU KVM x86 specific function stubs
4 * Copyright Linaro Limited 2012
6 * Author: Peter Maydell <peter.maydell@linaro.org>
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
12 #include "qemu-common.h"
13 #include "kvm_i386.h"
15 bool kvm_allows_irq0_override(void)
17 return 1;