]> git.proxmox.com Git - qemu.git/commit - qemu-io.c
qemu-io: Split off commands to qemu-io-cmds.c
authorKevin Wolf <kwolf@redhat.com>
Wed, 5 Jun 2013 12:19:31 +0000 (14:19 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 6 Jun 2013 09:27:04 +0000 (11:27 +0200)
commit797ac58cb2093ab9192d8998a1fef85d87cc8661
tree7c1a39df7992121154238c5ec58b2d55ae56e102
parent734c3b85cb72d264ad2b38a87f30304e05de2cb1
qemu-io: Split off commands to qemu-io-cmds.c

This is the implementation of all qemu-io commands that make sense to be
called from the qemu monitor, i.e. everything except open, close and
quit.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Makefile
qemu-io-cmds.c [new file with mode: 0644]
qemu-io.c