From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAJm3-0002Tq-98 for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:13:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAJlu-0001h5-Rm for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:13:35 -0400 Message-ID: <53D11485.7050403@suse.de> Date: Thu, 24 Jul 2014 16:13:25 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1406191971-22404-1-git-send-email-agraf@suse.de> <53D10DCF.5030807@redhat.com> <53D11009.4040704@suse.de> <53D11406.1020008@redhat.com> In-Reply-To: <53D11406.1020008@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2.1] PPC: KVM: Fix g3beige and mac99 when HV is loaded List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org On 24.07.14 16:11, Paolo Bonzini wrote: > Il 24/07/2014 15:54, Alexander Graf ha scritto: >>> Why should anything except pseries ever use HV KVM? >> Because there are no other Book3S machines :). And for BookE we don't >> implement kvm_type != 0 because we only support either PR or HV >> depending on the host platform. > Yeah, what I meant was (in a rather Socratic way): why should the > default for kvm_type == NULL be anything but PR? I would prefer to keep the BookE machines on kvm_type = 0. Saying "give me whatever you can" makes a lot more sense there. Alex