From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN5UF-0003dH-A1 for qemu-devel@nongnu.org; Sun, 06 Nov 2011 11:22:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RN5UE-0007Ig-7o for qemu-devel@nongnu.org; Sun, 06 Nov 2011 11:22:23 -0500 Received: from blade3.isti.cnr.it ([194.119.192.19]:59012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RN5UE-0007IS-2x for qemu-devel@nongnu.org; Sun, 06 Nov 2011 11:22:22 -0500 Received: from [10.0.0.61] ([151.42.24.198]) by mx.isti.cnr.it (PMDF V6.5-x5 #31918) with ESMTPSA id <01O83W8NP53W0MI2I6@mx.isti.cnr.it> for qemu-devel@nongnu.org; Sun, 06 Nov 2011 17:21:25 +0100 (MET) Date: Sun, 06 Nov 2011 17:21:39 +0100 From: Reeted Message-id: <4EB6B413.8000002@shiftmail.org> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=UTF-8 Content-transfer-encoding: 7bit Subject: [Qemu-devel] Virtual serial logging server? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, libvir-list@redhat.com Dear all, please excuse the almost-OT question, I see various possibilities in quemu-kvm and libvirt for sending virtual serial port data to files, sockets, pipes, etc on the host. In particular, the TCP socket seems interesting. Can you suggest a server application to receive all such TCP connections and log serial data for many virtual machines at once? In particular I would be interested in something with quotas, i.e. something that deletes old lines from the logs of a certain VM when the filesystem space occupied by the serial logs of such VM gets over a certain amount of space. So that the log space for other VMs is not starved in case one of them loops. Thank you R.