On Sun, Dec 02, 2018 at 23:09:59 -0600, Chris Venteicher wrote:
s/qemuProcessQmpAbort/qemuProcessQmpStop/ applied to change function
name
used to stop QEMU processes in process code moved from qemu_capabilities.
No functionality change.
The new name, qemuProcessQmpStop, is consistent with the existing
function qemuProcessStop used to stop Domain processes.
Signed-off-by: Chris Venteicher <cventeic(a)redhat.com>
---
src/qemu/qemu_capabilities.c | 2 +-
src/qemu/qemu_process.c | 6 +++---
src/qemu/qemu_process.h | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
After s/Qmp/QMP/g
Reviewed-by: Jiri Denemark <jdenemar(a)redhat.com>