From owner-freebsd-xen@FreeBSD.ORG Wed Apr 15 16:48:41 2015 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58D57333 for ; Wed, 15 Apr 2015 16:48:41 +0000 (UTC) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Cybertrust Public SureServer SV CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C33BC0C for ; Wed, 15 Apr 2015 16:48:40 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.11,582,1422921600"; d="scan'208";a="255372329" Message-ID: <552E9664.3050400@citrix.com> Date: Wed, 15 Apr 2015 18:48:36 +0200 From: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: =?UTF-8?B?R3VzdGF1IFDDqXJleg==?= CC: Subject: Re: Two issues with xen References: <5528F578.2030908@entel.upc.edu> <552BAE1C.1090603@citrix.com> <97e3bb8b2ea7acfb89c861e21f1534c7@webmail.entel.upc.edu> <552BE23D.9030107@citrix.com> <552BFBD3.7060304@citrix.com> <552CACE1.8070101@entel.upc.edu> In-Reply-To: <552CACE1.8070101@entel.upc.edu> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-DLP: MIA2 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 16:48:41 -0000 Hello, El 14/04/15 a les 8.00, Gustau Pérez ha escrit: > >>>> Probably, but without a serial console it's impossible to tell. Can you >>>> apply the following patch to FreeBSD and rebuild the kernel? >>>> >>>> https://people.freebsd.org/~royger/mem.patch >>>> >>> What would I see after applying this patch? is it designed to solve >>> the reboot? > > Hello, > > this morning I was able to the patch, and apparently it fixes the > reboots with PV domU guests. Right now I'm installing debian as PV with > no problems. Thank you. I've cleaned up the patch that fixed the reboots while creating PV guests that you experienced before. Since I'm not able to reproduce this problem, can you make sure the new version also works for you? https://people.freebsd.org/~royger/0001-xen-introduce-a-newbus-function-to-allocate-unused-m.patch It should apply cleanly to HEAD. Thanks, Roger.