Re: [Qemu-devel] [PATCH] ide/macio: Fix macio DMA initialisation.

2013-02-25 Thread Stefan Hajnoczi
On Sun, Feb 24, 2013 at 08:46:11PM +, Mark Cave-Ayland wrote: > Commit 07a7484e5d713f1eb7c1c37b18a8ab0d56d88875 accidentally introduced a bug > in the initialisation of the second macio DMA device which could cause some > DMA operations to segfault QEMU. > > CC: Andreas Färber > Signed-off-by

Re: [Qemu-devel] [PATCH] ide/macio: Fix macio DMA initialisation.

2013-02-24 Thread Andreas Färber
Am 24.02.2013 21:46, schrieb Mark Cave-Ayland: > Commit 07a7484e5d713f1eb7c1c37b18a8ab0d56d88875 accidentally introduced a bug > in the initialisation of the second macio DMA device which could cause some > DMA operations to segfault QEMU. > > CC: Andreas Färber > Signed-off-by: Mark Cave-Ayland

[Qemu-devel] [PATCH] ide/macio: Fix macio DMA initialisation.

2013-02-24 Thread Mark Cave-Ayland
Commit 07a7484e5d713f1eb7c1c37b18a8ab0d56d88875 accidentally introduced a bug in the initialisation of the second macio DMA device which could cause some DMA operations to segfault QEMU. CC: Andreas Färber Signed-off-by: Mark Cave-Ayland --- hw/macio.c |2 +- 1 file changed, 1 insertion(+),