
28 Feb
2017
28 Feb
'17
3:46 a.m.
On Mon, Feb 20, 2017 at 03:28:18PM +0100, Erik Skultety wrote:
Just to make the code a bit cleaner, move hostdev specific post parse code to its own function just in case it grows in the future.
Signed-off-by: Erik Skultety <eskultet@redhat.com> --- src/conf/domain_conf.c | 76 +++++++++++++++++++++++++++++++------------------- 1 file changed, 48 insertions(+), 28 deletions(-)
ACK, but I would move this patch at the first place in the series because it's a cleanup before introducing new feature and usually these cleanups can be pushed separately. Pavel