qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Bug 818673] Re: virtio: trying to map MMIO memory


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [Bug 818673] Re: virtio: trying to map MMIO memory
Date: Sun, 14 Aug 2011 16:00:06 +0100

On Sun, Aug 14, 2011 at 7:11 AM, Rick Vernam <address@hidden> wrote:
> So that would point to virtio.  This appears to be the place for virtio bugs, 
> correct?
> Should I be doing anything to help usher this along?

Either we need to help Vadim reproduce this so he can take a look.
Vadim: were you able to reproduce this?

Or someone interested in Windows driver debugging can see if they can
debug this.  The symptom is that the guest driver is placing invalid
descriptors into the vring.  QEMU tries to map the memory and finds
the address is in a memory-mapped I/O region instead of a RAM region.
Normally the vring descriptors only point into RAM, so this is a guest
driver bug where the vring is being corrupted somehow.  If anyone
wants to take a look I can try to help guide them along the
virtio-specifics.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]