On Fri, 24 Jan 2020 at 10:17, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > On 1/24/20 11:05 AM, Peter Maydell wrote: > > On Thu, 23 Jan 2020 at 13:28, Damien Hedde <damien.he...@greensocs.com> > > wrote: > >> v8: > >> + patch 3&5: ResettableState::count type from uint32_t to unsigned > >> (Philippe) > > > > We'll have to change that back if we ever want to migrate > > the count (migration insists on fixed-sized types), but > > I guess we can do that when we get to it... > > Oh I forgot about migration :( (this was just a suggestion, not a > requirement).
Migration handling is going to require changes anyway, flipping the type of the field will just be a minor part of that patch if/when it arrives. It seems easier to take v8 if it's otherwise OK. thanks -- PMM