Re: [libvirt] [PATCH 03/18] conf: use disk source accessors in bhyve/

2014-03-19 Thread Roman Bogorodskiy
Eric Blake wrote: > Part of a series of cleanups to use new accessor methods. > > * src/bhyve/bhyve_command.c (bhyveBuildDiskArgStr) > (virBhyveProcessBuildLoadCmd): Use accessors. > > Signed-off-by: Eric Blake This patch builds fine for me. I also did a basic testing and didn't notice any r

[libvirt] [PATCH 03/18] conf: use disk source accessors in bhyve/

2014-03-19 Thread Eric Blake
Part of a series of cleanups to use new accessor methods. * src/bhyve/bhyve_command.c (bhyveBuildDiskArgStr) (virBhyveProcessBuildLoadCmd): Use accessors. Signed-off-by: Eric Blake --- I haven't actually compile-tested this one yet, but unless my grep was off, I think I got it correctly. src/