From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPCgZ-0006ML-Q1 for qemu-devel@nongnu.org; Fri, 10 Jul 2009 05:46:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPCgV-0006HH-Qn for qemu-devel@nongnu.org; Fri, 10 Jul 2009 05:46:31 -0400 Received: from [199.232.76.173] (port=38240 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPCgV-0006H1-LA for qemu-devel@nongnu.org; Fri, 10 Jul 2009 05:46:27 -0400 Received: from mx20.gnu.org ([199.232.41.8]:12179) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MPCgV-0005OS-9O for qemu-devel@nongnu.org; Fri, 10 Jul 2009 05:46:27 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPCgT-0000jk-Ty for qemu-devel@nongnu.org; Fri, 10 Jul 2009 05:46:26 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 0/5] qdev: add driver class support. Date: Fri, 10 Jul 2009 10:46:20 +0100 References: <1247144544-8885-1-git-send-email-kraxel@redhat.com> <4A5610E6.80507@codemonkey.ws> <4A56F2AA.4060905@redhat.com> In-Reply-To: <4A56F2AA.4060905@redhat.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907101046.22016.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org > > But we also > > have to consider the case where a single device exposes multiple types > > of capabilities. > > I think we already agreed to move to a bitmap model to handle that. I still think this is best done via properties, rather than as a separate feature. Paul