From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPAu6-0007vH-BK for qemu-devel@nongnu.org; Fri, 10 Jul 2009 03:52:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPAu1-0007uB-Dy for qemu-devel@nongnu.org; Fri, 10 Jul 2009 03:52:21 -0400 Received: from [199.232.76.173] (port=46646 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPAu1-0007u8-8N for qemu-devel@nongnu.org; Fri, 10 Jul 2009 03:52:17 -0400 Received: from mx20.gnu.org ([199.232.41.8]:4116) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MPAu0-0003Tf-Ku for qemu-devel@nongnu.org; Fri, 10 Jul 2009 03:52:16 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPAtz-0002Mh-Jq for qemu-devel@nongnu.org; Fri, 10 Jul 2009 03:52:15 -0400 Message-ID: <4A56F2AA.4060905@redhat.com> Date: Fri, 10 Jul 2009 09:50:02 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/5] qdev: add driver class support. References: <1247144544-8885-1-git-send-email-kraxel@redhat.com> <200907091419.11248.paul@codesourcery.com> <4A55F30C.9000502@redhat.com> <200907091448.59926.paul@codesourcery.com> <4A55FE23.4090205@redhat.com> <4A5610E6.80507@codemonkey.ws> In-Reply-To: <4A5610E6.80507@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paul Brook , qemu-devel@nongnu.org On 07/09/09 17:46, Anthony Liguori wrote: > I think we do want a way to say that this device provides graphics > capability and have that exposed to through the monitor. That is the case already. There is both "info qdrv" and "-device ?". Right now they don't share code and print different formats which should probably be changed. > 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. cheers, Gerd