From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: Character device assignment Date: Thu, 06 Sep 2012 18:01:25 +0300 Message-ID: <5048BAC5.3050706@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: siddhesh phadke Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39464 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756782Ab2IFPB2 (ORCPT ); Thu, 6 Sep 2012 11:01:28 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 08/16/2012 10:28 PM, siddhesh phadke wrote: > I want to assign my own character device to guest. I tried going > through code and found -chardev option.-chardev defines several > backend options but I could not understand how they interact with > guest. I also tried to search online but I got information mostly > regarding pci device assignment. Could anyone please help me with > this? Is there any documentation regarding character device > assignment? There is no such thing as character device assignment, since it doesn't correspond to a single device bus. We support assigning usb and pci devices. What device are you trying to assign? -- error compiling committee.c: too many arguments to function