All of lore.kernel.org
 help / color / mirror / Atom feed
* KVM PV (was: Re: [PATCH v2 2/2] x86/lguest: remove lguest support)
@ 2017-09-29 15:47 Lai Jiangshan
  2017-09-29 16:39 ` Paolo Bonzini
  2017-09-29 16:39 ` Paolo Bonzini
  0 siblings, 2 replies; 18+ messages in thread
From: Lai Jiangshan @ 2017-09-29 15:47 UTC (permalink / raw)
  To: LKML, kvm
  Cc: xen-devel, x86, lguest, Boris Ostrovsky, H. Peter Anvin,
	Thomas Gleixner, mingo, rusty, Juergen Gross

Hello, all

An interesting (at least to me) thinking came up to me when I found
that the lguest was removed. But I don't have enough knowledge
to find out the answer nor energy to implement it in some time.

Is it possible to implement kvm-pv which allows kvm to run on
the boxes without hardware virtualization support, so that
qemu/kvm can be used on clouds such as aws, azure?

Without hardware virtualization support, the host kvm-pv module and
the guest linux kernel need to cooperate in some ways. And some kvm
facilities can help. For instance, the existing shadow-paging, which
was not introduced when lguest had been added to kernel, could be
reused to help on mmu virtualization. For guest kernel/userspace
separation in x86_64, the intel cpu's segment registers can help too.
(or use a new set of page-table for the guest kernel on amd64).

The thought is quite shallow, but I hope this email brings some
inspirations rather than annoyance. And I'm sorry if the later things
would happen.

Thanks,
Lai.

On Thu, Aug 17, 2017 at 1:31 AM, Juergen Gross <jgross@suse.com> wrote:
> Lguest seems to be rather unused these days. It has seen only patches
> ensuring it still builds the last two years and its official state is
> "Odd Fixes".
>
> Nuke it in order to be able to clean up the paravirt code.

^ permalink raw reply	[flat|nested] 18+ messages in thread
* KVM PV (was: Re: [PATCH v2 2/2] x86/lguest: remove lguest support)
@ 2017-09-29 15:47 Lai Jiangshan
  0 siblings, 0 replies; 18+ messages in thread
From: Lai Jiangshan @ 2017-09-29 15:47 UTC (permalink / raw)
  To: LKML, kvm
  Cc: Juergen Gross, rusty, lguest, x86, mingo, H. Peter Anvin,
	xen-devel, Boris Ostrovsky, Thomas Gleixner

Hello, all

An interesting (at least to me) thinking came up to me when I found
that the lguest was removed. But I don't have enough knowledge
to find out the answer nor energy to implement it in some time.

Is it possible to implement kvm-pv which allows kvm to run on
the boxes without hardware virtualization support, so that
qemu/kvm can be used on clouds such as aws, azure?

Without hardware virtualization support, the host kvm-pv module and
the guest linux kernel need to cooperate in some ways. And some kvm
facilities can help. For instance, the existing shadow-paging, which
was not introduced when lguest had been added to kernel, could be
reused to help on mmu virtualization. For guest kernel/userspace
separation in x86_64, the intel cpu's segment registers can help too.
(or use a new set of page-table for the guest kernel on amd64).

The thought is quite shallow, but I hope this email brings some
inspirations rather than annoyance. And I'm sorry if the later things
would happen.

Thanks,
Lai.

On Thu, Aug 17, 2017 at 1:31 AM, Juergen Gross <jgross@suse.com> wrote:
> Lguest seems to be rather unused these days. It has seen only patches
> ensuring it still builds the last two years and its official state is
> "Odd Fixes".
>
> Nuke it in order to be able to clean up the paravirt code.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-10-06  7:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-29 15:47 KVM PV (was: Re: [PATCH v2 2/2] x86/lguest: remove lguest support) Lai Jiangshan
2017-09-29 16:39 ` Paolo Bonzini
2017-09-29 16:39 ` Paolo Bonzini
2017-09-30  0:04   ` Lai Jiangshan
2017-09-30  3:39     ` Paolo Bonzini
2017-09-30  3:39     ` Paolo Bonzini
2017-10-02 10:36       ` George Dunlap
2017-10-02 10:36       ` [Xen-devel] " George Dunlap
2017-10-02 12:17         ` KVM PV Paolo Bonzini
2017-10-02 12:17         ` [Xen-devel] " Paolo Bonzini
2017-10-02 19:11           ` Nadav Amit
2017-10-06  7:47             ` Wanpeng Li
2017-10-06  7:47             ` Wanpeng Li
2017-10-02 19:11           ` Nadav Amit
2017-09-30  0:04   ` KVM PV (was: Re: [PATCH v2 2/2] x86/lguest: remove lguest support) Lai Jiangshan
2017-10-02 10:18   ` [Xen-devel] " George Dunlap
2017-10-02 10:18   ` George Dunlap
  -- strict thread matches above, loose matches on Subject: below --
2017-09-29 15:47 Lai Jiangshan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.