Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
asm-generic
kvm_para.h
Go to the documentation of this file.
1
#ifndef _ASM_GENERIC_KVM_PARA_H
2
#define _ASM_GENERIC_KVM_PARA_H
3
4
#include <
uapi/asm-generic/kvm_para.h
>
5
6
7
/*
8
* This function is used by architectures that support kvm to avoid issuing
9
* false soft lockup messages.
10
*/
11
static
inline
bool
kvm_check_and_clear_guest_paused
(
void
)
12
{
13
return
false
;
14
}
15
16
static
inline
unsigned
int
kvm_arch_para_features(
void
)
17
{
18
return
0;
19
}
20
21
#endif
Generated on Thu Jan 10 2013 12:49:55 for Linux Kernel by
1.8.2