Re: [GIT PULL] Native Linux KVM tool for 3.1

From: Ingo Molnar
Date: Mon Jul 25 2011 - 04:12:07 EST



* Asias He <asias.hejun@xxxxxxxxx> wrote:

> On Mon, Jul 25, 2011 at 3:36 PM, Avi Kivity <avi@xxxxxxxxxx> wrote:
>
> > On 07/25/2011 10:27 AM, Pekka Enberg wrote:
> >
> >> Hi Anthony,
> >>
> >> On Mon, Jul 25, 2011 at 4:19 AM, Anthony Liguori<anthony@xxxxxxxxxxxxx>
> >> wrote:
> >> > lguest already does this and lives in the kernel.
> >>
> >> Does Lguest have SMP, usermode networking, and GUI support?
> >>
> >>
> > IIRC, yes, no, and no.
> >
> >
> And Lguest only supports 32-bit kernel.

The answer to SMP is 'no' as well, as lguest supports only a single
CPU:

[Documentation/virtual/lguest/lguest.c]

/* We're CPU 0. In fact, that's the only CPU possible right now. */
cpu_id = 0;

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/