On Wed, Dec 06, 2017 at 08:14:00PM -0500, John Ferlan wrote:
From: Lin Ma <lma(a)suse.com>
Move the IDE controller check from command line building to
controller def validation. Also explicitly include the avoidance
check for the implicit IDE controller from qemuBuildSkipController.
Cause the IDE case for command line building to generate a
failure if called to add an IDE since that shouldn't happen
if the Validate code did the right thing.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/qemu/qemu_command.c | 16 ----------------
src/qemu/qemu_domain.c | 33 ++++++++++++++++++++++++++++++++-
2 files changed, 32 insertions(+), 17 deletions(-)
ACK
Jan