From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZwJUL-00078R-PU for qemu-devel@nongnu.org; Tue, 10 Nov 2015 19:42:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZwJUK-0007VR-Vg for qemu-devel@nongnu.org; Tue, 10 Nov 2015 19:42:13 -0500 Message-ID: <1447202530.31884.121.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Wed, 11 Nov 2015 11:42:10 +1100 In-Reply-To: <1447201710-10229-1-git-send-email-benh@kernel.crashing.org> References: <1447201710-10229-1-git-send-email-benh@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 00/77] ppc: Add "native" POWER8 platform List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: qemu-devel@nongnu.org On Wed, 2015-11-11 at 11:27 +1100, Benjamin Herrenschmidt wrote: > This requires an OPAL firmware file which isn't included yet, > will emulate enough to boot existing distros and run KVM > inside TCG Note that this doesn't migrate nor supports running under PR KVM, both are possible but will take significantly more work (the latter will need updates to PR KVM to emulate various aspects of the MMU that it ignores for now). Cheers, Ben.