qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors


From: James Hogan
Subject: Re: [Qemu-devel] [PATCH v4 00/10] KVM Support for MIPS32 Processors
Date: Fri, 21 Mar 2014 16:51:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

On 20/03/14 12:44, Paolo Bonzini wrote:
> Il 20/03/2014 11:00, James Hogan ha scritto:
>>> > Just a few comments.  With what version of the kernel can this be
>>> tested?
>> KVM support was added in v3.10, including defconfigs and a
>> CONFIG_KVM_GUEST to ensure the kernel is linked to the different address.
> 
> Yes, but you still need support for CP0_COUNT/CP0_COMPARE in the onereg
> interface.  I haven't checked if other registers are missing.

Indeed, I'm working on fixing that now. EPC is missing too (there's a
comment in there about EPC which AFAICT seems to confuse the guest
CP0_EPC with the guest PC which are distinct state for full system
emulation).

Also unfortunately the CP0 register ids provided by QEMU all
(incorrectly) lack the size part too. Remarkably it generally works
quite well despite this since KVM takes care of most of the runtime details.

Cheers
James

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]