From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0AvG-00011C-5J for qemu-devel@nongnu.org; Thu, 05 Oct 2017 14:31:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0AvA-0007LO-2q for qemu-devel@nongnu.org; Thu, 05 Oct 2017 14:31:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32986) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e0Av9-0007KD-Ss for qemu-devel@nongnu.org; Thu, 05 Oct 2017 14:30:56 -0400 References: From: John Snow Message-ID: Date: Thu, 5 Oct 2017 14:30:53 -0400 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Qemu Documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Swetheendra Tallamraju , qemu-devel@nongnu.org On 10/05/2017 12:03 AM, Swetheendra Tallamraju wrote: > I am working on qemu source code to provide extra functionality of > emulating virtual usb. Can I get any documentation for the qemu source > code that helps me in implementing this? > The docs in source code and in the docs/ folder are what you get, more or less. It will be a quicker process for you if you ask specific questions about the codebase. What types of docs are you looking for, for instance, or what you are trying to accomplish. --js