From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mard2-0006Gj-LH for qemu-devel@nongnu.org; Tue, 11 Aug 2009 09:43:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Marcx-0006DX-Io for qemu-devel@nongnu.org; Tue, 11 Aug 2009 09:43:03 -0400 Received: from [199.232.76.173] (port=44490 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Marcx-0006DO-C9 for qemu-devel@nongnu.org; Tue, 11 Aug 2009 09:42:59 -0400 Received: from mail-yw0-f193.google.com ([209.85.211.193]:38693) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Marcx-0001E7-0D for qemu-devel@nongnu.org; Tue, 11 Aug 2009 09:42:59 -0400 Received: by ywh31 with SMTP id 31so4780391ywh.4 for ; Tue, 11 Aug 2009 06:42:58 -0700 (PDT) Message-ID: <4A81755F.3060600@codemonkey.ws> Date: Tue, 11 Aug 2009 08:42:55 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 4/4] qdev: add display capability References: <1249982427-14481-1-git-send-email-kraxel@redhat.com> <1249982427-14481-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1249982427-14481-4-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann wrote: > ... and tag devices. > Shouldn't there be a direct relationship between a capability and the interfaces the device accepts? That is, instead of explicitly marking something as having a capability of { "ethernet" }, wouldn't you be able to infer that from the present of a VLANClientState property? Regards, Anthony Liguori