From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46281) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQZJv-0000jv-Ty for qemu-devel@nongnu.org; Fri, 22 Jul 2016 08:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQZJs-0000R7-MD for qemu-devel@nongnu.org; Fri, 22 Jul 2016 08:12:47 -0400 Received: from mail-oi0-x22b.google.com ([2607:f8b0:4003:c06::22b]:32985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQZJs-0000R3-HO for qemu-devel@nongnu.org; Fri, 22 Jul 2016 08:12:44 -0400 Received: by mail-oi0-x22b.google.com with SMTP id j185so159784316oih.0 for ; Fri, 22 Jul 2016 05:12:44 -0700 (PDT) Sender: Corey Minyard Reply-To: minyard@acm.org References: <1469119749-31181-1-git-send-email-minyard@acm.org> <1469119749-31181-4-git-send-email-minyard@acm.org> <159615513.7263211.1469179587817.JavaMail.zimbra@redhat.com> <20160722101218.GV1688@redhat.com> From: Corey Minyard Message-ID: <57920DB9.8060801@acm.org> Date: Fri, 22 Jul 2016 07:12:41 -0500 MIME-Version: 1.0 In-Reply-To: <20160722101218.GV1688@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2 3/3] wdt_ib700: Free timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= Cc: qemu-devel@nongnu.org, Corey Minyard On 07/22/2016 05:12 AM, Richard W.M. Jones wrote: > On Fri, Jul 22, 2016 at 05:26:27AM -0400, Marc-André Lureau wrote: >> btw, I do not how to test this yet either. > I have a little test framework for the watchdog device which cuts > through a lot of the BS with running the full watchdog daemon, and > also has some simple instructions to follow: > > http://git.annexia.org/?p=watchdog-test-framework.git;a=tree > > Rich. > Thanks, but unfortunately, I need to be able to test unrealizing the device in qemu. These changes don't affect the function of the watchdog. Nice little program, though, I'll point our testers at it. -corey