Re: [Qemu-devel] 64-bit toolchain for Solaris 10 on amd64?

2006-11-09 Thread Eric Lowe
> the blastwave toolchain installed as suggested, the gcc 3.4.5 still > does not support -m64. For example, when compiling a simple test > program (with just an empty main() function): $ /opt/csw/gcc3/bin/gcc -m64 /tmp/test.c /tmp/test.c:1: sorry, unimplemented: 64-bit mode not compiled in Hmph.

[Qemu-devel] Re: err Re: [qemu-discuss] New SUNWqemu-0.8.2, REV=2006.10.18-sol10-i386-opt.pkg.gz for x64/x86 ready for public testing

2006-10-20 Thread Eric Lowe
kqemu should work with OpenSolaris guests provided you don't use -kernel-kqemu. -kernel-kqemu is incompatible with the OpenSolaris kernel for a couple of reasons. First, it appears kqemu will need a change in its page table shadowing if we want to support OpenSolaris guests with full virtualizat

Re: [Qemu-devel] Re: Hello

2006-10-14 Thread Eric Lowe
>please ask Eric Lowe. >I did not prepare the x64/x86 stuff. >And the sdl amd64 bit patch is also from him. The SDL patch is from Juergen Zimmermann. I have not had any problems building 64-bit using --prefix /wherever/i/please to both QEMU and SDL's configure scripts; note that a

Re: [Qemu-devel] AMD64+Solaris10 compile

2006-10-12 Thread Eric Lowe
> Is there a way to compile qemu-cvs-snapshot under Solaris-10 running > on amd64 processor? Check out the sources and instructions at http://www.opensolaris.org/os/project/qemu There are some patches for 64-bit builds that I think still need to be committed to the main CVS source, you can cre

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-02 Thread Eric Lowe
>> Then lots of 'timeout: reset bus, target=0, lun=0' and other warnings >> with: >> >> Error for command 'read sector' Error Level: informational >> Sense Key: aborted command >> Vendor 'Gen-ATA' error code: 0x3 > > That's a new problem. It seems that the updated bios.bin doesn't setup >

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-09-29 Thread Eric Lowe
Woohoo! Thanks to everybody on the quick turnaround on this, it's very exciting to see it booting now. :) - Eric --- Fabrice Bellard <[EMAIL PROTECTED]> wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Fabrice Bellard06/09/29 > 20:01:17 > > Modified files: >

Re: [Qemu-devel] ENOMEDIUM OS X patch

2006-08-28 Thread Eric Lowe
Yes you are correct Solaris does not define this either, and I doubt other *nix systems do. Can this just be changed to #ifndef ENOMEDIUM #define ENOMEDIUM blahblah #endif or somesuch? - Eric --- Jose Renau <[EMAIL PROTECTED]> wrote: > > OS X does not include ENOMEDIUM on the error list >