[Qemu-devel] Booting Fedora in qemu-system-ppc

2007-02-07 Thread David Woodhouse
When booting the Fedora install CD, we seem to fall over on the ofboot.b script which decides whether to use the 32-bit or 64-bit kernel. http://people.redhat.com/jkeating/qemu-ppc.png Attempting to boot yaboot instead (with -kernel /usr/lib/yaboot/yaboot) doesn't seem much happier -- instead it s

Re: [Qemu-devel] Re: Recent BIOS breaks SYSLINUX

2007-02-07 Thread Lonnie Mendez
On Mon, 2007-02-05 at 22:42 -0800, Ed Swierk wrote: > On 2/5/07, Ed Swierk <[EMAIL PROTECTED]> wrote: > > I'm attempting to boot a Linux disk image with the SYSLINUX boot > > loader using the -nographic option. On the latest qemu CVS, the boot > > loader hangs before printing "Ready" and booting th

Re: [Qemu-devel] [Patch] darwin-user build failed

2007-02-07 Thread Pierre d'Herbemont
On 7 févr. 07, at 14:58, Toshimitsu Tanaka wrote: --- darwin-user/syscall.old 2007-02-07 22:23:53.0 +0900 +++ darwin-user/syscall.c 2007-02-07 22:04:53.0 +0900 @@ -1249,8 +1249,8 @@ }; struct sysctl_dir sysctls_kern[] = { -ENTRYE(KERN_TRANSLATE, "translate

[Qemu-devel] [PATCH] prctl, mount, uselib, syslog, mincore, clock_gettime syscalls

2007-02-07 Thread Kirill A. Shutemov
In the attachments debian patches to implementation subject syscalls. Any ideas why hasn't commited? #DPATCHLEVEL=0 Index: linux-user/syscall.c === --- linux-user/syscall.c.orig 2006-11-05 07:07:19.0 +0200 +++ linux-user/sysc

[Qemu-devel] [Patch] darwin-user build failed

2007-02-07 Thread Toshimitsu Tanaka
Hi, I got the source code of QEMU 0.9.0, and tried compiling on Mac OS X 10.4.8/PPC. I modified machload.c and syscall.c. It works. Thanks, Pierre. $ uname -srp Darwin 8.8.0 powerpc $ file a.out a.out: Mach-O executable i386 $ ./qemu-i386 -L /tmp a.out Starting a.out with qemu --

Re: [Qemu-devel] PXA27x processor support (XScale)

2007-02-07 Thread Aurelien Jarno
andrzej zaborowski a écrit : > Hi, > for anybody interested I uploaded a patch containing support for > Intel's PXA270 processor emulation for qemu. The patch is against > current CVS (or 0.9.0) and you can find it at > > http://www.zabor.org/balrog/qemu-pxa270-and-more.patch > > (450 kB). PXA

RE: [Qemu-devel] [PATCH] [SPARC] Fix floating point to integerconversion

2007-02-07 Thread Paul Robinson
On 07 February 2007 09:24, Aurelien Jarno wrote > I have found a bug on QEMU sparc, the floating point to > integer conversion instructions (fstoi, fdtoi, fstox, fdtox) . . . > > The problem affact for example wget which is unable to > download a file unless used with the -q argument. But give

Re: [Qemu-devel] PXA27x processor support (XScale)

2007-02-07 Thread andrzej zaborowski
Hi, On 07/02/07, Hetz Ben Hamo <[EMAIL PROTECTED]> wrote: Only a small question, if you don't mind: After patching QEMU with your patch, is it possible to run Windows Mobile (2003,2005)? I heard from quite few people (outside of QEMU mailing list) that would love to test their WinCE based apps o

[Qemu-devel] [PATCH] [SPARC] Fix floating point to integer conversion

2007-02-07 Thread Aurelien Jarno
Hi, I have found a bug on QEMU sparc, the floating point to integer conversion instructions (fstoi, fdtoi, fstox, fdtox) are not correctly emulated. The specifications says: "The result is always rounded toward zero; that is, the rounding direction (RD) field of the FSR register is ignored." T