Re: [Qemu-devel] [PATCH v4 04/12] fdc: add disk field

2016-01-20 Thread John Snow
On 01/20/2016 03:35 PM, Eric Blake wrote: > On 01/19/2016 11:51 PM, John Snow wrote: >> Currently, 'drive' is used both to represent the current diskette >> type as well as the current drive type. >> >> This patch adds a 'disk' field that is updated explicitly to match >> the type of the disk. >>

Re: [Qemu-devel] [PATCH v4 04/12] fdc: add disk field

2016-01-20 Thread Eric Blake
On 01/19/2016 11:51 PM, John Snow wrote: > Currently, 'drive' is used both to represent the current diskette > type as well as the current drive type. > > This patch adds a 'disk' field that is updated explicitly to match > the type of the disk. > > As of this patch, disk and drive are always the

[Qemu-devel] [PATCH v4 04/12] fdc: add disk field

2016-01-19 Thread John Snow
Currently, 'drive' is used both to represent the current diskette type as well as the current drive type. This patch adds a 'disk' field that is updated explicitly to match the type of the disk. As of this patch, disk and drive are always the same, but forthcoming patches to change the behavior o