From 3b9f34189259c94a8fbd26bc16cd28d167282e35 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 11 Dec 2021 22:06:22 +0100 Subject: vcpu: allow to enable/disable guest single stepping (debug) --- examples/long_mode.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/long_mode.rs') diff --git a/examples/long_mode.rs b/examples/long_mode.rs index 06af791..5969a48 100644 --- a/examples/long_mode.rs +++ b/examples/long_mode.rs @@ -181,6 +181,7 @@ fn main() -> std::io::Result<()> { data ); } + KvmExit::Debug(_pc) => {} }; } -- cgit v1.2.3