From: James Hogan <james.hogan@imgtec.com>
To: Aurelien Jarno <aurelien@aurel32.net>,
Paolo Bonzini <pbonzini@redhat.com>
Cc: Sanjay Lal <sanjayl@kymasys.com>, <qemu-devel@nongnu.org>,
Peter Maydell <peter.maydell@linaro.org>, <kvm@vger.kernel.org>,
Gleb Natapov <gleb@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v5 10/12] hw/mips: malta: Add KVM support
Date: Fri, 20 Jun 2014 12:28:53 +0100 [thread overview]
Message-ID: <53A41AF5.8040704@imgtec.com> (raw)
In-Reply-To: <20140620111949.GK24904@hall.aurel32.net>
On 20/06/14 12:19, Aurelien Jarno wrote:
> On Fri, Jun 20, 2014 at 12:38:30PM +0200, Paolo Bonzini wrote:
>> 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.
>
> Ok, then we can indeed add a umkernel option, which is always enabled
> with KVM, and which disable the flash (and why not other devices) in
> that case.
>
> At some point it might be a good idea to add a specific machine for
> emulation/virtualization, like it is done on ARM, which do not have to
> handle this kind of devices, and which does not have all the current
> limitations of the Malta board.
FYI Cavium have been working on a para-virtualised machine which they
use with their VZ KVM implementation. They're using lkvm, but I expect
it will make sense to port that to QEMU too.
lkvm patchset (applied):
https://www.mail-archive.com/kvm%40vger.kernel.org/msg102792.html
linux kernel patchset (merged in v3.16-rc1):
https://www.mail-archive.com/kvm%40vger.kernel.org/msg102806.html
Cheers
James
next prev parent reply other threads:[~2014-06-20 11:28 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-17 22:10 [PATCH v5 00/12] KVM Support for MIPS32 Processors James Hogan
2014-06-17 22:10 ` [PATCH v5 01/12] target-mips: Reset CPU timer consistently James Hogan
2014-06-17 22:10 ` [PATCH v5 02/12] hw/mips/cputimer: Don't start periodic timer in KVM mode James Hogan
2014-06-17 22:10 ` [PATCH v5 03/12] hw/mips: Add API to convert KVM guest KSEG0 <-> GPA James Hogan
2014-06-17 22:10 ` [PATCH v5 04/12] target-mips: get_physical_address: Add defines for segment bases James Hogan
2014-06-17 22:10 ` [PATCH v5 05/12] target-mips: get_physical_address: Add KVM awareness James Hogan
2014-06-17 22:10 ` [PATCH v5 06/12] kvm: Allow arch to set sigmask length James Hogan
2014-06-17 22:10 ` [PATCH v5 07/12] target-mips: kvm: Add main KVM support for MIPS James Hogan
2014-06-17 22:10 ` [PATCH v5 08/12] target-mips: Call kvm_mips_reset_vcpu() from mips_cpu_reset() James Hogan
2014-06-17 22:10 ` [PATCH v5 09/12] hw/mips: In KVM mode, inject IRQ2 (I/O) interrupts via ioctls James Hogan
2014-06-17 22:10 ` [PATCH v5 10/12] hw/mips: malta: Add KVM support James Hogan
2014-06-19 16:27 ` Aurelien Jarno
2014-06-19 19:34 ` [Qemu-devel] " Sanjay Lal
2014-06-19 21:47 ` Aurelien Jarno
2014-06-20 6:07 ` Paolo Bonzini
2014-06-20 8:46 ` [Qemu-devel] " James Hogan
2014-06-20 9:10 ` Aurelien Jarno
2014-06-20 10:38 ` Paolo Bonzini
2014-06-20 11:19 ` Aurelien Jarno
2014-06-20 11:28 ` James Hogan [this message]
2014-06-20 9:25 ` James Hogan
2014-06-20 11:11 ` Paolo Bonzini
2014-06-20 11:20 ` Aurelien Jarno
2014-06-17 22:10 ` [PATCH v5 11/12] target-mips: Enable KVM support in build system James Hogan
2014-06-17 22:10 ` [PATCH v5 12/12] MAINTAINERS: Add entry for MIPS KVM James Hogan
2014-06-18 15:00 ` [PATCH v5 00/12] KVM Support for MIPS32 Processors Paolo Bonzini
2014-06-19 16:29 ` Aurelien Jarno
2014-07-10 12:17 ` [Qemu-devel] " Peter Maydell
2014-07-10 12:47 ` Paolo Bonzini
2014-07-14 13:33 ` James Hogan
2014-07-14 14:35 ` Peter Maydell
2014-07-14 15:50 ` James Hogan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53A41AF5.8040704@imgtec.com \
--to=james.hogan@imgtec.com \
--cc=aurelien@aurel32.net \
--cc=gleb@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sanjayl@kymasys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox