Re: [libvirt] [PATCH 06/12] qemu: Handle CanonicalizeMachine in post parse

2016-01-08 Thread Peter Krempa
On Thu, Jan 07, 2016 at 22:50:00 -0500, Cole Robinson wrote: > Rather than open coding calls. I can't see any reason not to Historically, *PostParse wasn't called in the command line parser in the qemu driver, thus it was open-coded. > --- > src/qemu/qemu_domain.c | 23 +++ >

[libvirt] [PATCH 06/12] qemu: Handle CanonicalizeMachine in post parse

2016-01-07 Thread Cole Robinson
Rather than open coding calls. I can't see any reason not to --- src/qemu/qemu_domain.c | 23 +++ src/qemu/qemu_driver.c | 29 - 2 files changed, 23 insertions(+), 29 deletions(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index