From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Seni7-0001ZF-2D for qemu-devel@nongnu.org; Wed, 13 Jun 2012 09:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Seni0-0001Or-Tq for qemu-devel@nongnu.org; Wed, 13 Jun 2012 09:34:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Seni0-0001OM-Lk for qemu-devel@nongnu.org; Wed, 13 Jun 2012 09:34:04 -0400 Message-ID: <4FD896C1.4030905@redhat.com> Date: Wed, 13 Jun 2012 15:33:53 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <76ad34dd30a83d96a97bc7443245ee9c165e053f.1339578989.git.peter.crosthwaite@petalogix.com> <4FD8658C.700@redhat.com> <4FD86B35.90000@suse.de> <4FD86EAA.1060005@redhat.com> <4FD88E95.8060806@suse.de> <4FD88F4B.20603@redhat.com> <4FD89604.7050606@codemonkey.ws> In-Reply-To: <4FD89604.7050606@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v0 5/8] object: make interfaces concrete List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: peter.maydell@linaro.org, aliguori@us.ibm.com, qemu-devel@nongnu.org, "Peter A. G. Crosthwaite" , paul@codesourcery.com, edgar.iglesias@gmail.com, =?ISO-8859-15?Q?Andreas_F=E4rber?= , john.williams@petalogix.com, avi@redhat.com Il 13/06/2012 15:30, Anthony Liguori ha scritto: > Anyway, I don't like the idea of making interfaces concrete. That means > that a user could directly instantiate an interface which doesn't make a > lot of sense. Concrete doesn't mean "instantiatable by the user". It means "instantiatable period". Paolo