From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXzc5-0008N3-5M for qemu-devel@nongnu.org; Tue, 26 Aug 2008 10:33:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXzc4-0008Mi-H7 for qemu-devel@nongnu.org; Tue, 26 Aug 2008 10:33:40 -0400 Received: from [199.232.76.173] (port=42732 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXzc4-0008Md-A6 for qemu-devel@nongnu.org; Tue, 26 Aug 2008 10:33:40 -0400 Received: from mx2.redhat.com ([66.187.237.31]:43704) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXzc3-0002B2-EF for qemu-devel@nongnu.org; Tue, 26 Aug 2008 10:33:39 -0400 Message-ID: <48B413D5.3080203@redhat.com> Date: Tue, 26 Aug 2008 16:31:49 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Xen-devel] Re: [Qemu-devel] [PATCH 05/13] xen: groundwork for xen support References: <1219336054-15919-1-git-send-email-kraxel@redhat.com> <18611.56211.660082.627144@mariner.uk.xensource.com> <20080826125742.GB19615@redhat.com> <48B40306.2080104@redhat.com> <20080826132309.GC19615@redhat.com> <18612.1557.455011.713070@mariner.uk.xensource.com> <20080826141400.GE19615@redhat.com> In-Reply-To: <20080826141400.GE19615@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: xen-devel@lists.xensource.com, Ian Jackson , qemu-devel@nongnu.org Daniel P. Berrange wrote: > I'll try to enumerate the scenarios here... > > On KVM, using Xenner + shell : No special args > On KVM, using Xenner + libvirtd : -xen-create This is "xen emulation" and (according to long term plan plan) doesn't require kvm but should work with qemu emulating things too. This means it doesn't depend on kvm, you can do that with xen underneath too. This is what the -xen-emulate switch is good for. > On Xen HV + shell : No special args > On Xen HV + libvirtd : -xen-create > On Xen HV + XenD : -xen-attach I like the "create" and "attach" namings as they make pretty clear what qemu should do. cheers, Gerd