From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3gpg-00037u-7I for qemu-devel@nongnu.org; Tue, 21 Aug 2012 01:16:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3gpd-0004kw-L9 for qemu-devel@nongnu.org; Tue, 21 Aug 2012 01:16:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3gpd-0004ko-DM for qemu-devel@nongnu.org; Tue, 21 Aug 2012 01:16:49 -0400 Date: Tue, 21 Aug 2012 10:46:19 +0530 From: Amit Shah Message-ID: <20120821051619.GF29197@amit.redhat.com> References: <20120809123029.8542.38311.stgit@ltc189.sdl.hitachi.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120809123029.8542.38311.stgit@ltc189.sdl.hitachi.co.jp> 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 Cc: Arnd Bergmann , qemu-devel@nongnu.org, Frederic Weisbecker , Rusty Russell , linux-kernel@vger.kernel.org, Borislav Petkov , virtualization@lists.linux-foundation.org, Herbert Xu , "Franch Ch. Eigler" , Ingo Molnar , Mathieu Desnoyers , Steven Rostedt , Anthony Liguori , Greg Kroah-Hartman , Masami Hiramatsu , yrl.pp-manager.tt@hitachi.com On (Thu) 09 Aug 2012 [21:30:29], 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. ACK this series. I ran it through the virtio-serial test suite, and there's no regression in existing functionality. I encourage you to check out the virtio-serial test suite[1] as well as the virtio-serial unit tests in the autotest[2] code, and contribute to them to add tests for the new functionality you've added. [1] http://fedorapeople.org/cgit/amitshah/public_git/test-virtserial.git/ [2] https://github.com/autotest/autotest/blob/e91cd67b845b291622c8d079a8289c4b0cb1e6ae/client/tests/kvm/tests/virtio_console.py Thanks, Amit