moin / bugzilla / qemu

Enrico Scholz enrico.scholz at informatik.tu-chemnitz.de
Mon Nov 7 13:20:42 UTC 2005


jakub at redhat.com (Jakub Jelinek) writes:

>> > - qemu: this package builds together with the kqemu kernel modul. You
>> >   have to download it from the http://qemu.org/ website and then
>> >   compile the src.rpm)
>> 
>> Which version are you using? Here, 0.7.2 fails to build on FC4 due to
>> gcc-4 issues (which are not trivial to fix).
>
> If you are talking about abusing register variables on i?86, then
> that's just qemu's fault.

That's one part. The other one is the detection (and replacement) of
the 'ret' in emulated functions. There, gcc-4 optimizes things so that
the 'ret' happens in the middle of the function followed by some less
probable (but required) branches.

My comment was not a complain about gcc4, just a question how qemu can
be built with gcc4... ;)



Enrico




More information about the devel mailing list