From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: qemu device model question Date: Mon, 18 May 2015 11:00:33 +0100 Message-ID: <1431943233.4944.24.camel@citrix.com> References: <55531142.6040304@suse.com> <1431509440.8263.237.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap , Stefano Stabellini , Anthony Perard Cc: Juergen Gross , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Mon, 2015-05-18 at 10:49 +0100, George Dunlap wrote: > Is there really no way to start up a qdisk process after the domain is > created? The qdisk process doesn't actually need to do any emulation, > after all -- it's just acting as a backend, right? FWIW xencommons starts a qemu for dom0 using: $QEMU_XEN -xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize \ -monitor /dev/null -serial /dev/null -parallel /dev/null \ -pidfile $QEMU_PIDFILE I'd be surprised if this didn't also work for an arbitrary PV domain and I assume it wouldn't be needed for an HVM one. Ian.