mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
Fix warning in ide.c
The vm state handler needed updating after the recent vm state change notification refactoring. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6403 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9781e0401a
commit
f18be9010f
1 changed files with 1 additions and 1 deletions
2
hw/ide.c
2
hw/ide.c
|
@ -1152,7 +1152,7 @@ static void ide_sector_write(IDEState *s)
|
|||
}
|
||||
}
|
||||
|
||||
static void ide_dma_restart_cb(void *opaque, int running)
|
||||
static void ide_dma_restart_cb(void *opaque, int running, int reason)
|
||||
{
|
||||
BMDMAState *bm = opaque;
|
||||
if (!running)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue