diff options
| author | Chunyan Liu <cyliu@suse.com> | 2011-12-02 23:27:54 +0800 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2011-12-22 11:53:58 +0100 |
| commit | 3e05c785516efa6911504b1ddf936d2386c2e0b6 (patch) | |
| tree | aa9e703592ef725a2868d61ba582407f69ad3073 /scripts/qapi-commands.py | |
| parent | 7a706633e9f77a15d12bcfdef5d80f09892fa70c (diff) | |
| download | focaccia-qemu-3e05c785516efa6911504b1ddf936d2386c2e0b6.tar.gz focaccia-qemu-3e05c785516efa6911504b1ddf936d2386c2e0b6.zip | |
Update ioctl order in nbd_init() to detect EBUSY
Update ioctl(s) in nbd_init() to detect device busy early. Current nbd_init() issues NBD_CLEAR_SOCKET before NBD_SET_SOCKET, if issuing "qemu-nbd -c /dev/nbd0 disk.img" twice, the second time won't detect EBUSY in nbd_init(), but in nbd_client will report EBUSY and do clear socket (the 1st time command will be affacted too because of no socket any more.) No change to previous version. Signed-off-by: Chunyan Liu <cyliu@suse.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions