From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxKIk-0005Gi-Ig for qemu-devel@nongnu.org; Tue, 14 Feb 2012 10:28:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RxKId-0007xt-5V for qemu-devel@nongnu.org; Tue, 14 Feb 2012 10:28:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RxKIc-0007xg-VE for qemu-devel@nongnu.org; Tue, 14 Feb 2012 10:28:11 -0500 Message-ID: <4F3A7D86.8080105@redhat.com> Date: Tue, 14 Feb 2012 16:28:06 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1328563752-3976-1-git-send-email-hpoussin@reactos.org> <1328563752-3976-10-git-send-email-hpoussin@reactos.org> <4F3A7ADC.10209@redhat.com> In-Reply-To: <4F3A7ADC.10209@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 09/11] fdc: check if media rate is correct before doing any transfer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= , qemu-devel@nongnu.org, Juan Quintela On 02/14/2012 04:16 PM, Kevin Wolf wrote: > Juan, Paolo, this is a subsection in a struct array. Does this work > meanwhile or is it still broken? Juan fixed it. Paolo