From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH 1/2] kvm tools: Export DISPLAY ENV as our default host ip address Date: Tue, 04 Sep 2012 16:07:42 +0300 Message-ID: <5045FD1E.2080602@redhat.com> References: <1345807781-23452-1-git-send-email-asias.hejun@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Pekka Enberg , Sasha Levin , Ingo Molnar , Cyrill Gorcunov , kvm@vger.kernel.org To: Asias He Return-path: Received: from mx1.redhat.com ([209.132.183.28]:16571 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753119Ab2IDNH5 (ORCPT ); Tue, 4 Sep 2012 09:07:57 -0400 In-Reply-To: <1345807781-23452-1-git-send-email-asias.hejun@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08/24/2012 02:29 PM, Asias He wrote: > It is useful to run a X program in guest and display it on host. > > 1) Make host's x server listen to localhost:6000 > host_shell$ socat -d -d TCP-LISTEN:6000,fork,bind=localhost \ > UNIX-CONNECT:/tmp/.X11-unix/X0 > > 2) Start the guest and run X program > host_shell$ lkvm run -k /boot/bzImage > guest_shell$ xlogo > Note, this is insecure, don't do this with untrusted guests. -- error compiling committee.c: too many arguments to function