From mboxrd@z Thu Jan 1 00:00:00 1970 From: "SourceForge.net" Subject: [ kvm-Bugs-2421626 ] missing break in 'case KVM_EXIT_S390_RESET' Date: Fri, 12 Dec 2008 15:59:27 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To: noreply@sourceforge.net Return-path: Received: from ch3.sourceforge.net ([216.34.181.60]:63853 "EHLO ch3.sourceforge.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757367AbYLLP7e (ORCPT ); Fri, 12 Dec 2008 10:59:34 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Bugs item #2421626, was opened at 2008-12-12 08:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2421626&group_id=180599 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: libkvm Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Christopher Smith (smithck0) Assigned to: Nobody/Anonymous (nobody) Summary: missing break in 'case KVM_EXIT_S390_RESET' Initial Comment: In libkvm/libkvm.c function kvm_run() there is a switch on run->exit_reason. The KVM_EXIT_S390_RESET case falls in to the default case. It doesn't look right. I checked kvm-80, it's still there. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2421626&group_id=180599