mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging
This commit is contained in:
commit
952e849c15
23 changed files with 1318 additions and 1069 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue