From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8SNQ-0007uy-4A for qemu-devel@nongnu.org; Tue, 06 Jan 2015 06:32:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8SNM-0006NF-76 for qemu-devel@nongnu.org; Tue, 06 Jan 2015 06:32:44 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:52077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8SNM-0006N0-1v for qemu-devel@nongnu.org; Tue, 06 Jan 2015 06:32:40 -0500 Date: Tue, 6 Jan 2015 11:32:32 +0000 From: Anthony PERARD Message-ID: <20150106113232.GE1705@perard.uk.xensource.com> References: <20150106111148.GD1705@perard.uk.xensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20150106111148.GD1705@perard.uk.xensource.com> Subject: Re: [Qemu-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, qemu-devel@nongnu.org, Stefano Stabellini On Tue, Jan 06, 2015 at 11:11:48AM +0000, Anthony PERARD wrote: > On Mon, Jan 05, 2015 at 11:10:34AM -0800, Rishi Ranjan wrote: > > >>>> However Anthony (CC'ed) should have some patches for it. > > Anthony, can you please share any patch that can help me with this? > > Hi, > > The "patches" are in two repos: > git://xenbits.xen.org/people/aperard/xen-unstable.git > branch: machine-q35-wip > > git://xenbits.xen.org/people/aperard/qemu-dm.git > branch: xen-q35-wip > > For the xen tree, it's the 3 top commit, and the top commit for qemu. > Once applied, hvmloader will only work with Q35 and not with the > default machine. To start a guest, I have this in the guest config: disk = [ 'phy:/dev/mapper/vg-guest_q35,sda,w' ] machine='q35' If you wish, you can recompile only hvmloader and qemu and have something like this in your guest config: firmware_override = '/root/hvmloader-q35' device_model_override = '/root/qemu-xen-q35' device_model_version = 'qemu-xen' device_model_args_hvm = [ '-machine', 'q35,accel=xen' ] Hope that help. -- Anthony PERARD