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

2017-04-11 Thread John Snow
On 04/11/2017 02:50 PM, Eric Blake wrote: > Use the preferred blockdev-change-medium command instead. > > Also, use of 'device' is deprecated; adding an explicit id on > the command line lets us use 'id' for both blockdev-change-medium > and eject. > > Signed-off-by: Eric Blake > > --- > v4:

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

2017-04-11 Thread Eric Blake
Use the preferred blockdev-change-medium command instead. Also, use of 'device' is deprecated; adding an explicit id on the command line lets us use 'id' for both blockdev-change-medium and eject. Signed-off-by: Eric Blake --- v4: use 'id' rather than 'device' [thanks to John and Kevin] v3: upd