sergev / qemu

QEMU for PIC32
https://github.com/sergev/qemu/wiki
Other
29 stars 7 forks source link

Qemu complains about custom memory allocation vtable #7

Open cratuki opened 4 years ago

cratuki commented 4 years ago

When starting for the recommended retrobsd usage, I see this error,

(process:15764): GLib-WARNING **: 17:42:40.930: ../../../glib/gmem.c:493: custom memory allocation vtable not supported                                                                                                                       

Looks to be this issue, https://bugzilla.redhat.com/show_bug.cgi?id=1360137

Used this approach to patch, recompiled, and saw no further complaints, https://git.qemu.org/?p=qemu.git;a=commitdiff;h=98cf48f60aa4999f5b2808569a193a401a390e6a

cratuki commented 4 years ago

More context, in case useful. https://bugzilla.redhat.com/show_bug.cgi?id=1594304

sergev commented 4 years ago

Hi Craig @cratuki,

Thank you for bug reports. Could you please prepare a pull request to fix all these build issues?

Rebasing to latest QEMU seems too complicated. I'm not sure I have enough time for it.

Regards, --Serge

cratuki commented 4 years ago

Hi Serge @sergev

Thanks for your response, encouragement.

Some of what needed to be done was clear to me (issues 4&5) but I was less clear on how to change warning levels, or whether that was advisable.

So, I have submitted a PR that should address 4&5, but not the others.

C