qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/10] xen: pv domain support.


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 00/10] xen: pv domain support.
Date: Mon, 06 Apr 2009 09:10:50 +0200
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Alexander Graf wrote:
> 1) Migration path. If you could already use KVM on a Xen host, you could
> have Xen PV guests and KVM guests in parallel, easing migration to KVM
> for customers.

I still plan to make xenner handle that use case.
You can also run xen inside kvm via nested svm.

> 2) Alternative to HVM. That's how this came up from Gerd's mail. We do
> have KVM support in upstream qemu, but we don't have Xen HVM support.
> That way you could use the same binary for all your needs. Admittedly,
> it might make more sense to just implement HVM support :-).

HVM is more difficuilt.  Xen considers the tools <-> hypervisor
interface private, i.e. it is a moving target.  For PV this isn't a big
issue as there is little reason to actually change something.  HVM
usually has quite a few changes from release to release though, due to
emulation changes/improvements and other reasons.

cheers,
  Gerd





reply via email to

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