commit | 17b6be4a7fc9db4f4c56908bab137d4c491471f1 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 12 14:25:17 2012 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 12 14:38:29 2012 +0100 |
tree | 0dd312f683c3514895c264d8337604758b4215b8 | |
parent | e644473445177671ec408dfdec705cf931657998 [diff] |
nbd: disallow nbd-server-add before nbd-server-start It works nicely with the QMP commands, but it adds useless complication with HMP. In particular, see the following: (qemu) nbd_server_add -w scsi0-hd0 (qemu) nbd_server_start -a localhost:10809 NBD server already exporting device scsi0-hd0 Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>