From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] hw: Add test device for unittests execution v2 Date: Thu, 01 Sep 2011 11:44:53 +0200 Message-ID: <4E5F5415.3060303@redhat.com> References: <1314824769-27740-1-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, aliguori@us.ibm.com, Gerd Hoffmann , Avi Kivity , Marcelo Tosatti To: Lucas Meneghel Rodrigues Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:35922 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753047Ab1IAJpA (ORCPT ); Thu, 1 Sep 2011 05:45:00 -0400 Received: by iabu26 with SMTP id u26so1705613iab.19 for ; Thu, 01 Sep 2011 02:45:00 -0700 (PDT) In-Reply-To: <1314824769-27740-1-git-send-email-lmr@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 08/31/2011 11:06 PM, Lucas Meneghel Rodrigues wrote: > + CharDriverState *chr; I think it's unused, no? Paolo