Patrick Welche writes:
> Public bug reported:
>
> In brief, an install CD will successfully boot with qemu 4.0.0 built with
> glib 2.58.3, but freeze during boot with qemu 4.0.0 built with glib 2.60.0. I
> tracked it down to glib's GHashTable improvements. qemu is happy with a glib
> built fro
Public bug reported:
In brief, an install CD will successfully boot with qemu 4.0.0 built with glib
2.58.3, but freeze during boot with qemu 4.0.0 built with glib 2.60.0. I
tracked it down to glib's GHashTable improvements. qemu is happy with a glib
built from
```
git checkout -f 2.60.4
git r