Home
last modified time | relevance | path

Searched hist:f3a5d3f8a1a992376e3dd128ceee917cd1281da7 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff f3a5d3f8a1a992376e3dd128ceee917cd1281da7 Mon Jun 15 06:55:19 CDT 2009 Christoph Hellwig <hch@lst.de> raw-posix: split hdev drivers

Instead of declaring one BlockDriver for all host devices declared one
for each type: a generic one for normal disk devices, a Linux floppy
driver and a CDROM driver for Linux and FreeBSD. This gets rid of a lot
of messy ifdefs and switching based on the type in the various removal
device methods.

block.c grows a new method to find the correct host device driver based
on OS-sepcific criteria, which will later into the actual drivers in a
later patch in this series.

Signed-off-by: Christoph Hellwig <hch@lst.de>