aboutsummaryrefslogtreecommitdiff
path: root/kvm.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-02-22 16:16:22 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2010-02-22 16:16:22 -0600
commit724c689357211cb929c9b957e1556f211d2b56db (patch)
tree95121334d97267e1bdf869d181765002d5dbe8e1 /kvm.h
parentb5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 (diff)
parent85199474d0df23b87f0b4a3e330401b59aac3ec0 (diff)
Merge remote branch 'qemu-kvm/uq/master' into staging
Diffstat (limited to 'kvm.h')
-rw-r--r--kvm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm.h b/kvm.h
index e24bbde0dc..9a9cdd5fc0 100644
--- a/kvm.h
+++ b/kvm.h
@@ -53,6 +53,7 @@ int kvm_remove_breakpoint(CPUState *current_env, target_ulong addr,
target_ulong len, int type);
void kvm_remove_all_breakpoints(CPUState *current_env);
int kvm_update_guest_debug(CPUState *env, unsigned long reinject_trap);
+int kvm_set_signal_mask(CPUState *env, const sigset_t *sigset);
int kvm_pit_in_kernel(void);
int kvm_irqchip_in_kernel(void);