Re: [PATCH 05/13] qemuBuildMachineCommandLine: Drop needless check

2020-06-24 Thread Daniel Henrique Barboza
On 6/24/20 10:49 AM, Michal Privoznik wrote: The machine can not be NULL at this point - qemuDomainDefPostParse() makes sure it isn't. Signed-off-by: Michal Privoznik --- Reviewed-by: Daniel Henrique Barboza

[PATCH 05/13] qemuBuildMachineCommandLine: Drop needless check

2020-06-24 Thread Michal Privoznik
The machine can not be NULL at this point - qemuDomainDefPostParse() makes sure it isn't. Signed-off-by: Michal Privoznik --- src/qemu/qemu_command.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 05e5c19118..c5b0ee231e 100644 --