PPC: dbdma: Move processing to io
commit03ee3b1e58266c7e5b155d58f443d94b23d2bd05
authorAlexander Graf <agraf@suse.de>
Sun, 30 Jun 2013 00:47:20 +0000 (30 02:47 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 11 Jul 2013 16:51:25 +0000 (11 18:51 +0200)
tree6814ae30466a417707b0b0b1bff2d5f243a0901c
parent4aa3510f6f36c5ea35219acf641788222d977437
PPC: dbdma: Move processing to io

Soon we will introduce intermediate processing pauses which will
allow the bottom half to restart a DMA request that couldn't be
fulfilled yet.

For that to work, move the processing variable into the io struct
which is what DMA providers work with.

While touching it, also change it into a bool

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/misc/macio/mac_dbdma.c
include/hw/ppc/mac_dbdma.h