WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] query the page type of a hvm page from within a hvm guest

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] query the page type of a hvm page from within a hvm guest
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Thu, 7 Apr 2011 12:12:02 +0200
Delivery-date: Thu, 07 Apr 2011 03:12:45 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1302171125; l=771; s=domk; d=aepfle.de; h=Content-Type:MIME-Version:Subject:To:From:Date:X-RZG-CLASS-ID: X-RZG-AUTH; bh=h+gK7jaDISCgne4aUFloYsLMgIs=; b=KrUUEn3Aco006/LVRSAw+aXqClpfxa73PYyykVLQryY4KwAiVPFjlYSlKPbUQJg3bVO iDlDeEiM07Mv+tDJvkQFdnktJvF4YwmqNSM3nAj1i+rBLn8yU5+gHwdnTCAyArXWhdSU8 eQUaDdi0YtWMTO5yawGsZNWcmYemvywt174=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.21 (2010-09-15)
Now that kdump works with pv-on-hvm guests, one issue remains:
The balloon driver in the guest frees guest pages and marks them as
mmio. When the kernel crashes and the crash kernel attempts to read the
oldmem via /proc/vmcore a read from ballooned pages will generate 100%
load in dom0 because Xen asks qemu-dm for the page content. Since the
reads come in as 8byte requests each ballooned page is tried 512 times.

If the crash kernel had a way to ask the hypervisor wether a specific
guest gfn is ballooned and thus backed by ram, the load issue would not
happen.  There seems to be no interface to query the type of a guest gfn
from within the hvm guest.

Any ideas how to implement that?
I see HVMOP_set_mem_type, but no HVMOP_get_mem_type.


Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>