From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Buogc-0002L5-9t for qemu-devel@nongnu.org; Wed, 11 Aug 2004 04:42:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BuogX-0002Kr-CF for qemu-devel@nongnu.org; Wed, 11 Aug 2004 04:42:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuogX-0002Ko-3C for qemu-devel@nongnu.org; Wed, 11 Aug 2004 04:42:13 -0400 Received: from [144.140.71.41] (helo=gizmo06ps.bigpond.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1BuocO-0000Y0-8L for qemu-devel@nongnu.org; Wed, 11 Aug 2004 04:37:56 -0400 Message-ID: <4119DA60.7020907@migasia.com> Date: Wed, 11 Aug 2004 18:35:44 +1000 From: "Jesus M. Salvo Jr." MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Stupid question: Copy and paste between host and guest OS 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 Now that I have RH 7.2 running as a guest OS in qemu, with Fedora Core1 as the host OS, I am now able to run CheckPoint SecureRemote client to connect to the data centre. ( The CheckPoint software will only work with a very specific kernel from RedHat 7.2/7.3 ) 1) Question now is ... how can I copy and paste between the host and guest OS ? 2) Is there also a way of buffering the "screen" output of qemu ? As in, I execute some commands within the guest OS but it is too long to fit on the screen. For example, when I execute a SQL query from within sybase's isql, etc ....