> From: Paolo Bonzini [mailto:pbonz...@redhat.com]
> On 09/02/2015 13:15, Pavel Dovgaluk wrote:
> >> From: Paolo Bonzini [mailto:pbonz...@redhat.com]
> >>>                  break;
> >>>              case QEMU_OPTION_audio_help:
> >>>                  AUD_help ();
> >>> @@ -3244,6 +3254,7 @@ int main(int argc, char **argv, char **envp)
> >>>                  if (!opts) {
> >>>                      exit(1);
> >>>                  }
> >>> +                not_compatible_replay_param++;
> >>
> >> Why not compatible?
> >
> > Replay for audio adapter will be added in latter patches.
> > Trying to record/replay machine with audio using current
> > set of patches will break the replay.
> 
> For this case you can try adding a mechanism similar to migration
> blockers (replay blockers).

Do you mean adding flag to vmsd similar to unmigratable?

Pavel Dovgalyuk


Reply via email to