
6 Jun
2017
6 Jun
'17
7:28 a.m.
On Mon, Jun 05, 2017 at 11:26:49AM +0200, Jiri Denemark wrote:
The function will be used in paths where mismatching CPU defs are not an error.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/conf/cpu_conf.c | 119 ++++++++++++++++++++++++++++++------------------- src/conf/cpu_conf.h | 3 +- src/conf/domain_conf.c | 2 +- 3 files changed, 77 insertions(+), 47 deletions(-)
Isn't there a better way how to do it? I don't like the fact that all errors are wrapped by that *if*. Pavel