]> xenbits.xensource.com Git - libvirt.git/commit
snapshot: use correct qmp monitor command
authorEric Blake <eblake@redhat.com>
Mon, 10 Oct 2011 20:20:38 +0000 (14:20 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 11 Oct 2011 22:54:03 +0000 (16:54 -0600)
commit59f179ce646698354fde59f12331d56a94d5164d
tree59bca113a9d0bc29b255219cd6de197483e587ac
parentb77b203cac1ad5e3eec1c73728c670bf464ce069
snapshot: use correct qmp monitor command

To date, JSON disk snapshots worked by accident, as they were always
using hmp fallback due to a typo in commit e702b5b not picking up
on the (intentional) difference in command names between the two
monitor protocols.

* src/qemu/qemu_monitor_json.c (qemuMonitorJSONDiskSnapshot):
Spell QMP command correctly.
Reported by Luiz Capitulino.
src/qemu/qemu_monitor_json.c