Re: [Qemu-devel] [PATCH v3 12/13] fdc-test: Avoid deprecated 'change' command

2017-04-05 Thread John Snow
On 04/05/2017 03:47 PM, Eric Blake wrote: > Use the preferred blockdev-change-medium command instead. > > Admittedly, use of 'device' is also deprecated over the newer use > of 'id', but the test is exploiting that the name 'floppy0' is > auto-created by the board, and I could not figure out whe

[Qemu-devel] [PATCH v3 12/13] fdc-test: Avoid deprecated 'change' command

2017-04-05 Thread Eric Blake
Use the preferred blockdev-change-medium command instead. Admittedly, use of 'device' is also deprecated over the newer use of 'id', but the test is exploiting that the name 'floppy0' is auto-created by the board, and I could not figure out where the command line lives that would need to be tweake