Re: [Qemu-devel] [PATCH v2 4/5] vmstateify tsc2005

2016-09-22 Thread Peter Maydell
On 22 September 2016 at 16:53, Dr. David Alan Gilbert wrote: > * Peter Maydell (peter.mayd...@linaro.org) wrote: >> These changes mean the code is now doing bitwise-logic on >> bool variables, for instance: >> s->busy &= s->enabled; > >> We also assign '0' and '1'

Re: [Qemu-devel] [PATCH v2 4/5] vmstateify tsc2005

2016-09-22 Thread Peter Maydell
On 24 August 2016 at 11:40, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > I've converted the fields in it's main data structure > to fixed size types in ways that look sane, but I don't actually > know the details of this

Re: [Qemu-devel] [PATCH v2 4/5] vmstateify tsc2005

2016-09-22 Thread Dr. David Alan Gilbert
* Peter Maydell (peter.mayd...@linaro.org) wrote: > On 24 August 2016 at 11:40, Dr. David Alan Gilbert (git) > wrote: > > From: "Dr. David Alan Gilbert" > > > > I've converted the fields in it's main data structure > > to fixed size types in ways that

[Qemu-devel] [PATCH v2 4/5] vmstateify tsc2005

2016-08-24 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" I've converted the fields in it's main data structure to fixed size types in ways that look sane, but I don't actually know the details of this hardware. Signed-off-by: Dr. David Alan Gilbert --- hw/input/tsc2005.c | 154