Home
last modified time | relevance | path

Searched hist:e5766d6ec7524345f4c0fa284c065b68c5e93049 (Results 1 – 2 of 2) sorted by relevance

/qemu/util/
H A Dqemu-config.ce5766d6ec7524345f4c0fa284c065b68c5e93049 Wed Oct 04 02:50:42 UTC 2017 Eduardo Habkost <ehabkost@redhat.com> config: qemu_config_parse() return number of config groups

Change qemu_config_parse() to return the number of config groups
in success and -EINVAL on error. This will allow callers of
qemu_config_parse() to check if something was really loaded from
the config file.

All existing callers of qemu_config_parse() and
qemu_read_config_file() only check if the return value was
negative, so the change shouldn't affect them.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20171004025043.3788-2-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
/qemu/block/
H A Dblkdebug.ce5766d6ec7524345f4c0fa284c065b68c5e93049 Wed Oct 04 02:50:42 UTC 2017 Eduardo Habkost <ehabkost@redhat.com> config: qemu_config_parse() return number of config groups

Change qemu_config_parse() to return the number of config groups
in success and -EINVAL on error. This will allow callers of
qemu_config_parse() to check if something was really loaded from
the config file.

All existing callers of qemu_config_parse() and
qemu_read_config_file() only check if the return value was
negative, so the change shouldn't affect them.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20171004025043.3788-2-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>