diff options
author | Bryan Cantrill <bryan@joyent.com> | 2011-10-19 15:28:03 +0000 |
---|---|---|
committer | Bryan Cantrill <bryan@joyent.com> | 2011-10-19 15:28:03 +0000 |
commit | 48a386fd9818e010ab0161816bf307d0ac4f4105 (patch) | |
tree | 3adf30725aa25f19887ae1c5860b11b0945f6ee3 | |
parent | bea064793c86b83c043bd862f28768f1bb1d3803 (diff) | |
download | illumos-kvm-48a386fd9818e010ab0161816bf307d0ac4f4105.tar.gz |
HVM-678 in-kernel emulation of programmed I/O can spuriously fail
-rw-r--r-- | kvm_emulate.c | 1 |
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; |