Re: [Qemu-devel] [PATCH 04/10] qdev: Use error_prepend() for errors applying globals

2016-06-20 Thread Eduardo Habkost
On Mon, Jun 20, 2016 at 10:02:38AM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > > The same Error* will be used in an error_propagate() call in the > > future, so prepend a "can't apply global" prefix to it. > > What future? A future patch? > > > Signed-off-by: Eduardo Habkost

Re: [Qemu-devel] [PATCH 04/10] qdev: Use error_prepend() for errors applying globals

2016-06-20 Thread Markus Armbruster
Eduardo Habkost writes: > The same Error* will be used in an error_propagate() call in the > future, so prepend a "can't apply global" prefix to it. What future? A future patch? > Signed-off-by: Eduardo Habkost > --- > hw/core/qdev-properties.c | 5 +++-- > 1 file changed, 3 insertions(+), 2

[Qemu-devel] [PATCH 04/10] qdev: Use error_prepend() for errors applying globals

2016-06-15 Thread Eduardo Habkost
The same Error* will be used in an error_propagate() call in the future, so prepend a "can't apply global" prefix to it. Signed-off-by: Eduardo Habkost --- hw/core/qdev-properties.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hw/core/qdev-properties.c b/hw/core/qdev-