From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8Rco-0005Uu-Mx for qemu-devel@nongnu.org; Tue, 06 Jan 2015 05:44:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8Rcj-0007Y8-KK for qemu-devel@nongnu.org; Tue, 06 Jan 2015 05:44:34 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:42722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8Rcj-0007Y3-GL for qemu-devel@nongnu.org; Tue, 06 Jan 2015 05:44:29 -0500 Message-ID: <1420541066.28863.117.camel@citrix.com> From: Ian Campbell Date: Tue, 6 Jan 2015 10:44:26 +0000 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Xen-devel] bind interdomain ioctl error xen-kvm.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rishi Ranjan Cc: xen-devel@lists.xensource.com, Anthony.Perard@citrix.comm, qemu-devel@nongnu.org, Stefano Stabellini On Mon, 2015-01-05 at 11:10 -0800, Rishi Ranjan wrote: > Hi Stefano, > Please find my answers inline. > > > >>>> However Anthony (CC'ed) should have some patches for it. > > Anthony, can you please share any patch that can help me with this? > > > > > >>>> Can you post the full output of the logs? > I have attached the output of "sudo xl -v create /etc/xen/qemu-pv.cfg" > as xl_create.txt. I have also enabled DEBUG_XEN_HVM in xen-hvm.c and > pasted output of "sudo ./x86_64-softmmu/qemu-system-x86_64 -machine > q35,accel=xen -cpu qemu64 -xen-domid 13" below: Have you done anything which stops "xl create" from also launching a qemu? The guest cfg file you posted earlier didn't suggest so. Running two qemu's against the same domain doesn't seem likely to result in good things... > >>>>Did you execute the xencommons init script at boot time? > On Ubuntu I don't see /etc/init.d/xencommon but there is > a /etc/init.d/xen script which starts xenstored and xenconsoled. Yes, Debian and Ubuntu don't use the upstream initscript but have their own. Ian.