From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCH V2 0/6] virtio-trace: Support virtio-trace Date: Mon, 13 Aug 2012 08:58:41 +0930 Message-ID: <87393ru1ue.fsf@rustcorp.com.au> References: <20120809123029.8542.38311.stgit@ltc189.sdl.hitachi.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120809123029.8542.38311.stgit@ltc189.sdl.hitachi.co.jp> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Yoshihiro YUNOMAE , linux-kernel@vger.kernel.org Cc: Herbert Xu , Arnd Bergmann , Frederic Weisbecker , yrl.pp-manager.tt@hitachi.com, qemu-devel@nongnu.org, Borislav Petkov , virtualization@lists.linux-foundation.org, Masami Hiramatsu , "Franch Ch. Eigler" , Ingo Molnar , Mathieu Desnoyers , Steven Rostedt , Anthony Liguori , Greg Kroah-Hartman , Amit Shah List-Id: virtualization@lists.linuxfoundation.org On Thu, 09 Aug 2012 21:30:29 +0900, Yoshihiro YUNOMAE wrote: > Hi All, > > The following patch set provides a low-overhead system for collecting kernel > tracing data of guests by a host in a virtualization environment. Thankyou! I've applied this, and it will head into linux-next in the next few days. Cheers, Rusty. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752986Ab2HMBDL (ORCPT ); Sun, 12 Aug 2012 21:03:11 -0400 Received: from ozlabs.org ([203.10.76.45]:48694 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752682Ab2HMBDK (ORCPT ); Sun, 12 Aug 2012 21:03:10 -0400 From: Rusty Russell To: Yoshihiro YUNOMAE , linux-kernel@vger.kernel.org Cc: Amit Shah , Anthony Liguori , Arnd Bergmann , Borislav Petkov , "Franch Ch. Eigler" , Frederic Weisbecker , Greg Kroah-Hartman , Herbert Xu , Ingo Molnar , Mathieu Desnoyers , Masami Hiramatsu , Steven Rostedt , virtualization@lists.linux-foundation.org, qemu-devel@nongnu.org, yrl.pp-manager.tt@hitachi.com Subject: Re: [PATCH V2 0/6] virtio-trace: Support virtio-trace In-Reply-To: <20120809123029.8542.38311.stgit@ltc189.sdl.hitachi.co.jp> References: <20120809123029.8542.38311.stgit@ltc189.sdl.hitachi.co.jp> User-Agent: Notmuch/0.12 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Mon, 13 Aug 2012 08:58:41 +0930 Message-ID: <87393ru1ue.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 09 Aug 2012 21:30:29 +0900, Yoshihiro YUNOMAE wrote: > Hi All, > > The following patch set provides a low-overhead system for collecting kernel > tracing data of guests by a host in a virtualization environment. Thankyou! I've applied this, and it will head into linux-next in the next few days. Cheers, Rusty. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0jMC-0000TC-65 for qemu-devel@nongnu.org; Sun, 12 Aug 2012 21:22:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0jMA-00078f-3P for qemu-devel@nongnu.org; Sun, 12 Aug 2012 21:22:12 -0400 Received: from ozlabs.org ([203.10.76.45]:56251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0j3o-0000zA-CK for qemu-devel@nongnu.org; Sun, 12 Aug 2012 21:03:12 -0400 From: Rusty Russell In-Reply-To: <20120809123029.8542.38311.stgit@ltc189.sdl.hitachi.co.jp> References: <20120809123029.8542.38311.stgit@ltc189.sdl.hitachi.co.jp> Date: Mon, 13 Aug 2012 08:58:41 +0930 Message-ID: <87393ru1ue.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH V2 0/6] virtio-trace: Support virtio-trace List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yoshihiro YUNOMAE , linux-kernel@vger.kernel.org Cc: Herbert Xu , Arnd Bergmann , Frederic Weisbecker , yrl.pp-manager.tt@hitachi.com, qemu-devel@nongnu.org, Borislav Petkov , virtualization@lists.linux-foundation.org, Masami Hiramatsu , "Franch Ch. Eigler" , Ingo Molnar , Mathieu Desnoyers , Steven Rostedt , Anthony Liguori , Greg Kroah-Hartman , Amit Shah On Thu, 09 Aug 2012 21:30:29 +0900, Yoshihiro YUNOMAE wrote: > Hi All, > > The following patch set provides a low-overhead system for collecting kernel > tracing data of guests by a host in a virtualization environment. Thankyou! I've applied this, and it will head into linux-next in the next few days. Cheers, Rusty.