diff options
| author | Kevin Wolf | 2013-06-05 14:19:41 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2013-06-06 11:27:05 +0200 |
| commit | 587da2c39c9ace168f4d01fa446a54ae998a2553 (patch) | |
| tree | 28a0dd5ef30da6a5bab0b721469850eafcd14064 /Makefile | |
| parent | qemu-io: Use the qemu version for -V (diff) | |
| download | qemu-587da2c39c9ace168f4d01fa446a54ae998a2553.tar.gz qemu-587da2c39c9ace168f4d01fa446a54ae998a2553.tar.xz qemu-587da2c39c9ace168f4d01fa446a54ae998a2553.zip | |
Make qemu-io commands available in HMP
It was decided to not make this command available in QMP in order to
make clear that this is not supposed to be a stable API and should be
used only for testing and debugging purposes.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ qemu-img.o: qemu-img-cmds.h qemu-img$(EXESUF): qemu-img.o $(block-obj-y) libqemuutil.a libqemustub.a qemu-nbd$(EXESUF): qemu-nbd.o $(block-obj-y) libqemuutil.a libqemustub.a -qemu-io$(EXESUF): qemu-io.o qemu-io-cmds.o $(block-obj-y) libqemuutil.a libqemustub.a +qemu-io$(EXESUF): qemu-io.o $(block-obj-y) libqemuutil.a libqemustub.a qemu-bridge-helper$(EXESUF): qemu-bridge-helper.o |
