migration: Add Error** argument to ram_state_init()
commit16ecd25a4f324fd98cb974a0fd80390c7e136ea7
authorCédric Le Goater <clg@redhat.com>
Wed, 20 Mar 2024 06:49:08 +0000 (20 07:49 +0100)
committerPeter Xu <peterx@redhat.com>
Tue, 23 Apr 2024 22:36:01 +0000 (23 18:36 -0400)
tree54abc1743ead157972e84a53be442ffc26d5a872
parent639ec3fbf96c15b1568f52a50b9fa727cde3144b
migration: Add Error** argument to ram_state_init()

Since the return value not exploited, follow the recommendations of
qapi/error.h and change it to a bool

Signed-off-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20240320064911.545001-13-clg@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
migration/ram.c