qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/2] qdev: Detect duplicate device properties
@ 2012-10-26 17:29 Peter Maydell
  2012-10-26 17:29 ` [Qemu-devel] [PATCH v5 1/2] qom: Detect attempts to add a property that already exists Peter Maydell
  2012-10-26 17:29 ` [Qemu-devel] [PATCH v5 2/2] hw/qdev: Abort rather than ignoring errors adding device properties Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Maydell @ 2012-10-26 17:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Anthony Liguori, patches

Detect and abort on duplicate properties in a qdev Property array.

The only change v4->v5 is I fixed the commit message in the
first patch not to talk about "critical errors" any more,
and added Anthony's reviewed-by tags.


Peter Maydell (2):
  qom: Detect attempts to add a property that already exists
  hw/qdev: Abort rather than ignoring errors adding device properties

 hw/qdev.c    |   10 +++++++---
 qom/object.c |   13 ++++++++++++-
 2 files changed, 19 insertions(+), 4 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-26 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 17:29 [Qemu-devel] [PATCH v5 0/2] qdev: Detect duplicate device properties Peter Maydell
2012-10-26 17:29 ` [Qemu-devel] [PATCH v5 1/2] qom: Detect attempts to add a property that already exists Peter Maydell
2012-10-26 17:29 ` [Qemu-devel] [PATCH v5 2/2] hw/qdev: Abort rather than ignoring errors adding device properties Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).