Eduardo Habkost <ehabk...@redhat.com> writes: > The new field will allow error handling to be configured by > qdev_prop_register_global() callers: &error_fatal and > &error_abort can be used to make QEMU exit or abort if any errors > are reported when applying the properties. > > While doing it, change the error message from "global %s.%s=%s > ignored" to "can't apply global %s.%s=%s". > > Suggested-by: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Eduardo Habkost <ehabk...@redhat.com>
Reviewed-by: Markus Armbruster <arm...@redhat.com>