qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

include/qom/object.h: rename Error ** parameter to more common errp

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191205174635.18758-19-vsementsov@virtuozzo.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>

authored by

Vladimir Sementsov-Ogievskiy and committed by
Markus Armbruster
1dc6ba24 a5fee60d

+2 -2
+2 -2
include/qom/object.h
··· 1635 1635 * property of type 'uint64'. 1636 1636 */ 1637 1637 void object_property_add_uint64_ptr(Object *obj, const char *name, 1638 - const uint64_t *v, Error **Errp); 1638 + const uint64_t *v, Error **errp); 1639 1639 void object_class_property_add_uint64_ptr(ObjectClass *klass, const char *name, 1640 - const uint64_t *v, Error **Errp); 1640 + const uint64_t *v, Error **errp); 1641 1641 1642 1642 /** 1643 1643 * object_property_add_alias: