summaryrefslogtreecommitdiff
path: root/kvm_emulate.c
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2011-10-19 15:28:03 +0000
committerBryan Cantrill <bryan@joyent.com>2011-10-19 15:28:03 +0000
commit48a386fd9818e010ab0161816bf307d0ac4f4105 (patch)
tree3adf30725aa25f19887ae1c5860b11b0945f6ee3 /kvm_emulate.c
parentbea064793c86b83c043bd862f28768f1bb1d3803 (diff)
downloadillumos-kvm-48a386fd9818e010ab0161816bf307d0ac4f4105.tar.gz
HVM-678 in-kernel emulation of programmed I/O can spuriously fail
Diffstat (limited to 'kvm_emulate.c')
-rw-r--r--kvm_emulate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvm_emulate.c b/kvm_emulate.c
index 80b9345..745383e 100644
--- a/kvm_emulate.c
+++ b/kvm_emulate.c
@@ -2707,7 +2707,6 @@ jmp: /* jmp rel short */
c->eip = saved_eip;
goto cannot_emulate;
}
- goto cannot_emulate;
break;
case 0xf4: /* hlt */
ctxt->vcpu->arch.halt_request = 1;