Re: [Qemu-devel] [RFC] QEMU Dbus support - a proposal management API

2007-12-11 Thread Heikki Lindholm
dbus in a default installation. -- Heikki Lindholm

Re: [Qemu-devel] RFC: fix for random Qemu crashes

2007-11-16 Thread Heikki Lindholm
Jocelyn Mayer kirjoitti: On Fri, 2007-11-16 at 17:06 +0200, Heikki Lindholm wrote: J. Mayer kirjoitti: Some may have experienced of having some Qemu builds crashing, apparently at random places, but in a reproducable way. I found one reason for this crashes: it appears that with the growth

[Qemu-devel] ppc64 host support

2007-11-16 Thread Heikki Lindholm
ppc64 cache subtlety or what could this be? How could I create a test guest that is more deterministic than a linux install cd or such. FreeDOS, of course, works fine, but for example Duke Nukem in FreeDOS doesn't. I'd appreciate any tips/pointers how to get forward. -- Heikki Lindholm

Re: [Qemu-devel] RFC: fix for random Qemu crashes

2007-11-16 Thread Heikki Lindholm
registers) used while compiling op.o Does -winline give a warning when this happens? -- Heikki Lindholm

Re: [Qemu-devel] compiling qemu on ubuntu under parallels

2007-10-31 Thread Heikki Lindholm
like to have it as close and compatible as possible to the original QEMU source. What exactly is the problem building a darwin x86 gcc-3.4? I have built a darwin gcc x86 cross-compiler on a ppc host, which seems to create sane-looking executables, but have no intel mac, so... -- Heikki

Re: [Qemu-devel] Re: Trying to run L4dope on Q/QEMU (OSX/ppc)

2007-04-20 Thread Heikki Lindholm
-current.img.gz), and executing: /Applications/Q.app/Contents/MacOS/i386-softmmu.app/Contents/MacOS/ i386-softmmu -fda drops-demo-floppydisk-20050815.img -boot a then selecting DOpE demo option from grub can yield two results: Works fine on OS X/ppc with CVS qemu. Maybe a problem with Q.app? -- Heikki

[Qemu-devel] [PATCH] target-sparc fpu fix

2006-08-03 Thread Heikki Lindholm
Sparc target does not build on powerpc anymore. Not quite sure if the following patch is correct, but it fixes the problem. -- Heikki Lindholm --- target-sparc/op_helper.c.old2006-08-03 10:10:16.0 +0300 +++ target-sparc/op_helper.c2006-08-03 09:45:14.0 +0300

[Qemu-devel] [PATCH] Minor dyngen.c cleanup

2006-08-03 Thread Heikki Lindholm
Minor cleanup for powerpc. -- Heikki Lindholm --- dyngen.c.old2006-08-03 10:25:40.0 +0300 +++ dyngen.c2006-08-03 10:26:11.0 +0300 @@ -1912,7 +1912,7 @@ for(i = 0, rel = relocs;i nb_relocs; i++, rel++) { if (rel-r_offset

[Qemu-devel] [PATCH] Fix aio_init on non-glibc

2006-08-03 Thread Heikki Lindholm
It seems aio_init() is only available on glibc and Irix. This should fix compilation on other platforms. -- Heikki Lindholm --- block-raw.c.old 2006-08-03 15:02:28.0 +0300 +++ block-raw.c 2006-08-03 15:02:33.0 +0300 @@ -232,6 +232,7 @@ act.sa_handler

[Qemu-devel] [PATCH] ppc64 host support

2006-08-03 Thread Heikki Lindholm
A sent a patch some months ago for adding ppc64 host support on Linux. This one's pretty much the same, though updated to apply to the current CVS qemu. Only i386 target tested and working partially. -- Heikki Lindholm diff -Nru qemu/configure qemu-devel-ppc64/configure --- qemu/configure

[Qemu-devel] [PATCH] fix misplaced declaration in block-vvfat.c

2006-04-22 Thread Heikki Lindholm
Fix a misplaced variable declaration in block-vvfat.c -- Heikki Lindholm --- qemu/block-vvfat.c 2005-12-20 00:11:49.0 +0200 +++ qemu-build/block-vvfat.c2006-04-22 09:48:23.0 +0300 @@ -1578,10 +1578,12 @@ mapping = find_mapping_for_cluster(s, cluster_num

[Qemu-devel] [PATCH] ppc64 host support

2006-02-25 Thread Heikki Lindholm
netinst, but has some trouble after keyboard selection, i386-user runs 'ls'. The configure changes rudely destroy building on ppc 64-bit kernel + 32-bit userland. -- Heikki Lindholm diff -Nru qemu-cvs/configure qemu-devel-ppc64/configure --- qemu-cvs/configure 2006-02-09 19:58:47.0 +0200