From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [Qemu-devel] [PATCH v5 10/12] hw/mips: malta: Add KVM support Date: Fri, 20 Jun 2014 12:38:30 +0200 Message-ID: <53A40F26.7040902@redhat.com> References: <1403043037-1271-1-git-send-email-james.hogan@imgtec.com> <1403043037-1271-11-git-send-email-james.hogan@imgtec.com> <20140619162748.GO7398@ohm.rr44.fr> <577D5B21-4F8B-4A9A-BD25-A76C76987544@kymasys.com> <20140619214733.GJ24904@hall.aurel32.net> <786372578.29668656.1403244425225.JavaMail.zimbra@redhat.com> <20140620091047.GC13901@ohm.rr44.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Sanjay Lal , James Hogan , qemu-devel@nongnu.org, Peter Maydell , kvm@vger.kernel.org, Gleb Natapov To: Aurelien Jarno Return-path: Received: from mail-wg0-f42.google.com ([74.125.82.42]:61761 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934326AbaFTKif (ORCPT ); Fri, 20 Jun 2014 06:38:35 -0400 Received: by mail-wg0-f42.google.com with SMTP id z12so3456589wgg.13 for ; Fri, 20 Jun 2014 03:38:33 -0700 (PDT) In-Reply-To: <20140620091047.GC13901@ohm.rr44.fr> Sender: kvm-owner@vger.kernel.org List-ID: Il 20/06/2014 11:10, Aurelien Jarno ha scritto: > > My idea was to add a machines-specific option umkernel=on, and require it > > in order to run KVM. Later we can add umkernel=on support for TCG as well, > > while umkernel=off with KVM requires virtualization extensions. > > > > The same option can disable pflash boot. > > > > What do you think? > > For what I understand the current KVM support in MIPS uses trap and > emulate and thus doesn't need hardware support, just a recent kernel > with the option enabled. Yes, but work to support virtualization extensions is underway. Patches were posted a few months ago. > That's why I do wonder if there is a real point > in supporting UM kernels in TCG mode. Debugging, mainly. It is sometimes useful to compare TCG with KVM on x86, and I suppose it could be the same on MIPS. Paolo