From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [RFC PATCH v3 0/4] Real mode interrupt injection Date: Mon, 16 Aug 2010 13:14:02 +0300 Message-ID: <4C690F6A.4020503@redhat.com> References: <1281908823-4505-1-git-send-email-m.gamal005@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mtosatti@redhat.com To: Mohammed Gamal Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35360 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751584Ab0HPKOF (ORCPT ); Mon, 16 Aug 2010 06:14:05 -0400 In-Reply-To: <1281908823-4505-1-git-send-email-m.gamal005@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08/16/2010 12:46 AM, Mohammed Gamal wrote: > This patch introduces real mode interrupt injection for VMX. > It currently invokes the x86 emulator to emulate interrupts > instead of manually setting VMX controls. > > Needless to say, this is not meant for merging in its current state. > The emulator still needs some more work to get this completely operational. > > Mohammed Gamal (4): > x86 emulator: Expose emulate_int_real() > x86: Separate emulation context initialization in a separate function > x86: Add kvm_inject_realmode_interrupt() wrapper > VMX: Emulated real mode interrupt injection > I applied the second patch to next, rest are applied to non-atomic-injection branch. Thanks. -- error compiling committee.c: too many arguments to function