From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rastogi, Shaurya" Subject: VMExits on Software Interrupts Date: Fri, 3 Apr 2009 04:34:47 -0400 (EDT) Message-ID: <238919847.1486541238747687028.JavaMail.root@mail2.gatech.edu> References: <983906673.1486431238747617277.JavaMail.root@mail2.gatech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from deliverator1.ecc.gatech.edu ([130.207.185.171]:41723 "EHLO deliverator1.ecc.gatech.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752608AbZDCI5B (ORCPT ); Fri, 3 Apr 2009 04:57:01 -0400 Received: from deliverator6.ecc.gatech.edu (deliverator6.ecc.gatech.edu [130.207.185.176]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (Client did not present a certificate) by deliverator1.ecc.gatech.edu (Postfix) with ESMTP id B3FE72DD3E2 for ; Fri, 3 Apr 2009 04:35:50 -0400 (EDT) Received: from deliverator6.ecc.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 7932020C089 for ; Fri, 3 Apr 2009 04:34:47 -0400 (EDT) Received: from mail2.gatech.edu (bigip.ecc.gatech.edu [130.207.185.140]) by deliverator6.ecc.gatech.edu (Postfix) with ESMTP id 3AE3220C04C for ; Fri, 3 Apr 2009 04:34:47 -0400 (EDT) Received: from mail2.gatech.edu (localhost [127.0.0.1]) by mail2.gatech.edu (Postfix) with ESMTP id 1DF3D185DAD for ; Fri, 3 Apr 2009 04:34:47 -0400 (EDT) In-Reply-To: <983906673.1486431238747617277.JavaMail.root@mail2.gatech.edu> Sender: kvm-owner@vger.kernel.org List-ID: Hi, Is there any way to generate a VMExit for software interrupts? I am interested in causing a VMExit when Int 80 instruction is executed in guest VM. Is it possible to do so? If so how? Thank You Shaurya Rastogi