From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] KVM: PPC: HV: Remove generic instruction emulation Date: Wed, 30 Jul 2014 21:47:25 +0200 Message-ID: <53D94BCD.3020408@redhat.com> References: <1406726865-30072-1-git-send-email-agraf@suse.de> <53D91B97.9060408@redhat.com> <53D94001.9090806@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Alexander Graf , kvm-ppc@vger.kernel.org Return-path: In-Reply-To: <53D94001.9090806@suse.de> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 30/07/2014 20:57, Alexander Graf ha scritto: > Yes, this is perfectly possible. As of my last patch set we will never > enter the generic emulator for HV KVM, so that race is moot (we just > inject a PROGRAM interrupt into the guest). With this patch even the > code to emulate these bits doesn't exist in the kernel anymore if you > don't modprobe kvm-pr.ko. What is a PROGRAM interrupt? :) Paolo