You really make me question the usefulness of commit msg prefixes
On Wed, Apr 18, 2018 at 12:55:40PM +0200, Peter Krempa wrote:
Replace direct usage of disk->src->driverName with the existing
accessors. The parser code where we assign the driver form XML is
s/form/from/
intentionally not fixed to save an allocation.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/conf/domain_conf.c | 4 ++--
src/qemu/qemu_parse_command.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano