aboutsummaryrefslogtreecommitdiff
path: root/target-i386/kvm_i386.h
blob: b82bbf401e0cdd92368a2998fda251832f28eb6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * QEMU KVM support -- x86 specific functions.
 *
 * Copyright (c) 2012 Linaro Limited
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 *
 */

#ifndef QEMU_KVM_I386_H
#define QEMU_KVM_I386_H

bool kvm_allows_irq0_override(void);

#endif