Re: [Qemu-devel] unix domain socket communication with guests

2011-06-27 Thread Amit Shah
On (Fri) 24 Jun 2011 [12:54:07], Joel Uckelman wrote: > On Fri, Jun 24, 2011 at 4:54 AM, Amit Shah wrote: > >> > >> I guess this means I need to get networking running on the guest so > >> that it has a port visible to the host on which my server can listen. > >> Is there a guide somewhere for doi

Re: [Qemu-devel] unix domain socket communication with guests

2011-06-24 Thread Joel Uckelman
On Fri, Jun 24, 2011 at 4:54 AM, Amit Shah wrote: >> >> I guess this means I need to get networking running on the guest so >> that it has a port visible to the host on which my server can listen. >> Is there a guide somewhere for doing that? I've not had any success in >> an afternoon of searchin

Re: [Qemu-devel] unix domain socket communication with guests

2011-06-23 Thread Amit Shah
On (Thu) 23 Jun 2011 [17:37:50], Joel Uckelman wrote: > On Tue, Jun 21, 2011 at 10:47 AM, Amit Shah wrote: > > On (Mon) 20 Jun 2011 [18:24:38], Joel Uckelman wrote: > >> I'm trying to set up a unix domain socket with a guest on one end and > >> the host on the other, where the server is running on

Re: [Qemu-devel] unix domain socket communication with guests

2011-06-23 Thread Joel Uckelman
On Tue, Jun 21, 2011 at 10:47 AM, Amit Shah wrote: > On (Mon) 20 Jun 2011 [18:24:38], Joel Uckelman wrote: >> I'm trying to set up a unix domain socket with a guest on one end and >> the host on the other, where the server is running on and bound to the >> socket on the guest. I've been able to ge

Re: [Qemu-devel] unix domain socket communication with guests

2011-06-21 Thread Amit Shah
On (Mon) 20 Jun 2011 [18:24:38], Joel Uckelman wrote: > I'm trying to set up a unix domain socket with a guest on one end and > the host on the other, where the server is running on and bound to the > socket on the guest. I've been able to get the reverse, where the > server is running on the host,

[Qemu-devel] unix domain socket communication with guests

2011-06-20 Thread Joel Uckelman
I'm trying to set up a unix domain socket with a guest on one end and the host on the other, where the server is running on and bound to the socket on the guest. I've been able to get the reverse, where the server is running on the host, this way: qemu-kvm -kernel kernel -initrd initrd -hda root -