qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] qxl: add migration blocker to avoid pre-save


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH v2] qxl: add migration blocker to avoid pre-save assert
Date: Mon, 10 Apr 2017 12:51:45 +0200

  Hi,

> > +                if (!qxl->migration_blocker) {
> > +                    Error *local_err = NULL;
> > +                    error_setg(&qxl->migration_blocker,
> > +                               "qxl: guest bug: command not in ram bar");
> > +                    migrate_add_blocker(qxl->migration_blocker,
> > &local_err);
> >
> 
> What do you do with the local_err? error_report_err() perhaps ?

We can't error out at that point, unlike most migration blockers this
isn't added at device initialization time.

So, yes, we could error_report it, but the message would end up in the
logfile unnoticed, so I'm not sure how useful that is ...

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]