aboutsummaryrefslogtreecommitdiffstats
path: root/vm/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'vm/kvm')
-rw-r--r--vm/kvm/kvm.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm/kvm/kvm.go b/vm/kvm/kvm.go
index 7911936e3..68604ae98 100644
--- a/vm/kvm/kvm.go
+++ b/vm/kvm/kvm.go
@@ -285,6 +285,10 @@ func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command strin
return outputC, errorC, nil
}
+func (inst *instance) Diagnose() bool {
+ return false
+}
+
const script = `#! /bin/bash
while true; do
if [ -e "/syz-cmd" ]; then