From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDa4m-0008EX-W9 for qemu-devel@nongnu.org; Tue, 20 Jan 2015 09:46:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDa4h-0001hN-4x for qemu-devel@nongnu.org; Tue, 20 Jan 2015 09:46:40 -0500 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:61673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDa4g-0001hA-NF for qemu-devel@nongnu.org; Tue, 20 Jan 2015 09:46:34 -0500 Received: by mail-we0-f178.google.com with SMTP id p10so37843342wes.9 for ; Tue, 20 Jan 2015 06:46:34 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54BE6A3E.8080008@redhat.com> Date: Tue, 20 Jan 2015 15:46:22 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1420742303-3030-1-git-send-email-freddy77@gmail.com> <54BE59E4.7090600@redhat.com> In-Reply-To: <54BE59E4.7090600@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v3] tests: rtl8139: test timers and interrupt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frediano Ziglio , Fam Zheng , Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 20/01/2015 14:36, Paolo Bonzini wrote: > Respectively, no and if you want. > > Reviewed-by: Paolo Bonzini > > As the last person who touched the rtl8139 timer code, I'm glad I didn't > break anything. :) Oh, that patch wasn't committed, it wast just an RFC... and it would have broken something. :) Your test was very helpful; I've sent a version that passes it now. Thanks! Paolo