From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH v7 0/4] xen/pvh: enable migration on PVH Dom0 Date: Thu, 14 May 2015 17:06:13 +0200 Message-ID: <1431615977-38284-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Ysuls-0000Un-Gl for xen-devel@lists.xenproject.org; Thu, 14 May 2015 15:10:00 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org Changes in this revision include using clear_page instead of memset in vzalloc and minor fixes to paging_log_dirty_op in order to make the page unmapping/mapping more similar to the preempt case. Thanks, Roger.