]> xenbits.xensource.com Git - xen.git/commit
replace bogus gdprintk() uses with {,d}printk()
authorJan Beulich <jbeulich@suse.com>
Thu, 16 Feb 2012 07:48:23 +0000 (08:48 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 16 Feb 2012 07:48:23 +0000 (08:48 +0100)
commit819e844385469bf8933d245fdb63b6e4727bfb09
treeb82d2851fe6136f1de887b25cd3e5187e035444d
parent5c4e1c1b482e7fdf08d42447b4ea054a977e187c
replace bogus gdprintk() uses with {,d}printk()

When the subject domain is not the current one (e.g. during domctl or
HVM save/restore handling), use of gdprintk() is questionable at best,
as it won't give the intended information on what domain is affected.
Use plain printk() or dprintk() instead, but keep things (mostly) as
guest messages by using XENLOG_G_*.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
13 files changed:
xen/arch/x86/domctl.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/mtrr.c
xen/arch/x86/hvm/save.c
xen/arch/x86/hvm/viridian.c
xen/arch/x86/hvm/vlapic.c
xen/arch/x86/irq.c
xen/arch/x86/oprofile/op_model_ppro.c
xen/arch/x86/time.c
xen/common/hvm/save.c
xen/common/sysctl.c
xen/common/xenoprof.c
xen/drivers/passthrough/iommu.c