Re: [Qemu-devel] [PATCH v6 0/2] qdev: Detect duplicate device properties

2013-03-18 Thread Paolo Bonzini
Il 16/03/2013 17:39, Peter Maydell ha scritto: > Detect and abort on duplicate properties in a qdev Property array. > > This patchset actually dates back to October last year (and got > reviewed then, hence Anthony's r-b tags) but it didn't get applied > (maybe we were in codefreeze) and I forgot

[Qemu-devel] [PATCH v6 0/2] qdev: Detect duplicate device properties

2013-03-16 Thread Peter Maydell
Detect and abort on duplicate properties in a qdev Property array. This patchset actually dates back to October last year (and got reviewed then, hence Anthony's r-b tags) but it didn't get applied (maybe we were in codefreeze) and I forgot about it. Anyway, I've rebased it so here we are again.