Re: [Qemu-devel] [PATCH] esp: enable busmaster

2012-11-20 Thread Kevin O'Connor
On Tue, Nov 20, 2012 at 06:33:41PM +0100, Paolo Bonzini wrote: > The HBA does DMA, thus we must enable the busmaster bit, > otherwise dma access will fail with recent qemu versions. Thanks - I applied this. -Kevin

[Qemu-devel] [PATCH] esp: enable busmaster

2012-11-20 Thread Paolo Bonzini
The HBA does DMA, thus we must enable the busmaster bit, otherwise dma access will fail with recent qemu versions. Signed-off-by: Paolo Bonzini --- src/esp-scsi.c | 2 ++ 1 file modificato, 2 inserzioni(+) diff --git a/src/esp-scsi.c b/src/esp-scsi.c index b795012..c43e55b 100644 --- a/src/esp-