Subject: Help updating qemu to 0.7.0
To: None <tech-pkg@netbsd.org>
From: Juan RP <juan@xtrarom.org>
List: tech-pkg
Date: 04/29/2005 02:36:29
Hi, I would like to upgrade qemu to 0.7.0, but there is one thing I
cannot fix, the x86_64-softmmu target, the other ones are ok.
Do you want to fix this problem?
Try my incomplete package at: http://www.xtrarom.org/qemu-0.7.0.tar.gz
Another thing: on NetBSD there isn't isless(), islessequal(), isgreater(),
isgreaterequal() and isunordered(), we have to use the GCC builtins,
maybe we should change these conditionally (#ifdef __NetBSD__ ->
use the GCC builtin)?
Thanks.