Searched hist:"67 fa1f5700248fc66d5b1526c268737e29892b86" (Results 1 – 1 of 1) sorted by relevance
/qemu/hw/audio/ |
H A D | hda-codec.c | 67fa1f5700248fc66d5b1526c268737e29892b86 Tue Jul 24 10:22:15 UTC 2018 Dr. David Alan Gilbert <dgilbert@redhat.com> audio/hda: Fix migration
Fix outgoing migration which was crashing in vmstate_hda_audio_stream_buf_needed, I think the problem is that we have room for upto 4 streams in the array but only use 2, when we come to try and save the state of the unused streams we hit st->state == NULL.
Fixes: 280c1e1cdb24d80ecdfc Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20180724102215.31866-1-dgilbert@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
|