]> git.proxmox.com Git - mirror_qemu.git/commit - hw/pc_piix.c
fdc: refactor device creation
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 5 Feb 2011 16:32:23 +0000 (16:32 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 20 Feb 2011 09:33:46 +0000 (09:33 +0000)
commit63ffb564dca94f8bda01ed6d209784104630a4d2
tree4804b4a3feea7e6854e9fe869901f4a964391e06
parentd288c7ba7beb7975fe4bc15b0b14b9fd14da0a03
fdc: refactor device creation

Turn fdc_init_isa into an inline function.

Get floppy geometry directly from the drives.

Don't expose FDCtrl.

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