From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 0 of 4] libxc: avoid spurious error logging on restore/migrate Date: Mon, 06 Sep 2010 11:03:12 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Brendan Cully List-Id: xen-devel@lists.xenproject.org This series replaces "libxc: succeed silently on restore" from yesterday. As well as adding an explicit "final checkpoint" notification chunk it also includes some tweaks progress logging to be more pleasing and a fix to xl so it does not re-run the bootloader on restore. Changes since previous posting: - Rebased past fde833c66948 "xl: do not continue in the child and exec xenconsole in the parent". - Prepended fix for issue exposed by 22366e13f76d "xl: randomly generate UUIDs". - Added Brendan's Ack to patch 3/4.