On 25 October 2012 18:27, Markus Armbruster <[email protected]> wrote: > Peter Maydell <[email protected]> writes: > >> Detect attempts to add a property to an object if one of >> that name already exists, and report them as critical >> errors. In particular, for static properties (eg qdev >> Property arrays) this will manifest as an abort() with >> a useful error message. > > What's critical about this error? It looks like any other error to > me... Leftover from previous iterations, perhaps?
Rats, yes, I forgot to update the commit message. Should read: Detect attempts to add a property to an object if one of that name already exists, and report them as errors. -- PMM
