From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6Mbz-0004Vk-7F for qemu-devel@nongnu.org; Wed, 11 Jun 2008 05:27:23 -0400 Received: from [199.232.76.173] (port=41932 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Mby-0004Ug-6q for qemu-devel@nongnu.org; Wed, 11 Jun 2008 05:27:22 -0400 Received: from mx1.polytechnique.org ([129.104.30.34]:55456) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K6Mbx-0000Vt-Qd for qemu-devel@nongnu.org; Wed, 11 Jun 2008 05:27:21 -0400 Message-ID: <484F9A74.9040005@bellard.org> Date: Wed, 11 Jun 2008 11:27:16 +0200 From: Fabrice Bellard MIME-Version: 1.0 References: <1212775023.17383.0@ecrins> <998799A0-66E7-46AF-B423-77C1D51D3DFE@lvivier.info> <1213173698.3942.7.camel@frecb07144> In-Reply-To: <1213173698.3942.7.camel@frecb07144> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCHl] kqemu: Linux CPU accouting Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Laurent Vivier Laurent Vivier wrote: > Hi, > > Here is a patch allowing to register guest time to guest field > of /proc/stat and /proc/%pid/stat (it moves also this part of cpu time > from system time to user time). This field is available since linux > 2.6.24. Good Idea. It will be included in the next kqemu release. Fabrice.