[Qemu-devel] Re: [PATCH v2 2/3] Cocoa: ppc64 host support

2009-12-06 Thread Mike Kronenberg
On 06.12.2009, at 14:00, Andreas Faerber wrote: -int rectCount; +NSInteger rectCount; I know that this is endorsed by apple since 10.5 but NSInteger will break compiling on Tiger and older. Int on the other hand is only throwing a warning on Leopard if I'm not

Re: [Qemu-devel] [PATCH] OpenGL for OS X

2008-02-15 Thread Mike Kronenberg
On 01.02.2008, at 17:45, Mike Kronenberg wrote: After a little discussion on the list, I made this patch for cocoa.m, to replace CoreGraphic by OpenGL. It's way faster than CG, but it requires a Mac with OpenGL capable Graphics Card and at least 8mb of VRAM. I think starting with G4

[Qemu-devel] [PATCH] OpenGL for OS X

2008-02-01 Thread Mike Kronenberg
After a little discussion on the list, I made this patch for cocoa.m, to replace CoreGraphic by OpenGL. It's way faster than CG, but it requires a Mac with OpenGL capable Graphics Card and at least 8mb of VRAM. I think starting with G4 and Highend G3, this requirements are met. features:

Re: [Qemu-devel] [patch] cocoa.m - Core Graphics support

2008-01-30 Thread Mike Kronenberg
On 30.01.2008, at 19:59, Alexander Graf wrote: On Jan 21, 2008, at 5:18 PM, Mike Kronenberg wrote: This is a complete rewrite of cocoa.m to support Core Graphics. As mentioned in earlier threads, the QuickDraw API is depreciated starting with OS X 10.4. Now with OS X 10.5 it won't even

Re: [Qemu-devel] [patch] cocoa.m - Core Graphics support

2008-01-30 Thread Mike Kronenberg
I ran it using my x86_64 on 10.5.1, targetting x86_64-softmmu and booting a linux kernel. I could literally see every like getting repainted (which btw did not happen with my quick hacky version I sent to the list some time ago). You did not notice the effect with Your implementation,

[Qemu-devel] [patch] cocoa.m - Core Graphics support

2008-01-21 Thread Mike Kronenberg
(10.2 with the known workarounds). Please test and comment Mike File as .gz http://www.kberg.ch/qemu/091patches/cocoa.m.gz /* * QEMU Cocoa CG display driver * * Copyright (c) 2008 Mike Kronenberg * * Permission is hereby granted, free of charge, to any person obtaining a copy

Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-17 Thread Mike Kronenberg
On 18.01.2008, at 00:25, Andreas Färber wrote: Am 17.01.2008 um 18:34 schrieb Alexander Graf: I tested sparc-softmmu, ppc-softmmu, ppc64-softmmu, i386-softmmu on Linux/i386 from your gcc4 branch. It compiles okay on gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2). Runtime

Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-17 Thread Mike Kronenberg
On 18.01.2008, at 01:40, Mike Kronenberg wrote: On 18.01.2008, at 00:25, Andreas Färber wrote: Am 17.01.2008 um 18:34 schrieb Alexander Graf: I tested sparc-softmmu, ppc-softmmu, ppc64-softmmu, i386-softmmu on Linux/i386 from your gcc4 branch. It compiles okay on gcc (GCC) 4.1.3

Re: [Qemu-devel] [PATCH] OSX x86_32 host support

2008-01-14 Thread Mike Kronenberg
Alex, You'll find the patches at [1] It's basically an adaption of Pauls, Gwenoles and the Qs gcc4 OS X x86 patches. I'd rather go with Michael Matz's gcc4 patches. They look more sane and clean to me than Gwenoles do and I believe the 5% performance hit that goes with them is no real

[Qemu-devel] [PATCH] OSX x86_32 host support

2008-01-13 Thread Mike Kronenberg
Looks like I'm a little late for the party, as always :) . I really encourage everyone to work towards a gcc4.x solution for OS X. I just read and tried Alexanders x86_64 patch, as I finished our x86_32. If we could reach an out of the box solution for OS X, that would be great! You'll find

Re: [Qemu-devel] [PATCH] OSX x86_64 host support

2007-12-09 Thread Mike Kronenberg
Hi from Q, Yes we have a OpenGL, CG and in dev a Core Animation version for vga output. Quickdraw is depreciated since Tiger. But as QEMU has never added gcc4 to the tool-chain, there was never a official running version on any Intel machine :) Our OpenGL and CG implementation offer

Re: [Qemu-devel] KQEMU Darwin port status?

2007-03-20 Thread Mike Kronenberg
Cool :) just dlded your tarball, and things work well. I'm about to add the code to the genuine kqemu environment. With kqemu Variables and function stubs. I hope to post back soon. Mike On 20.03.2007, at 03:18, Philip Boulain wrote: Mike Kronenberg wrote: So any suggestions on how

Re: [Qemu-devel] KQEMU Darwin port status?

2007-03-20 Thread Mike Kronenberg
to a page index on... feel free to be faster :) Mike On 20.03.2007, at 09:02, Mike Kronenberg wrote: Cool :) just dlded your tarball, and things work well. I'm about to add the code to the genuine kqemu environment. With kqemu Variables and function stubs. I hope to post back soon. Mike

Re: [Qemu-devel] KQEMU Darwin port status?

2007-03-20 Thread Mike Kronenberg
a physical address to a page index on... feel free to be faster :) Mike On 20.03.2007, at 09:02, Mike Kronenberg wrote: Cool :) just dlded your tarball, and things work well. I'm about to add the code to the genuine kqemu environment. With kqemu Variables and function stubs. I hope to post back

Re: [Qemu-devel] KQEMU Darwin port status?

2007-03-19 Thread Mike Kronenberg
Hi there, On 17.03.2007, at 20:30, Philip Boulain wrote: Hi! I'll keep this succinct, because I'm sure they'd be FAQ-grade questions if this list had a FAQ: :) 1) Where's the version repository for KQEMU? It doesn't appear to be under/alongside QEMU itself. 2) Has anyone made any

Re: [Qemu-devel] QEMU GUI

2006-06-21 Thread Mike Kronenberg
Great Idea... This would be in c++ then, or do You fancy another wxWidget flavour? (I remember You did not like c++ in QEMU) If people are interested, we could try to port Q as a base, since it's going to be obsolete anyway (either by the new QEMU GUI or leopard)... :)

Re: [Qemu-devel] Support Questions

2006-06-13 Thread Mike Kronenberg
On 13.06.2006, at 16:37, Joe Lee wrote: I came across a product called Iemulator and think it based on QEMU. If so, I wanted to know how possible is it to re-brand qemu to something similar to Iemulator. IEmulator (as of the 1.7.x series) is a rebrand of a early stage project Q Build

Re: [Qemu-devel] usb-tablet support

2006-04-12 Thread Mike Kronenberg
Hello, I'm a little late for the party, it seems... ...never the less: here comes the patch for cocoa.m Tested with win2k and winXP. This patch fixes the cocoa compile problem that was introduced with the multi-display-support as well. Greetings Mike cocoa.m_tablet_02.diff.gz

Re: [Qemu-devel] win98 user mode network not working ...

2006-01-12 Thread Mike Kronenberg
On 12.01.2006, at 13:38, Adrian Coman wrote: Hi, I'm a newbie with qemu and I know there have been a lot of topics on the qemu networking topic, but none of them solved my problem ... I hope I'll get an answer from you. So, I have a CentOS 4.2 as host with qemu-0.8.0 installed from

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Mike Kronenberg
I made a proposal some month ago based on xml: http://lists.gnu.org/archive/html/qemu-devel/2005-08/msg00034.html I use this style of xml property lists for the configuration of the vm of Q (slightly alter by now). Q is a OS X port of QEMU http://www.kberg.ch/q I ran recently into some

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Mike Kronenberg
I'd like to see some more things in it (besides that windows clients can't handle (ba)sh scripts: - State of the machine (saved/running/snapshot) - what cpu/machine - further information (Author, Copyright...) - paths that can be handled by every plattform ... so you can g(zip) up a vm and

Re: [Qemu-devel] qemu and configuration file?

2006-01-04 Thread Mike Kronenberg
As I mentioned in a earlier thread about config files, one of the big advantages of XML is it's language independence. There are french, spanish, japanese, chinese people using qemu, resulting in imagenames / paths in the corresponding language. ASCII/UTF-8 is not everything. Mike On

Re: [Qemu-devel] Mac OS X issues

2005-12-20 Thread Mike Kronenberg
Built and tested! It works great now, thanks alot. New OS X Builds are up. Mike On 19.12.2005, at 19:21, Joachim Henke wrote: ...just to end this thread (c: The problem is fixed in todays CVS. Compling QEMU with GCC 3.3 on Mac OS X now works again: Running FreeDOS and Doom timedemo don't

Re: [Qemu-devel] Mac OS X issues

2005-12-14 Thread Mike Kronenberg
- it does not help - maybe I'm just too blind... Regards Jo. Mike Kronenberg wrote: Attached a diff against the last fully working CVS Snapshot I had. (ie, before mp was commited) I'm now scanning thru the changes in exec.c... my guess is, that things stay as they are, since gcc4

Re: [Qemu-devel] Mac OS X issues

2005-12-12 Thread Mike Kronenberg
Attached a diff against the last fully working CVS Snapshot I had. (ie, before mp was commited) On 11.12.2005, at 21:47, Joachim Henke wrote: gcc4 and -fno-tree-ch did the trick for me, too. -fno-tree-ch was mentioned earlyer on this list, to compile with gcc4 on OS X. But since gcc4 is

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Mike Kronenberg
try if using GCC 4 helps for you too? I'll do some more tests now. Hopefully I can track down the problem to someting more specific. Jo. Mike Kronenberg wrote: You find a freedos including doom here: http://www.kberg.ch/q/userfiles/freedosdoom.zip or at the oszoo.org Crashes: - when

Re: [Qemu-devel] [PATCH] Mac OS X: QEMU crashes when pressing dead keys

2005-12-09 Thread Mike Kronenberg
characters] characterAtIndex:0] will raise an NSRangeException that crashes qemu. The following patch fixes this bug: To Mike Kronenberg: Q has the same problem. Pressing a dead key in the monitor locks the emulation and you're not able to do anything further. Would you be so kind to confirm

Re: [Qemu-devel] qemu cpu-all.h

2005-11-22 Thread Mike Kronenberg
QEMU compiles fine on ppc now, but the Problem wit DOS under PPC persists. I tested Reactos 0.28 and Win95 and they both run fine so far. On the Dos side I tried the Freedos image from oszoo, Freedos installation Floppy from fdos.org, MS DOS 6.22 and MS DOS 7.0 (win95) and they all fail.

Re: [Qemu-devel] qemu cpu-all.h

2005-11-21 Thread Mike Kronenberg
Hello, I just wanted to build CVS taget i386-softmmu on a PPC G4 with OS X 10.3.9, GCC 3.3. I get a ton of the following compile errors: /diff/qemu/cpu-all.h: In function `ldq_le_p': /diff/qemu/cpu-all.h:234: warning: implicit declaration of function `ldl_p' /diff/qemu/cpu-all.h: In function

Re: [Qemu-devel] Bug report

2005-11-01 Thread Mike Kronenberg
Julien Lancien wrote: Hi, I am unable to compile qemu on my machine :p. I've attached the result of the configure and make. My gcc version is: 4.0.3 20051006 and kernel 2.6.13 vanilla. I used the CVS snapshot, but I got mostly the same problem with the 0.7.2 version. Tell me if you want more

Re: [Qemu-devel] Installing Debian PPC HOWTO

2005-10-20 Thread Mike Kronenberg
This is very helpful indeed! There where a lot of questions lately about ppc emulation. Could you post the resulting image to http://free.oszoo.org ? So people have a easy solution to test ppc emulation? I think hetz would also be happy to have this howto in his qemu forum at:

Re: [Qemu-devel] Windows 95 Network driver

2005-10-20 Thread Mike Kronenberg
It's a little messed up, since I'm redesigning the website: http://www.kberg.ch/q/index.php?p=10 You'll find even more info about configuring qemu at: http://qemu.dad-answers.com/ G Mike ___ Qemu-devel mailing list Qemu-devel@nongnu.org

Re: [Qemu-devel] qemu for macosx can't boot linux partition

2005-09-28 Thread Mike Kronenberg
Just from my experienc with using CD-ROM under OS X: say You want partition 1 of disk 5 You dont need the: /dev/disk5s1 But: /dev/rdisk5s1 wich is a raw access Mike Enric Pedascoll Quingles wrote: well, now i have running macosX.4 and i want to start a qemu session with a Debian partition,

Re: [Qemu-devel] news on the OS X cocoa port

2005-08-05 Thread Mike Kronenberg
-64 (x86_64 has more hits in google, but all the tech pages use x86-64) PowerPC (maybe PPC will make it easyer to grep?) SPARC MIPS G Mike El 04/08/2005, a las 8:36, Mike Kronenberg escribió: Mike Kronenberg wrote: I'm thinking of a new way to store the images and saved VMs, too. Maybe we

Re: [Qemu-devel] news on the OS X cocoa port

2005-08-04 Thread Mike Kronenberg
Mike Kronenberg wrote: I'm thinking of a new way to store the images and saved VMs, too. Maybe we could make something like vpc: A package with the config, disk-images and saved VMs, located in ~/Documents/QEMU PCs/ QEMU guest PC Format, a Proposal This should serve as a base

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-22 Thread Mike Kronenberg
Jim C. Brown wrote: On Thu, Jul 21, 2005 at 04:00:12PM +0200, Ren? Korthaus wrote: That is what I was also thinking about for some time, but first we should then agree on an universal way of saving configurations (this was already been touched by the list some time ago, couldnt find the

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-22 Thread Mike Kronenberg
Joshua Root wrote: On 21 Jul 2005, Natalia Portillo [EMAIL PROTECTED] wrote: El 21/07/2005, a las 18:33, Stealth Dave escribió: On Jul 21, 2005, at 6:46 AM, Hetz Ben Hamo wrote: On 7/21/05, Mike Kronenberg [EMAIL PROTECTED] wrote: Hetz Ben Hamo wrote: I'm thinking of a new way to store

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-22 Thread Mike Kronenberg
[snip] Right now I'm using .plist(property lists), which is very common in OS X, because you can read them back directly in to an Array or a Dictionaty. It's a standardized XML File. I'm a big fan of XML, but I'm also very much Intrested in having a compatible package over all platforms. I

[Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Mike Kronenberg
Based on experiences with Q, I rewrote the cocoa port. It features now: - Keyboard - Mouse - Full screen - Hardware CD-Rom support - Possibility to create/save guest PC profiles - Toolbar to load images for fd/cd and save/shutdown/reset guest PC - graphic interface to create/change/delete/start

Re: [Qemu-devel] news on the OS X cocoa port

2005-07-21 Thread Mike Kronenberg
Hetz Ben Hamo wrote: I just looked at the screenshots, and if you don't mind, I want to offer few suggestions for your GUI: 1. RAM size - how about adding up/down arrows (in addition to what you have right now) to increase RAM? Good Idea. How should they id/decrement the value? One by one

Re: [Qemu-devel] QEMU for Mac OS X

2005-07-08 Thread Mike Kronenberg
Larry Baker wrote: Larry, Please post this message on the qemu-devel mailing-list or the user forums. Pierre. 1. I am unable to get the pre-built QEMU for Mac OS X to connect to my Mac Mini's SuperDrive. I tried both -cdrom /dev/disk2 and -cdrom /dev/disk2s0. When I make a copy of the

Re: [Qemu-devel] Qemu 0.7 crashes on resizing windows in OS X

2005-06-29 Thread Mike Kronenberg
Ashish Naik wrote: Hi, I read somewhere that resize window problem on OS X was fixed prior to 0.7 but I still get the problem. Can anyone help? Please be more specific. What Problem do You have? Which Version do You use (CVS/binaries and cocoa/SDL)? What guestOS? When does the error

[Qemu-devel] Makefile.target

2005-06-21 Thread Mike Kronenberg
Hi all, I've made a patch for OS X to use the built-in CD-ROM drive. (-cdrom /dev/cdrom). I used #ifdef COCOA_CONFIG in block.c and added -framework CoreFoundation -framework IOKit to COCOA_LIBS in makefile.target. This works ok. But I want the Patch to work with SDL, too. So I use #ifdef

Re: [Qemu-devel] OS X Package Maintainer

2005-06-10 Thread Mike Kronenberg
Natalia Portillo wrote: Can you make a nightly build with the CVS? I'm travelling alot, so this won't excactly nightlies, but I plan to make alot of CVS builds, at least every time there is an announcement of CVS changes by Fabrice. And another with the patches that aren't in the CVS?

[Qemu-devel] OS X Package Maintainer

2005-06-08 Thread Mike Kronenberg
Pierre has asked me to maintain the OS X package. I will glady take this task. To keep things simple for enduser, I plan to make packages for the cocoa flavour of qemu. If You think there should also a sdl package, please inform me. Layout of the Package: Container: QEMU-0.7.x.dmg

Re: [Qemu-devel] [PATCH] cocoa.m

2005-05-27 Thread Mike Kronenberg
Natalia Portillo wrote: El 27/05/2005, a las 12:42, Mike Kronenberg escribió: -cocoalivethumbnail = qemu produces a 100x75 PNG thumbnail every 10 sec GREAT!!! But, better if can be specified how many time and/or a shortcut (like in virtualpc

Re: [Qemu-devel] cocoa.m using openGL

2005-05-24 Thread Mike Kronenberg
Hello Peter and Pierre I have woven the patch into my patch and run some basic but in other times often used benchmarks with doom: i unpacked freedos and installed doom from http://www.kberg.ch/cocoaqemu/files/freedosdoom.img.zip then i started doom with doom -timedemo demo3 (reboot between

Re: [Qemu-devel] cocoa.m using openGL

2005-05-23 Thread Mike Kronenberg
Peter Stewart wrote: Hi Hetz, I will do a comparison, and a diff, and add some more comments. Great, I can't wait to merge and test it :) I have a 800Mhz ibook 640M. When I ran Knoppix, and glxgears I got 7fps on OpenGL profiler and 5fps reported by glxgears. OpenGL profiler reported

Re: [Qemu-devel] cocoa.m using openGL

2005-05-23 Thread Mike Kronenberg
Peter Stewart wrote: Hi, Sorry for using up mail space, but here is the cocoa.m file. enjoy, peter. Thanks amillion! I will try it out tomorrow. Hope I too can produce a Patch soon, so there is not to much unneccessary work mergin bits'n'peaces :) Mike

Re: [Qemu-devel] 2 Questions

2005-05-02 Thread Mike Kronenberg
It seams that my first Mail got eaten: Status on my Work for cocoasupport for qemu - made a Toolbar with options to save VM, change Image for CD-Rom/Floppy - made a Controlling app, to start and configure WMs (right now I'm integrating that ap im qemu) From an earlyer Post, in which I proposed

[Qemu-devel] 2 Questions

2005-05-01 Thread Mike Kronenberg
I'm workin on the GUI for cocoa.m... I'm able to save/stop/start WMs from the GUI - if i stop qemu, am I able to change vars like memory/images/network and start qemu with a different VM without terminating qemu? I'm able to change images for cdrom/floppy from the GUI - is it possible to load a