qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 07/10] block: add a transfer rate for floppy


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v2 07/10] block: add a transfer rate for floppy types
Date: Mon, 16 Jan 2012 11:18:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

Am 15.01.2012 08:51, schrieb Hervé Poussineau:
> Floppies must be read at a specific transfer rate, depending of its own 
> format.
> Update floppy description table to include required transfer rate.
> 
> Signed-off-by: Hervé Poussineau <address@hidden>
> ---
>  block.c  |   74 ++++++++++++++++++++++++++++++++-----------------------------
>  block.h  |   10 +++++++-
>  hw/fdc.c |    3 +-
>  hw/pc.c  |    3 +-

Meh. Having any floppy-specific logic in the block layer is wrong. We
need to finally get this moved into fdc.c.

Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]