Statistics
| Branch: | Revision:

root / tests / blockdev-test.c @ feature-archipelago

History | View | Annotate | Download (1.6 kB)

# Date Author Comment
7ceeedd0 11/07/2013 02:58 pm Stefan Hajnoczi

blockdev-test: add test case for drive_add duplicate IDs

The following should work:

(qemu) drive_add if=none,id=drive0
(qemu) drive_del drive0
(qemu) drive_add if=none,id=drive0

Previous versions of QEMU produced a duplicate ID error because
drive_add leaked the options....