diff options
Diffstat (limited to 'kvm.h')
| -rw-r--r-- | kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm.h b/kvm.h index 4caa6ec19e..59b2c29fd9 100644 --- a/kvm.h +++ b/kvm.h @@ -85,6 +85,7 @@ int kvm_on_sigbus(int code, void *addr); struct KVMState; typedef struct KVMState KVMState; +extern KVMState *kvm_state; int kvm_ioctl(KVMState *s, int type, ...); |