Re: [PATCH 4/5] lguest block driver feedback tidyups

2007-05-12 Thread Rusty Russell
On Fri, 2007-05-11 at 11:23 +1000, Rusty Russell wrote: > 1) Use new dma wrapper functions, and handle bind failure (may happen >in future) > 2) Use new lgdev_irq() "get me a good interrupt number" function. > 3) __force the ioremap: guests can use it as normal memory. And here is the update

[PATCH 4/5] lguest block driver feedback tidyups

2007-05-10 Thread Rusty Russell
1) Use new dma wrapper functions, and handle bind failure (may happen in future) 2) Use new lgdev_irq() "get me a good interrupt number" function. 3) __force the ioremap: guests can use it as normal memory. Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> --- drivers/block/lguest_blk.c | 16