From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bk8YI-0006eJ-Nb for qemu-devel@nongnu.org; Mon, 12 Jul 2004 17:41:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bk8YI-0006e7-05 for qemu-devel@nongnu.org; Mon, 12 Jul 2004 17:41:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bk8YH-0006e4-SY for qemu-devel@nongnu.org; Mon, 12 Jul 2004 17:41:33 -0400 Received: from [80.59.103.181] (helo=claunia.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Bk8Vh-0004gv-07 for qemu-devel@nongnu.org; Mon, 12 Jul 2004 17:38:54 -0400 From: "Natalia Portillo" Date: Mon, 12 Jul 2004 22:39:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: Subject: [Qemu-devel] Adding modules howto Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Should it be possible to write a howto add a new hardware device to QEMU? I'm interested on adding a few new hardware devices but I just not know anything about how to do that and having such a document could help me and other developers to add new hardware to QEMU without having to read all wrote code. Regards