Re: [patch 26/32] xen: Add Xen virtual block device driver.

2007-04-30 Thread Jeremy Fitzhardinge
Christoph Hellwig wrote: >> source "drivers/s390/block/Kconfig" >> +source "drivers/block/xen/Kconfig" >> > > Please don't add a new subdirectory for a tiny new driver that > really should be only a single .c file. > Yup. >> +config XEN_BLKDEV_FRONTEND >> +tristate "Block device fron

Re: [patch 26/32] xen: Add Xen virtual block device driver.

2007-04-29 Thread Christoph Hellwig
> source "drivers/s390/block/Kconfig" > +source "drivers/block/xen/Kconfig" Please don't add a new subdirectory for a tiny new driver that really should be only a single .c file. > +config XEN_BLKDEV_FRONTEND > + tristate "Block device frontend driver" > + depends on XEN > + default

[patch 26/32] xen: Add Xen virtual block device driver.

2007-04-29 Thread Jeremy Fitzhardinge
The block device frontend driver allows the kernel to access block devices exported exported by a virtual machine containing a physical block device driver. Signed-off-by: Ian Pratt <[EMAIL PROTECTED]> Signed-off-by: Christian Limpach <[EMAIL PROTECTED]> Signed-off-by: Chris Wright <[EMAIL PROTECT