From: Christian Borntraeger Date: Thu, 22 Jan 2009 13:20:27 +0000 (+0100) Subject: KVM: s390: Fix printk on SIGP set arch X-Git-Tag: v2.6.30-rc1~664^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c411b48af3e3c534b9cfb6a79be1df384d1ca1a;p=pandora-kernel.git KVM: s390: Fix printk on SIGP set arch KVM on s390 does not support the ESA/390 architecture. We refuse to change the architecture mode and print a warning. This patch removes the printk for several reasons: o A malicious guest can flood host dmesg o The old message had no newline o there is no connection between the message and the failing guest This patch simply removes the printk. We already set the condition code to 3 - the guest knows that something went wrong. Reported-by: Heiko Carstens Signed-off-by: Christian Borntraeger Signed-off-by: Avi Kivity --- Reading git-diff-tree failed