Re: [Qemu-devel] DMA active hw_error

2011-12-27 Thread Richard Cole
fer from platform to platform too much? regards, Richard. On Tue, Dec 27, 2011 at 2:39 PM, Peter Maydell wrote: > On 27 December 2011 03:21, Richard Cole wrote: >> Another thing I don't understand is the code from this function > >>  switch(offset >> 2) >>    case

Re: [Qemu-devel] DMA active hw_error

2011-12-26 Thread Richard Cole
would then need to mod by the size of the channel struct. Am I completely off base or has this code never been run? regards, Richard. On Mon, Dec 26, 2011 at 6:26 PM, Richard Cole wrote: > I'm new to QEMU so this might be a rather naive question but why is > there a hw_error here: >

[Qemu-devel] DMA active hw_error

2011-12-26 Thread Richard Cole
I'm new to QEMU so this might be a rather naive question but why is there a hw_error here: https://github.com/qemu/QEMU/blob/2ac711791b2e4aabc5e4046b7428727828c705eb/hw/pl080.c#L96 It causes QEMU at least on my machine to abort. It would seem to make it so the rest of the function will never be e