]> git.proxmox.com Git - qemu.git/commit - block.c
fdc: move floppy geometry guessing to block.c
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 12 Feb 2011 20:43:32 +0000 (20:43 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 20 Feb 2011 09:33:17 +0000 (09:33 +0000)
commit5bbdbb4676d17e782ae83055bac58e0751b25e4b
treea3f133f4c50866639006035734b119ea8ac13ea6
parent9b13ef9f4c5be62bf405ab4291e090631089707f
fdc: move floppy geometry guessing to block.c

Other geometry guessing functions already reside in block.c.

Remove some unused or debugging only fields.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
block.c
block.h
hw/fdc.c