Re: [PATCH] virtio: set pci bus master enable bit

2009-12-04 Thread Jesse Barnes
On Tue, 1 Dec 2009 10:34:01 +1030 Rusty Russell ru...@rustcorp.com.au wrote: On Mon, 30 Nov 2009 02:22:01 am Michael S. Tsirkin wrote: As all virtio devices perform DMA, we must enable bus mastering for them to be spec compliant. Signed-off-by: Michael S. Tsirkin m...@redhat.com ---

Re: [PATCH] virtio: set pci bus master enable bit

2009-11-30 Thread Rusty Russell
On Mon, 30 Nov 2009 02:22:01 am Michael S. Tsirkin wrote: As all virtio devices perform DMA, we must enable bus mastering for them to be spec compliant. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/virtio/virtio_pci.c |1 + 1 files changed, 1 insertions(+), 0

[PATCH] virtio: set pci bus master enable bit

2009-11-29 Thread Michael S. Tsirkin
As all virtio devices perform DMA, we must enable bus mastering for them to be spec compliant. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/virtio/virtio_pci.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/virtio/virtio_pci.c