From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: kvm-s390: Dont exit SIE on SIGP sense running Date: Mon, 21 Jun 2010 12:26:21 +0200 Message-ID: <201006211226.21365.arnd@arndb.de> References: <201006172316.21684.borntraeger@de.ibm.com> <4C1F2286.7090108@redhat.com> <201006211215.33599.borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , Marcelo Tosatti , kvm@vger.kernel.org, Heiko Carstens , Martin Schwidefsky , Carsten Otte To: Christian Borntraeger Return-path: Received: from moutng.kundenserver.de ([212.227.17.10]:56277 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757673Ab0FUK00 (ORCPT ); Mon, 21 Jun 2010 06:26:26 -0400 In-Reply-To: <201006211215.33599.borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Monday 21 June 2010, Christian Borntraeger wrote: > Hmm, dont know. Currently this calls into a s390 debug tracing facility > (arch/s390/kernel/debug.c) which is heavily used by our service folks. > There are commands for crash and lcrash to show these s390 debug traces > from a dump. > > Maybe its worth to investigate if we should change some of these events to > have both ftrace-tracepoints and the debug traces. I think that it would be worthwhile to convert the entire s390 debug code to become tracepoints, either one by one or making it a subclass with the existing interfaces. Arnd