Re: [libvirt] [PATCH v3 3/4] qemu_command: Drop IDE validation code in qemuBuildControllerDevStr

2017-12-01 Thread John Ferlan
On 12/01/2017 08:06 AM, Pavel Hrdina wrote: > On Fri, Dec 01, 2017 at 07:31:31PM +0800, Lin Ma wrote: >> The corresponding code will be moved to qemuDomainControllerDefValidate >> by next patch. >> >> Signed-off-by: Lin Ma >> --- >> src/qemu/qemu_command.c | 10 +- >> 1 file changed, 1

Re: [libvirt] [PATCH v3 3/4] qemu_command: Drop IDE validation code in qemuBuildControllerDevStr

2017-12-01 Thread Pavel Hrdina
On Fri, Dec 01, 2017 at 07:31:31PM +0800, Lin Ma wrote: > The corresponding code will be moved to qemuDomainControllerDefValidate > by next patch. > > Signed-off-by: Lin Ma > --- > src/qemu/qemu_command.c | 10 +- > 1 file changed, 1 insertion(+), 9 deletions(-) > > diff --git a/src/qem

[libvirt] [PATCH v3 3/4] qemu_command: Drop IDE validation code in qemuBuildControllerDevStr

2017-12-01 Thread Lin Ma
The corresponding code will be moved to qemuDomainControllerDefValidate by next patch. Signed-off-by: Lin Ma --- src/qemu/qemu_command.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 6a8da1d..2074ff6 100644 -