On Mon, Dec 6, 2021 at 11:50 AM Philippe Mathieu-Daudé <[email protected]> wrote:
> On 12/6/21 11:43, Philippe Mathieu-Daudé wrote:
> > On 12/6/21 10:52, Alex Bennée wrote:
> >> This reverts commit 7852a77f598635a67a222b6c1463c8b46098aed2.
> >>
> >> The check is bogus as it ends up finding itself and falling over.
> >>
> >> Signed-off-by: Alex Bennée <[email protected]>
> >> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/733
> >> Reviewed-by: Daniel P. Berrangé <[email protected]>
> >> Message-Id: <[email protected]>
> >>
> >> ---
> >> v2
> >>   - fixed bug link
> >
> > IIUC Cornelia & Mark said the correct fix is simply:
> >
> > -- >8 --
> > -    if (object_resolve_path_type("", TYPE_ISA_VGA, NULL)) {
> > +    if (!object_resolve_path_type("", TYPE_ISA_VGA, NULL)) {
> > ---
>
> Bah I just noticed your update on v1:
> https://www.mail-archive.com/[email protected]/msg854596.html
>
> So:
>
> Acked-by: Philippe Mathieu-Daudé <[email protected]>

I meant:
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>

> and queued to mips-fixes, thanks.

(still valid).

Reply via email to