hvf: Add missing break statement
commit3b9c59daf9ef13f96027062c803fd0780ae04e90
authorChen Zhang <tgfbeta@me.com>
Mon, 22 Apr 2019 03:42:25 +0000 (22 11:42 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 17 May 2019 03:17:31 +0000 (17 05:17 +0200)
tree2312aa6f2358b6943d87c1b94e36d75ba79a8a63
parent2e56fbc87f6ec3cd56c37b01d313abd502b80d61
hvf: Add missing break statement

In target/i386/hvf/hvf.c, a break statement was probably missing in
`hvf_vcpu_exec()`, in handling EXIT_REASON_HLT.

These lines seemed to be equivalent to `kvm_handle_halt()`.

Signed-off-by: Chen Zhang <tgfbeta@me.com>
Message-Id: <087F1D9C-109D-41D1-BE2C-CE5D840C981B@me.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/hvf/hvf.c