Re: [Qemu-devel] [PATCH] wdt_i6300esb: register a reset function

2010-12-12 Thread Blue Swirl
Thanks, applied. On Sun, Dec 12, 2010 at 11:15 AM, Richard W.M. Jones wrote: > On Sun, Dec 12, 2010 at 10:59:59AM +, Blue Swirl wrote: >> On Sun, Dec 12, 2010 at 10:08 AM, Richard W.M. Jones >> wrote: >> > On Sat, Dec 11, 2010 at 06:39:03PM +, Blue Swirl wrote: >> >> Thanks, applied. >>

Re: [Qemu-devel] [PATCH] wdt_i6300esb: register a reset function

2010-12-12 Thread Richard W.M. Jones
On Sun, Dec 12, 2010 at 10:59:59AM +, Blue Swirl wrote: > On Sun, Dec 12, 2010 at 10:08 AM, Richard W.M. Jones > wrote: > > On Sat, Dec 11, 2010 at 06:39:03PM +, Blue Swirl wrote: > >> Thanks, applied. > > > > Wait!  This patch is incomplete. > > > > I already posted a complete patch alre

Re: [Qemu-devel] [PATCH] wdt_i6300esb: register a reset function

2010-12-12 Thread Blue Swirl
On Sun, Dec 12, 2010 at 10:08 AM, Richard W.M. Jones wrote: > On Sat, Dec 11, 2010 at 06:39:03PM +, Blue Swirl wrote: >> Thanks, applied. > > Wait!  This patch is incomplete. > > I already posted a complete patch already some months ago (twice) but > it was ignored both times: > > http://www.m

Re: [Qemu-devel] [PATCH] wdt_i6300esb: register a reset function

2010-12-12 Thread Richard W.M. Jones
On Sat, Dec 11, 2010 at 06:39:03PM +, Blue Swirl wrote: > Thanks, applied. Wait! This patch is incomplete. I already posted a complete patch already some months ago (twice) but it was ignored both times: http://www.mail-archive.com/qemu-devel@nongnu.org/msg42716.html http://www.mail-archive

Re: [Qemu-devel] [PATCH] wdt_i6300esb: register a reset function

2010-12-11 Thread Blue Swirl
Thanks, applied. On Wed, Dec 8, 2010 at 2:59 PM, Bernhard Kohl wrote: > The device shall set its default hardware state after each reset. > This includes that the timer is stopped which is especially important > if the guest does a reboot independantly of a watchdog bite. I moved > the initializa

[Qemu-devel] [PATCH] wdt_i6300esb: register a reset function

2010-12-09 Thread Bernhard Kohl
The device shall set its default hardware state after each reset. This includes that the timer is stopped which is especially important if the guest does a reboot independantly of a watchdog bite. I moved the initialization of the state variables completely from the init to the reset function which