mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Rework vm_state_change notifiers (Jan Kiszka)
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6402 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5c047c0d3f
commit
9781e0401a
4 changed files with 12 additions and 37 deletions
|
@ -1622,7 +1622,8 @@ static int audio_driver_init (AudioState *s, struct audio_driver *drv)
|
|||
}
|
||||
}
|
||||
|
||||
static void audio_vm_change_state_handler (void *opaque, int running)
|
||||
static void audio_vm_change_state_handler (void *opaque, int running,
|
||||
int reason)
|
||||
{
|
||||
AudioState *s = opaque;
|
||||
HWVoiceOut *hwo = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue