]> git.proxmox.com Git - mirror_qemu.git/commit
ide pc: Cut out the block layer geometry middleman
authorMarkus Armbruster <armbru@redhat.com>
Tue, 10 Jul 2012 09:12:38 +0000 (11:12 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 17 Jul 2012 14:48:30 +0000 (16:48 +0200)
commit9139046c16688615023f35668660f6d3947a05d6
tree8575e068894f580ccf7c48ee34fcb46df5d9dc75
parente2f3dc2b6a205cf969ba5d1307293db17fd9621f
ide pc: Cut out the block layer geometry middleman

PC BIOS setup needs IDE geometry information.  Get it directly from
the device model rather than through the block layer.  In preparation
of purging geometry from the block layer, which will happen later in
this series.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide.h
hw/ide/core.c
hw/ide/internal.h
hw/ide/qdev.c
hw/pc.c