From mboxrd@z Thu Jan 1 00:00:00 1970 From: Narendra Prasad Madanapalli Subject: Info on Unix Domain Socket Device Date: Sat, 29 May 2010 22:41:03 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: kvm@vger.kernel.org Return-path: Received: from mail-vw0-f46.google.com ([209.85.212.46]:46979 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752620Ab0E2RLE (ORCPT ); Sat, 29 May 2010 13:11:04 -0400 Received: by vws11 with SMTP id 11so321935vws.19 for ; Sat, 29 May 2010 10:11:03 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: Hi, There is a small scale TODO task in kvm, 'Add a Unix domain socket device. With this, the guest can talk to a pci device which is connected to a Unix domain socket on the host.'. I would like to park on this and contribute a patch. If any one is also planning to to do this, we can coordinate and accomplish the task. I understand that using existing iodev infrastructure the unix domain sockets can be made available to guests as kvm_io_device. I would be great if anyone can provide more information/inputs on the problem and use-cases to be addressed. Thanks, Narendra.