
8 Jan
2016
8 Jan
'16
8:46 a.m.
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 +++++++++++++++++++++++ src/qemu/qemu_driver.c | 29 ----------------------------- 2 files changed, 23 insertions(+), 29 deletions(-)
ACK