From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] x86 emulator: Add pusha and popa instructions Date: Tue, 1 Sep 2009 12:39:41 -0300 Message-ID: <20090901153941.GA22593@amt.cnet> References: <1251811691-6220-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]:60749 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754759AbZIAPzn (ORCPT ); Tue, 1 Sep 2009 11:55:43 -0400 Content-Disposition: inline In-Reply-To: <1251811691-6220-1-git-send-email-m.gamal005@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Sep 01, 2009 at 03:28:11PM +0200, Mohammed Gamal wrote: > This adds pusha and popa instructions (opcodes 0x60-0x61), this enables booting > MINIX with invalid guest state emulation on. Applied, thanks.