From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvQ5g-0000zd-02 for qemu-devel@nongnu.org; Sun, 29 Jul 2012 05:47:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvQ5f-0002Oe-05 for qemu-devel@nongnu.org; Sun, 29 Jul 2012 05:47:11 -0400 Received: from mail-lpp01m010-f45.google.com ([209.85.215.45]:46080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvQ5e-0002LF-P9 for qemu-devel@nongnu.org; Sun, 29 Jul 2012 05:47:10 -0400 Received: by lahc1 with SMTP id c1so2741607lah.4 for ; Sun, 29 Jul 2012 02:47:09 -0700 (PDT) MIME-Version: 1.0 From: potworyk Date: Sun, 29 Jul 2012 11:46:48 +0200 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] Support for compiling devices as dynamic libraries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org All, I woudl like to make it possible to compile devices (hw/*) as shared libraries and load them dynamicaly. This would make it easier to develop emulators for new hardware. I am completly new to QEMU develpment so i would like to ask you guys, QEMU Architects if you have any idea how it could be done. I would be happy to implement this and send patches after all. Thanks, Dominik