summaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vl.c b/vl.c
index 137074b..a7c5551 100644
--- a/vl.c
+++ b/vl.c
@@ -7983,8 +7983,6 @@ void main_loop_wait(int timeout)
if (likely(!(cur_cpu->singlestep_enabled & SSTEP_NOTIMER)))
qemu_run_timers(&active_timers[QEMU_TIMER_VIRTUAL],
qemu_get_clock(vm_clock));
- /* run dma transfers, if any */
- DMA_run();
}
/* real time timers */
OpenPOWER on IntegriCloud