| To: | Sanjay Lal <sanjayl@kymasys.com>, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH v2 00/18] KVM for MIPS32 Processors |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Mon, 26 Nov 2012 10:53:52 -0800 |
| Cc: | kvm@vger.kernel.org, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=kGiVQDu8QtdYvEIRCj4qFSpmseQRs/CfP7+9WmCsusM=; b=tAJFPd15vH37tjK/K4YdfNkDmRMO21NTcvJCDkMVdbPzzTmVw6w+zDBxgzWo/mJnkJ cbJUwZMTgS7tVl1CFdvVWvVhPZI7+25gcvKoAZx+oE71gqdts8bs5R5eEqIKEkMUSUeR sWfIFBZWkrTAG4YNsSyjH4mT/8gpBPXqSycdcDYWueVokfgQdCcJBjXEjAhjQtvMJYHl JtJ9QhXi17/0SxXAK8QVv5PIhTOR9GPUcXTZ/gj3nnah779CwiQ8Mgv4Smgxn0aYpDzB zVKX14NAou66MAntLtqgDw3zLaxOpbG3DJLpn4WPEpjBdZK6NRiCY08R3GPegB8etsEm Y98A== |
| In-reply-to: | <1353551656-23579-1-git-send-email-sanjayl@kymasys.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1353551656-23579-1-git-send-email-sanjayl@kymasys.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 |
I have several general questions about this patch... On 11/21/2012 06:33 PM, Sanjay Lal wrote: The following patchset implements KVM support for MIPS32R2 processors, using Trap & Emulate, with basic runtime binary translation to improve performance. The goal has been to keep the Guest kernel changes to a minimum. What is the point of minimizing guest kernel changes?Because you are using an invented memory map, instead of the architecturally defined map, there is no hope of running a single kernel image both natively and as a guest. So why do you care about how many changes there are. Unlike x86, there is no concept of a canonical MIPS system for you to implement. So the choice of emulating a Malta or one of the SigmaDesigns boards doesn't seem to me to give you anything. Why not just define the guest system to be exactly the facilities provided by the VirtIO drivers? [...]Perhaps it is obvious from the patches, but I wasn't able to figure out how you solve the problem of the Root/Host kernel clobbering the K0 and K1 registers in its exception handlers. These registers are also used by the Guest kernel (aren't they)? David Daney |
| Previous by Date: | [PATCH 017/270] MIPS: ath79: Fix CPU/DDR frequency calculation for SRIF PLLs, Herton Ronaldo Krzesinski |
|---|---|
| Next by Date: | Re: [PATCH 00/15] watchdog/bcm47xx/bcma/ssb: add support for SoCs with PMU, John W. Linville |
| Previous by Thread: | [PATCH v2 18/18] KVM/MIPS32: Binary patching of select privileged instructions., Sanjay Lal |
| Next by Thread: | Re: [PATCH v2 00/18] KVM for MIPS32 Processors, Sanjay Lal |
| Indexes: | [Date] [Thread] [Top] [All Lists] |