|
|
On Sun, Apr 26, 2009 at 12:44:12PM -0500, Anthony Liguori wrote:
> >|-- audio
> >|-- block
> >|-- bluetooth
> >|-- crypto
> >|-- net
> >| `-- slirp
> >|-- parport
> >|-- scsi
> >|-- serial
> >|-- usb
> >`-- video
> >
>
> There's an awful lot of code refactoring needed before such a layout
> would make sense. In general, I think until there are at least 3 files
> in the form something-foo.c, it doesn't make sense to convert to
> something/foo.c
I agree. Useful subdirectories I can see currently are:
- usb
- net
- bluetooth
- block
- vnc
after looking at the code again I would also include the various scsi
files in the block directoty, they are pretty closely related and will
get even more interwinded with things like SG_IO passthrough for virtio.
|
|