On Sun, 2009-04-05 at 00:11 +0530, kvm port wrote:
> ok, so these are a few steps to begin
> (a) add a QEMUMachine for my h/w in qemu
As an alternative, you could start exercising KVM kernel code using
kvm-userspace/test before qemu is ready.
> (b) Add arch support in kvm
>
> I have a few questi
ok, so these are a few steps to begin
(a) add a QEMUMachine for my h/w in qemu
(b) Add arch support in kvm
I have a few questions
(a) qemu starts in user space, how would I configure my linux. Should
the linux run in Hypervisor state and the apps run in user state, and
nothing runs in guest state
kvm port wrote:
AFAIK KVM userspace app creates a VM using /dev/kvm. Now if IO has a
MMU managed by KVM arch module, do i still need qemu?
qemu is needed to allocate memory, and to emulate devices. For example
the IDE disk controller is implemented in qemu.
--
error compiling committee
gt;> Cc: kvm@vger.kernel.org; kvm-...@vger.kernel.org
>> Subject: Re: KVM Port
>>
>> do we have to port qemu as well?
>>
>> On Thu, Mar 26, 2009 at 7:22 AM, Liu Yu-B13201
>> wrote:
>> >
>> > IMHO, one thing you should keep in mind is how to isolate
om]
> Sent: Thursday, March 26, 2009 2:03 PM
> To: Liu Yu-B13201
> Cc: kvm@vger.kernel.org; kvm-...@vger.kernel.org
> Subject: Re: KVM Port
>
> do we have to port qemu as well?
>
> On Thu, Mar 26, 2009 at 7:22 AM, Liu Yu-B13201
> wrote:
> >
> > IMHO, one thin
do we have to port qemu as well?
On Thu, Mar 26, 2009 at 7:22 AM, Liu Yu-B13201 wrote:
>
> IMHO, one thing you should keep in mind is how to isolate the guest space
> based on your hardware MMU.
> And then deal with the exceptions carefully,
> some may be directly send to guest and some should b
IMHO, one thing you should keep in mind is how to isolate the guest space based
on your hardware MMU.
And then deal with the exceptions carefully,
some may be directly send to guest and some should be handled by hypervisor.
In powerpc BOOKE implementation, we have to hijack all exceptions,
beca
EVB = evaluation board.
On Wed, Mar 25, 2009 at 10:15 PM, kvm port wrote:
> i used a common term, the RISC processor is having virtualization extensions.
> A guest mode is added, alongside the user and kernel mode.
>
>
>
> On Wed, Mar 25, 2009 at 9:45 PM, Avi Kivity wrote:
>> kvm port wrote:
>>>
i used a common term, the RISC processor is having virtualization extensions.
A guest mode is added, alongside the user and kernel mode.
On Wed, Mar 25, 2009 at 9:45 PM, Avi Kivity wrote:
> kvm port wrote:
>>
>> Hi KVM Gurus,
>>
>> We have a EVB with a fpga based RISC processor with VT support.
kvm port wrote:
Hi KVM Gurus,
We have a EVB with a fpga based RISC processor with VT support.
As a proof of concept i have to port KVM onto it. we have run linux as of now.
can anyof u help with how should i begin
-thanks n regards
What's a EVB?
What do you mean by a RISC processor with V
10 matches
Mail list logo