From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH 0/5] Fixes and improvements for HV KVM on PPC Date: Wed, 17 Dec 2014 13:56:07 +0100 Message-ID: <54917D67.1060900@suse.de> References: <1417573842-32101-1-git-send-email-paulus@samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org To: Paul Mackerras Return-path: In-Reply-To: <1417573842-32101-1-git-send-email-paulus@samba.org> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 03.12.14 03:30, Paul Mackerras wrote: > This series of patches is based on Alex Graf's kvm-ppc-queue branch > and is intended for the 3.19 merge window. It starts by removing the > code to support HV KVM on PPC970 processors. This code is hardly used > now since there are not many HV-capable PPC970 machines (Apple G5 > machines are not HV-capable) and POWER8 systems capable of running HV > KVM are generally available now. > > Then there is a fix for a potential endianness problem, an improvement > for the existing H_CONFER implementation, a real-mode H_RANDOM > implementation, and a small Kconfig change. None of these should be > controversial with the possible exception of H_RANDOM - but now that > userspace has full control over whether the H_RANDOM handler is active > or not (via the KVM_CAP_PPC_ENABLE_HCALL capability) it will hopefully > be controversial no longer. Thanks, applied all to kvm-ppc-queue. Alex