From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] Handle emulation failure in userspace Date: Tue, 1 Sep 2009 12:40:46 -0300 Message-ID: <20090901154046.GB22593@amt.cnet> References: <1251810800-28839-1-git-send-email-m.gamal005@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: Mohammed Gamal Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60298 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754706AbZIAPzf (ORCPT ); Tue, 1 Sep 2009 11:55:35 -0400 Content-Disposition: inline In-Reply-To: <1251810800-28839-1-git-send-email-m.gamal005@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 01, 2009 at 03:13:20PM +0200, Mohammed Gamal wrote: > Since we return to userspace from KVM on invalid state emulation failure, let > qemu handle it. Applied, thanks.