From: Konrad Rzeszutek Wilk Date: Mon, 4 Apr 2011 18:48:20 +0000 (-0400) Subject: xen/debug: Don't be so verbose with WARN on 1-1 mapping errors. X-Git-Tag: v2.6.39-rc4~69^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88885d0923ae27b01dfcec644f94829b1e46bea;p=pandora-kernel.git xen/debug: Don't be so verbose with WARN on 1-1 mapping errors. There are valid situations in which this error is not a warning. Mainly when QEMU maps a guest memory and uses the VM_IO flag to set the MFNs. For right now make the WARN be WARN_ONCE. In the future we will: 1). Remove the VM_IO code handling.. 2). .. which will also remove this debug facility. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed