From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOQEd-0001g9-GX for qemu-devel@nongnu.org; Tue, 24 Sep 2013 06:52:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOQEV-0000pq-32 for qemu-devel@nongnu.org; Tue, 24 Sep 2013 06:52:51 -0400 Received: from mail-qc0-x230.google.com ([2607:f8b0:400d:c01::230]:52647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOQEU-0000pm-Un for qemu-devel@nongnu.org; Tue, 24 Sep 2013 06:52:43 -0400 Received: by mail-qc0-f176.google.com with SMTP id t7so2942325qcv.35 for ; Tue, 24 Sep 2013 03:52:42 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <52416F09.8030108@redhat.com> Date: Tue, 24 Sep 2013 12:52:57 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Query: Support for various hardware types List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nehal J Wani Cc: qemu-devel@nongnu.org Il 24/09/2013 10:04, Nehal J Wani ha scritto: > Hello! > I am currently developing an API for libvirt to print out the > leases info for a given network. Since dnsmasq supports hardware types > other than ethernet, I want to know whether there are any on going > developments or plans for introducing other hardware types (example: > IEEE1394 clients use hardware type 24), so that I can make the API as > extensible as possible. No, not in QEMU. Paolo