]> git.proxmox.com Git - qemu.git/commit
ide/macio: Fix macio DMA initialisation.
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 24 Feb 2013 20:46:11 +0000 (20:46 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 20:39:59 +0000 (15:39 -0500)
commitb91aee581090f9066a09111a220cf5c300fa56cc
tree4b496495a6fa7e9d27811d0899510bac171d96b1
parente09b99b54f1c2dac52e16d2666388c5813bb9a73
ide/macio: Fix macio DMA initialisation.

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 <afaerber@suse.de>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit 02d583c7232d65920634f7553700eb348f84e472)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/macio.c