aboutsummaryrefslogtreecommitdiff
path: root/target-i386/helper.h
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2015-10-19 15:14:35 -0200
committerEduardo Habkost <ehabkost@redhat.com>2015-10-23 12:59:27 -0200
commit5223a9423c5fb9e32b0c3eaaa2c0bf8c5cfd6866 (patch)
tree87fedb8baa55226bb7dd7b760f0325c2f71d78c0 /target-i386/helper.h
parent7525b55051277717329cf64a9e1d5cff840d6f38 (diff)
target-i386: Handle I/O breakpoints
Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'target-i386/helper.h')
-rw-r--r--target-i386/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/helper.h b/target-i386/helper.h
index 8454a048d2..e9858c04e7 100644
--- a/target-i386/helper.h
+++ b/target-i386/helper.h
@@ -92,6 +92,7 @@ DEF_HELPER_3(outw, void, env, i32, i32)
DEF_HELPER_2(inw, tl, env, i32)
DEF_HELPER_3(outl, void, env, i32, i32)
DEF_HELPER_2(inl, tl, env, i32)
+DEF_HELPER_FLAGS_4(bpt_io, TCG_CALL_NO_WG, void, env, i32, i32, tl)
DEF_HELPER_3(svm_check_intercept_param, void, env, i32, i64)
DEF_HELPER_3(vmexit, void, env, i32, i64)