qemu-devel
[Top][All Lists]
Advanced

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

Re: [Xen-devel] Re: [Qemu-devel] [PATCH 05/13] xen: groundwork for xen s


From: Gerd Hoffmann
Subject: Re: [Xen-devel] Re: [Qemu-devel] [PATCH 05/13] xen: groundwork for xen support
Date: Wed, 27 Aug 2008 10:51:37 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Ian Jackson wrote:
> Gerd Hoffmann writes ("Re: [Xen-devel] Re: [Qemu-devel] [PATCH 05/13] xen: 
> groundwork for xen support"):
>> But when running on xen we want being able to qemu tell it should *not*
>> use the xen hypervisor but emulate things, thus -xen-emulate.
> 
> That should be the default.  It is not safe to use the Xen hypervisor
> directly if there is a management toolstack which expects to mediate
> domain creation.

Ok.  I think we have three cases then:

  (1) xen emulation using xenner (default, with or without kvm).
  (2) running on xen, with xend creating the domain, and
  (3) running on xen, with qemu creating the domain.

For (2) and (3) we need command line switches to enable these modes.
Specifying a domain ID makes sense in all three cases though.  So I'd
keep the -xen-domid switch, like this:

  -xen-domid <nr>    specify xen domain id.
  -xen-attach        attach to specified domain (created by xend).
  -xen-create        create the domain directly.

Comments?

cheers,
  Gerd





reply via email to

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