From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43460) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkaZF-0007fy-IE for qemu-devel@nongnu.org; Thu, 06 Jun 2013 09:49:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkaZD-0007RC-Mz for qemu-devel@nongnu.org; Thu, 06 Jun 2013 09:49:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkaZD-0007Qw-DM for qemu-devel@nongnu.org; Thu, 06 Jun 2013 09:49:27 -0400 Message-ID: <51B09363.1010205@redhat.com> Date: Thu, 06 Jun 2013 15:49:23 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <54453b6aa8afa1a76b2ec1932f1d7fd25205d0bc.1370496582.git.peter.crosthwaite@xilinx.com> <96f00396338321f5a76c9b86c629b69895e4d2d0.1370496582.git.peter.crosthwaite@xilinx.com> In-Reply-To: <96f00396338321f5a76c9b86c629b69895e4d2d0.1370496582.git.peter.crosthwaite@xilinx.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/2] audio/intel-hda: QOM casting sweep List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.crosthwaite@xilinx.com Cc: edgar.iglesias@gmail.com, qemu-devel@nongnu.org, afaerber@suse.de On 06/06/13 07:34, peter.crosthwaite@xilinx.com wrote: > From: Peter Crosthwaite > > Define and use standard QOM cast macro. Remove usages of DO_UPCAST and > direct -> style casting. > > Signed-off-by: Peter Crosthwaite Reviewed-by: Gerd Hoffmann cheers, Gerd