Re: 'virtio DMA to IO ram' error

2009-01-01 Thread Avi Kivity
, the qemu instance crash showing the error 'virtio DMA to IO ram'. This is in the virtio_map_gpa function in virtio.c. Does anyone knows what this means? Here is the code from virtio_map_gpa . . static void *virtio_map_gpa(target_phys_addr_t addr, size_t size) { ram_addr_t off

'virtio DMA to IO ram' error

2008-12-30 Thread Passera, Pablo R
showing the error 'virtio DMA to IO ram'. This is in the virtio_map_gpa function in virtio.c. Does anyone knows what this means? Here is the code from virtio_map_gpa . . static void *virtio_map_gpa(target_phys_addr_t addr, size_t size) { ram_addr_t off; target_phys_addr_t addr1

RE: 'virtio DMA to IO ram' error

2008-12-30 Thread Passera, Pablo R
...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] On Behalf Of Passera, Pablo R Sent: Tuesday, December 30, 2008 10:50 AM To: kvm@vger.kernel.org Subject: 'virtio DMA to IO ram' error Hi everybody, I am trying to implement a new virtio device. I have implemented the new device in Qemu and I also