summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-10-24 10:51:12 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-10-24 10:51:12 -0500
commit952e849c150b4f1b89f8728cba00f925c1d6e75b (patch)
tree93e950b81e84d1d20a915d8b1da5c75d3911f553 /hw
parentdb418a0a7ef5887ea0f3d167584e6f500bb0c4c5 (diff)
parent99435906cc92a45d6c2f7e18221d31349836f90e (diff)
downloadhqemu-952e849c150b4f1b89f8728cba00f925c1d6e75b.zip
hqemu-952e849c150b4f1b89f8728cba00f925c1d6e75b.tar.gz
Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging
Diffstat (limited to 'hw')
-rw-r--r--hw/mac_dbdma.c5
-rw-r--r--hw/mac_dbdma.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/hw/mac_dbdma.c b/hw/mac_dbdma.c
index 5affdd1..1791ec1 100644
--- a/hw/mac_dbdma.c
+++ b/hw/mac_dbdma.c
@@ -661,11 +661,6 @@ void DBDMA_register_channel(void *dbdma, int nchan, qemu_irq irq,
ch->io.channel = ch;
}
-void DBDMA_schedule(void)
-{
- qemu_notify_event();
-}
-
static void
dbdma_control_write(DBDMA_channel *ch)
{
diff --git a/hw/mac_dbdma.h b/hw/mac_dbdma.h
index 933e17c..6d1abe6 100644
--- a/hw/mac_dbdma.h
+++ b/hw/mac_dbdma.h
@@ -41,5 +41,4 @@ struct DBDMA_io {
void DBDMA_register_channel(void *dbdma, int nchan, qemu_irq irq,
DBDMA_rw rw, DBDMA_flush flush,
void *opaque);
-void DBDMA_schedule(void);
void* DBDMA_init (MemoryRegion **dbdma_mem);
OpenPOWER on IntegriCloud