From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMfmN-0002vi-3r for qemu-devel@nongnu.org; Tue, 04 Aug 2015 13:13:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMfmJ-0000TS-Hv for qemu-devel@nongnu.org; Tue, 04 Aug 2015 13:13:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMfmJ-0000RM-Ct for qemu-devel@nongnu.org; Tue, 04 Aug 2015 13:13:27 -0400 Message-ID: <55C0F2B5.5080105@redhat.com> Date: Tue, 04 Aug 2015 13:13:25 -0400 From: John Snow MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Website documentation update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , Peter Maydell Cc: qemu-devel qemu-devel On 08/04/2015 10:03 AM, Programmingkid wrote: > I was wondering if the online documentation for QEMU could be updated > here: http://qemu.weilnetz.de/qemu-doc.html. In the USB section the > "(experimental, works only on Linux hosts)" part should be removed. > After doing several test on a Mac OS X host, I know this is not true > anymore. I would also like to see this added to the USB section: > > usb-audio > USB sound card. It can be added like this from the command line: -usb > -device usb-audio. Currently (8/2015) does not work with the usb_add > monitor command. > > These docs are generated from the source code, so if there are parts you find to be inaccurate or in need of a good spit-shine, feel free to submit patches for e.g. qemu-doc.texi. You can find the qemu-doc.html file in your own build directory after a simple "make," or if you want JUST the docs, try "make html" -- there are other targets for other formats and so on, look inside of the root Makefile to see what's there. Thanks, --js