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

2013-02-25 Thread Andreas Färber
Am 25.02.2013 15:41, schrieb Zhi Yong Wu: > Why is this patch so hottest? so that both guys would like to apply it?:) Bugs are always bad and should be fixed quickly. ;) But apart from that: It is a ppc Mac device (-> agraf) that was refactored by me to please the block guys (e.g., stefanha) want

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

2013-02-25 Thread Zhi Yong Wu
Why is this patch so hottest? so that both guys would like to apply it?:) On Mon, Feb 25, 2013 at 4:46 AM, Mark Cave-Ayland wrote: > Commit 07a7484e5d713f1eb7c1c37b18a8ab0d56d88875 accidentally introduced a bug > in the initialisation of the second macio DMA device which could cause some > DMA op

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

2013-02-25 Thread Alexander Graf
On 24.02.2013, at 21:46, 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: Mark Cave-Ayl