Re: [Qemu-devel] [PATCH v4 07/12] fdc: Add fallback option

2016-01-20 Thread Eric Blake
On 01/19/2016 11:51 PM, John Snow wrote: > Currently, QEMU chooses a drive type automatically based on the inserted > media. If there is no disk inserted, it chooses a 1.44MB drive type. > > Change this behavior to be configurable, but leave it defaulted to 1.44. > > This is not earnestly intende

[Qemu-devel] [PATCH v4 07/12] fdc: Add fallback option

2016-01-19 Thread John Snow
Currently, QEMU chooses a drive type automatically based on the inserted media. If there is no disk inserted, it chooses a 1.44MB drive type. Change this behavior to be configurable, but leave it defaulted to 1.44. This is not earnestly intended to be used by a user or a management library, but r