
3 Jul
2018
3 Jul
'18
12:58 p.m.
$SUBJ/ util: Remove unused bypassSecurityDriver from qemuOpenFileAs On 07/03/2018 01:57 AM, Michal Privoznik wrote:
This argument is not used anymore. The only function that is passing non-NULL (qemuDomainSaveMemory) does not actually care for the value (after 23087cfdb) and every other caller just passes NULL anyway.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_driver.c | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-)
Reviewed-by: John Ferlan <jferlan@redhat.com> John