Re: [Qemu-devel] Mac OS X guest no longer boot

2016-10-01 Thread Programmingkid
On Oct 1, 2016, at 2:19 PM, Mark Cave-Ayland wrote: > On 01/10/16 16:36, Programmingkid wrote: > >> Mac OS X no longer successfully boots under recent commits of QEMU. This >> problem appears to only be with the mac99 target. The beigeg3 target does >> still work. I have used my Mac OS 10.4 an

Re: [Qemu-devel] Mac OS X guest no longer boot

2016-10-01 Thread Mark Cave-Ayland
On 01/10/16 16:36, Programmingkid wrote: > Mac OS X no longer successfully boots under recent commits of QEMU. This > problem appears to only be with the mac99 target. The beigeg3 target does > still work. I have used my Mac OS 10.4 and Mac OS 10.2 boot cd images in the > tests. My command-line

[Qemu-devel] Mac OS X guest no longer boot

2016-10-01 Thread Programmingkid
Mac OS X no longer successfully boots under recent commits of QEMU. This problem appears to only be with the mac99 target. The beigeg3 target does still work. I have used my Mac OS 10.4 and Mac OS 10.2 boot cd images in the tests. My command-line: qemu-system-ppc -cdrom tiger.iso -boot d -M mac9

Re: [Qemu-devel] Mac OS 9 updates

2015-09-09 Thread Programmingkid
On Sep 9, 2015, at 4:03 PM, Mark Cave-Ayland wrote: > On 08/09/15 16:27, Programmingkid wrote: > >> Are we going to see any more GSoC 2015 updates? > > GSoC is now in the "pens down" phase although I believe we're currently > waiting on Cormac to resubmit the patchset with the appropriate SoBs

Re: [Qemu-devel] Mac OS 9 updates

2015-09-09 Thread Mark Cave-Ayland
On 08/09/15 16:27, Programmingkid wrote: > Are we going to see any more GSoC 2015 updates? GSoC is now in the "pens down" phase although I believe we're currently waiting on Cormac to resubmit the patchset with the appropriate SoBs... ATB, Mark.

[Qemu-devel] Mac OS 9 updates

2015-09-08 Thread Programmingkid
Are we going to see any more GSoC 2015 updates?

Re: [Qemu-devel] Mac OS X no longer boots from cd

2015-03-21 Thread Programmingkid
On Mar 20, 2015, at 6:31 PM, John Snow wrote: > > > On 03/20/2015 06:25 PM, Programmingkid wrote: >> >> On Mar 20, 2015, at 4:35 PM, John Snow wrote: >>> >>> If you feel like the CD rom boot failure is "new", I'd be very interested >>> to know how recent that failure is. >>> >>> The macio R

Re: [Qemu-devel] Mac OS X no longer boots from cd

2015-03-20 Thread John Snow
On 03/20/2015 06:25 PM, Programmingkid wrote: On Mar 20, 2015, at 4:35 PM, John Snow wrote: If you feel like the CD rom boot failure is "new", I'd be very interested to know how recent that failure is. The macio RFC might help, but if you have the cycles to do a bisect upstream, I would a

Re: [Qemu-devel] Mac OS X no longer boots from cd

2015-03-20 Thread Programmingkid
On Mar 20, 2015, at 4:35 PM, John Snow wrote: > > > On 03/20/2015 04:08 PM, Programmingkid wrote: >> >> On Mar 20, 2015, at 4:03 AM, Mark Cave-Ayland wrote: >> >>> On 20/03/15 02:38, Programmingkid wrote: >>> On Mar 19, 2015, at 11:29 AM, Alexander Graf wrote: > > >

Re: [Qemu-devel] Mac OS X no longer boots from cd

2015-03-20 Thread John Snow
On 03/20/2015 04:08 PM, Programmingkid wrote: On Mar 20, 2015, at 4:03 AM, Mark Cave-Ayland wrote: On 20/03/15 02:38, Programmingkid wrote: On Mar 19, 2015, at 11:29 AM, Alexander Graf wrote: On 19.03.15 15:50, Programmingkid wrote: On Mar 19, 2015, at 3:18 AM, Alexander Graf wrote:

Re: [Qemu-devel] Mac OS X no longer boots from cd

2015-03-20 Thread Programmingkid
On Mar 20, 2015, at 4:03 AM, Mark Cave-Ayland wrote: > On 20/03/15 02:38, Programmingkid wrote: > >> On Mar 19, 2015, at 11:29 AM, Alexander Graf wrote: >> >>> >>> >>> On 19.03.15 15:50, Programmingkid wrote: On Mar 19, 2015, at 3:18 AM, Alexander Graf wrote: > > >>

[PATCH] Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2008-01-07 Thread Andreas Färber
Am 12.12.2007 um 13:08 schrieb Alexander Graf: On Dec 12, 2007, at 12:39 PM, Andreas Färber wrote: Am 11.11.2007 um 13:40 schrieb Andreas Färber: Building CVS HEAD on OS X (here sparc-softmmu) currently results in unresolved symbols: gcc-3.3 -g-o qemu-img qemu-img.o qemu-img-block.

Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2007-12-14 Thread Alexander Graf
On Dec 14, 2007, at 4:17 PM, Andreas Färber wrote: Am 14.12.2007 um 12:24 schrieb Alexander Graf: On Dec 14, 2007, at 12:19 AM, Andreas Färber wrote: Am 12.12.2007 um 13:08 schrieb Alexander Graf: Does it work if you specify "-framework CoreFoundation -framework IOKit" in your LDFLAGS

Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2007-12-14 Thread Andreas Färber
Am 14.12.2007 um 12:24 schrieb Alexander Graf: On Dec 14, 2007, at 12:19 AM, Andreas Färber wrote: Am 12.12.2007 um 13:08 schrieb Alexander Graf: Does it work if you specify "-framework CoreFoundation -framework IOKit" in your LDFLAGS? That's what was needed on my Leopard x86_64 build.

Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2007-12-14 Thread Alexander Graf
On Dec 14, 2007, at 12:19 AM, Andreas Färber wrote: Am 12.12.2007 um 13:08 schrieb Alexander Graf: Does it work if you specify "-framework CoreFoundation -framework IOKit" in your LDFLAGS? That's what was needed on my Leopard x86_64 build. If I configure with LDFLAGS: LDFLAGS="-framewor

Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2007-12-13 Thread Andreas Färber
Am 12.12.2007 um 13:08 schrieb Alexander Graf: Does it work if you specify "-framework CoreFoundation -framework IOKit" in your LDFLAGS? That's what was needed on my Leopard x86_64 build. If I configure with LDFLAGS: LDFLAGS="-framework CoreFoundation -framework IOKit" ./configure -- pref

Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2007-12-12 Thread Alexander Graf
On Dec 12, 2007, at 12:39 PM, Andreas Färber wrote: Am 11.11.2007 um 13:40 schrieb Andreas Färber: Building CVS HEAD on OS X (here sparc-softmmu) currently results in unresolved symbols: gcc-3.3 -g-o qemu-img qemu-img.o qemu-img-block.o qemu-img- block-raw.o cutils.o block-cow.o bloc

Re: [Qemu-devel] Mac OS X build failure (qemu-img)

2007-12-12 Thread Andreas Färber
Am 11.11.2007 um 13:40 schrieb Andreas Färber: Building CVS HEAD on OS X (here sparc-softmmu) currently results in unresolved symbols: gcc-3.3 -g-o qemu-img qemu-img.o qemu-img-block.o qemu-img-block- raw.o cutils.o block-cow.o block-qcow.o aes.o block-vmdk.o block- cloop.o block-dmg.o

[Qemu-devel] Mac OS X build failure (qemu-img)

2007-11-11 Thread Andreas Färber
Hello, Building CVS HEAD on OS X (here sparc-softmmu) currently results in unresolved symbols: gcc-3.3 -g-o qemu-img qemu-img.o qemu-img-block.o qemu-img-block- raw.o cutils.o block-cow.o block-qcow.o aes.o block-vmdk.o block- cloop.o block-dmg.o block-bochs.o block-vpc.o block-vvfat.o

Re: [Qemu-devel] Mac OS X Keyboard

2007-11-07 Thread Jeshua Lacock
On Nov 7, 2007, at 12:41 PM, Jeshua Lacock wrote: I tried applying Jo's keyboard patch to Qemu 0.9.0 and I cannot the keyboard to properly work. In FreeDos for example, all of the regular keys work, but when I press the shift key it inputs the letter '

[Qemu-devel] Mac OS X Keyboard

2007-11-07 Thread Jeshua Lacock
Greetings, I tried applying Jo's keyboard patch to Qemu 0.9.0 and I cannot the keyboard to properly work. In FreeDos for example, all of the regular keys work, but when I press the shift key it inputs the letter 'a' and again the letter 'a' when the

Re: [Qemu-devel] mac os x on qemu?

2007-05-30 Thread C . W . Betts
In order to run Intel Mac OS X, you would need to circumvent the built-in DRM that Apple uses. Last time I checked, Qemu has the ability to use an EFI BIOS. However, you should be able to boot and install Darwin. On Saturday, May 26, 2007, at 06:29 AM, Christian Buhtz wrote: Did I understand

[Qemu-devel] mac os x on qemu?

2007-05-26 Thread Christian Buhtz
Did I understand the docs right that I am able to install MacOS X on qemu if qemu runs under WinXP on a IntelPC?

[Qemu-devel] Mac OS

2007-03-25 Thread Marian-Nicolae V. Ion
Hello all! Is it possible to install a MacOS as a guest in Linux? I've tried to create a disk image then I've tried to boot various CD versions of Mac (9, 10.3 and 10.4) but it ended quickly saying that "no boot disk was found" or something like that. However, the same dmg images have been normall

Re: [Qemu-devel] Mac OS

2006-11-26 Thread Natalia Portillo
Because nobody is working on PowerPC emulation under QEMU so there is no progress on forward. On 26/11/2006, at 17:10, Marian-Nicolae V. Ion wrote: Currently OpenFirmware emulation is broken, so PowerPC Mac OS won't work. OK, but why PearPC could work and Qemu not? PearPC being also a GPL p

Re: [Qemu-devel] Mac OS

2006-11-26 Thread Marian-Nicolae V. Ion
>Currently OpenFirmware emulation is broken, so PowerPC Mac OS won't >work. OK, but why PearPC could work and Qemu not? PearPC being also a GPL project... Marian ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/lis

Re: [Qemu-devel] Mac OS

2006-11-25 Thread Natalia Portillo
Currently OpenFirmware emulation is broken, so PowerPC Mac OS won't work. In the Intel side, the lack of EFI makes Mac OS X don't work as a guest, unless you use a cracked for-PC-use version, that works under QEMU Regards On 24/11/2006, at 23:14, Marian-Nicolae V. Ion wrote: Hello all!

Re: [Qemu-devel] Mac OS

2006-11-24 Thread Luis Felipe Strano Moraes
the fact that macs don't have bioses probably has something to do with it, I would guess. --lf On 11/24/06, Marian-Nicolae V. Ion <[EMAIL PROTECTED]> wrote: Hello all! Is it possible to install a MacOS as a guest in Linux? I've tried to create a disk image then I've tried to boot various CD v

[Qemu-devel] Mac OS

2006-11-24 Thread Marian-Nicolae V. Ion
Hello all! Is it possible to install a MacOS as a guest in Linux? I've tried to create a disk image then I've tried to boot various CD versions of Mac (9, 10.3 and 10.4) but it ended quickly saying that "no boot disk was found" or something like that. However, the same dmg images have been normall

Re: [Qemu-devel] Mac OS X Guest Support

2006-11-01 Thread Pavel Janík
From: Paul Brook <[EMAIL PROTECTED]> Date: Wed, 1 Nov 2006 14:47:59 + Hi, > > According to the roadmap, > > http://fabrice.bellard.free.fr/qemu/roadmap.html, Mac OS X will be > > supported as a guest OS. May I ask, what is the status of this? > > It almost works. AFAIK

Re: [Qemu-devel] Mac OS X Guest Support

2006-11-01 Thread Paul Brook
On Wednesday 01 November 2006 15:29, Joseph Miller wrote: > According to the roadmap, > http://fabrice.bellard.free.fr/qemu/roadmap.html, Mac OS X will be > supported as a guest OS. May I ask, what is the status of this? It almost works. AFAIK noone is working on this. Paul ___

[Qemu-devel] Mac OS X Guest Support

2006-11-01 Thread Joseph Miller
According to the roadmap, http://fabrice.bellard.free.fr/qemu/roadmap.html, Mac OS X will be supported as a guest OS. May I ask, what is the status of this? -Joseph ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/lis

[Qemu-devel] Mac OS X Guest Support

2006-10-20 Thread Joseph Miller
According to the roadmap, http://fabrice.bellard.free.fr/qemu/roadmap.html, Mac OS X will be supported as a guest OS. May I ask, what is the status of this? -Joseph ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/l

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-19 Thread Joachim Henke
...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 crash anymore. http://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00206.html Many thanks to Fabrice! ___

Re: [Qemu-devel] Mac OS X issues

2005-12-16 Thread Joachim Henke
Thanks for your hint! Again I modified several suspicious parts of the code, but I haven't had any success. Today I installed GCC 3.4.5 from sources. The qemu binary compiled with this version does _not_ crash. Now I'm beginning to believe that the whole trouble is really a bug in Apple's o

Re: [Qemu-devel] Mac OS X issues

2005-12-14 Thread Mike Kronenberg
Sorry, I'm a little in a hurry... The diff is rather big, so just export CVS_RSH="ssh" cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/qemu co -D "20051115" qemu this should check out the last working version. I built it with GCC3 and it was running fine. Mike On 13.12.2005, at 17:33, Jo

Re: [Qemu-devel] Mac OS X issues

2005-12-13 Thread Joachim Henke
Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x0010 0x00062f98 in tb_phys_invalidate (tb=0x8cad00, page_addr=4294967295) at /Volumes/Data/build/qemu/exec-all.h:249 249 { This is the path to the crash (each function calling

Re: [Qemu-devel] Mac OS X issues

2005-12-13 Thread Joachim Henke
Thanks for the patch! I already browsed through the CVS history on savannah, but it's a bit tricky because some code parts moved between files when SMP support was added. Could you please provide a complete diff to the last fully working CVS snapshot? According to your patch, it dates back

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 sti

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Joachim Henke
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 still not in the default toolchain, I did not even try :(. Seams that we have a problem with gcc3.3 and not gcc4 for once :) The error behavement

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Mike Kronenberg
Your the man! 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 still not in the default toolchain, I did not even try :(. Seams that we have a problem with gcc3.3 and not gcc4 for once :) The e

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Joachim Henke
I just did some tests on the freedos image from your web-site and my first impression is that these crashes are something compiler related. When I build qemu with ./configure --prefix=/usr/local --cc=gcc-3.3 --target-list=i386-softmmu --enable-cocoa and start your image with qemu -hda harddisk_

Re: [Qemu-devel] Mac OS X issues

2005-12-10 Thread Mike Kronenberg
Txs for the offer, Win and Lin are working ok for me, too. Mike On 09.12.2005, at 23:34, Joachim Henke wrote: Ok, thanks for your reply. I'm currently building qemu from CVS code several times a week, but I never had DOS related problems. The guest OS is Win98 SE and I use the DOS comman

[Qemu-devel] Mac OS X issues

2005-12-09 Thread Joachim Henke
Ok, thanks for your reply. I'm currently building qemu from CVS code several times a week, but I never had DOS related problems. The guest OS is Win98 SE and I use the DOS command prompt quite often. What are you doing, when it crashes qemu? Does this occur randomly or when running special

Re: [Qemu-devel] Mac OS X at native speed...

2005-06-10 Thread Ryan Rempel
On 6/9/05, Hetz Ben Hamo <[EMAIL PROTECTED]> wrote: > XpostFacto let you install OS X on macs with PPC chips (G3 as > minimum), not on Intel based PC's. > > Apple will *not* let users install OS-X/ X86 on your PC. Thats the > official word from Phil Schiller, Vice president of worldwide > markett

Re: [Qemu-devel] Mac OS X at native speed...

2005-06-09 Thread André Braga
2005/6/9, Hetz Ben Hamo <[EMAIL PROTECTED]>: > XpostFacto let you install OS X on macs with PPC chips (G3 as > minimum) Not exactly. Jaguar can be installed on a 603/604 machine. Panther and later versions require G3s at minimum. > On 6/9/05, Natalia Portillo <[EMAIL PROTECTED]> wrote: > > Apple

Re: [Qemu-devel] Mac OS X at native speed...

2005-06-09 Thread André Braga
Open Firmware is a "fantasy name" for the IEEE-1275 standard. It's not some idiotic gratuitous Apple fluff. 2005/6/6, Hetz Ben Hamo <[EMAIL PROTECTED]>: > Not exactly... > > As many Apple fans can tell you, apple just love to stick their own > ROM in there machines (I think it's called open firm

Re: [Qemu-devel] Mac OS X at native speed...

2005-06-09 Thread Natalia Portillo
Apple will use standard PC architecture: hardware, memory map, ROM (the BIOS), etc. Apple will remain the kernel as Open Source. Just search XPostFacto. Was easy to make OS X work in machines not officially supported, and so will be. El 06/06/2005, a las 23:21, Hetz Ben Hamo escribió: Not

Re: [Qemu-devel] Mac OS X at native speed...

2005-06-09 Thread Hetz Ben Hamo
Not exactly. XpostFacto let you install OS X on macs with PPC chips (G3 as minimum), not on Intel based PC's. Apple will *not* let users install OS-X/ X86 on your PC. Thats the official word from Phil Schiller, Vice president of worldwide marketting at Apple. So, I'm pretty sure Apple will use s

Re: [Qemu-devel] Mac OS X at native speed...

2005-06-08 Thread Hetz Ben Hamo
Not exactly... As many Apple fans can tell you, apple just love to stick their own ROM in there machines (I think it's called open firmware these days). Since your own PC doesn't have this ROM (and I imagine they'll add couple of tricks more to the package) - you won't be able even to install OS X

[Qemu-devel] Mac OS X at native speed...

2005-06-06 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Could this: http://apple.slashdot.org/apple/05/06/06/1752234.shtml?tid=118&tid=179&tid=3 help to run Mac OS X at near-native speed on x86? I'd really like to try OS X myself, but money-wise Qemu will most likely be the only way for me... So maybe this