summary refs log tree commit diff stats
path: root/hw/core/qdev-properties-system.c
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2023-10-20 11:07:29 +0200
committerJuan Quintela <quintela@redhat.com>2023-11-01 16:13:58 +0100
commita9500913ab96f59eb8f7e5fc79f80d5d66842102 (patch)
tree40ac2f570c041e71ec1bf2cfd8770bf9cc9db4ea /hw/core/qdev-properties-system.c
parent5b146be3e78d0290670cfc60179218e539a7774f (diff)
downloadfocaccia-qemu-a9500913ab96f59eb8f7e5fc79f80d5d66842102.tar.gz
focaccia-qemu-a9500913ab96f59eb8f7e5fc79f80d5d66842102.zip
migration: Use vmstate_register_any() for audio
We can have more than one audio backend.

void audio_init_audiodevs(void)
{
    AudiodevListEntry *e;

    QSIMPLEQ_FOREACH(e, &audiodevs, next) {
        audio_init(e->dev, &error_fatal);
    }
}

Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231020090731.28701-12-quintela@redhat.com>
Diffstat (limited to 'hw/core/qdev-properties-system.c')
0 files changed, 0 insertions, 0 deletions