From owner-freebsd-xen@freebsd.org Wed Jul 20 09:31:30 2016 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8A71B9F6C4 for ; Wed, 20 Jul 2016 09:31:30 +0000 (UTC) (envelope-from prvs=00264d04a=roger.pau@citrix.com) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "DigiCert SHA2 Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DD4B1AEF for ; Wed, 20 Jul 2016 09:31:30 +0000 (UTC) (envelope-from prvs=00264d04a=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.28,393,1464652800"; d="scan'208";a="374239709" Date: Wed, 20 Jul 2016 11:31:21 +0200 From: Roger Pau =?iso-8859-1?Q?Monn=E9?= To: "Hoyer-Reuther, Christian" CC: "freebsd-xen@freebsd.org" Subject: Re: 'Live' Migrate messes up NTP on FreeBSD domU - any suggestions? Message-ID: <20160720093111.mpmp27wol7j3ge3d@mac> References: <41E487BC91654544B2B8F31096F2D9D4D1514D1D8E@ex1> <20160714103016.4hgfzsjgkkgtkkgg@mac> <41E487BC91654544B2B8F31096F2D9D4D1514D1E88@ex1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <41E487BC91654544B2B8F31096F2D9D4D1514D1E88@ex1> User-Agent: Mutt/1.6.2-neo (2016-06-11) X-DLP: MIA1 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.22 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, 20 Jul 2016 09:31:30 -0000 On Thu, Jul 14, 2016 at 12:47:40PM +0200, Hoyer-Reuther, Christian wrote: > Hello, > > thanks for the update. And yes, please let me know when the new issues are fixed. I will test it then and report back the results. Hello, It seems that HEAD is in a good shape now, starting from r303076 (or any later revision) you should be able to test live migration without issues. I will MFC the fix to stable/11 in a couple of days, until then can you give HEAD a try? Thanks, Roger.