Re: [Qemu-devel] [PATCH 0/2] fix startup crash on sparc/ppc guests

2012-02-14 Thread Blue Swirl
On Tue, Feb 14, 2012 at 09:19, Paolo Bonzini wrote: > The problem happens when qdev_set_prop_* is passed a NULL pointer. > The first patch allows this; the second improves the error message > if there are problems with qdev properties, as requested by Peter. > > Blue Swirl, can you apply? Thanks,

[Qemu-devel] [PATCH 0/2] fix startup crash on sparc/ppc guests

2012-02-14 Thread Paolo Bonzini
The problem happens when qdev_set_prop_* is passed a NULL pointer. The first patch allows this; the second improves the error message if there are problems with qdev properties, as requested by Peter. Blue Swirl, can you apply? Paolo Bonzini (2): qdev: allow setting properties to NULL qdev: p