qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/7] Misc ppc/mac machines clean up
@ 2023-01-04 21:59 BALATON Zoltan
  2023-01-04 21:59 ` [PATCH v7 1/7] input/adb: Only include header where needed BALATON Zoltan
                   ` (7 more replies)
  0 siblings, 8 replies; 65+ messages in thread
From: BALATON Zoltan @ 2023-01-04 21:59 UTC (permalink / raw)
  To: qemu-devel, qemu-ppc; +Cc: Mark Cave-Ayland

This is the remainder of the series that were postponed to after the
freeze the last time I've tried to submit them with some new patches
I did meanwhile.

BALATON Zoltan (7):
  input/adb: Only include header where needed
  mac_{old,new}world: Use local variable instead of qdev_get_machine()
  mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg
  mac_newworld: Add machine types for different mac99 configs
  mac_newworld: Deprecate mac99 with G5 CPU
  mac_newworld: Deprecate mac99 "via" option
  mac_newworld: Document deprecation

 docs/about/deprecated.rst    |   7 ++
 docs/system/ppc/powermac.rst |  12 ++--
 hw/misc/macio/cuda.c         |   2 -
 hw/misc/macio/pmu.c          |   3 -
 hw/misc/mos6522.c            |   1 -
 hw/ppc/mac_newworld.c        | 130 +++++++++++++++++++++++++++++++----
 hw/ppc/mac_oldworld.c        |  21 ++----
 include/hw/misc/mac_via.h    |   1 +
 include/hw/misc/macio/cuda.h |   1 +
 include/hw/misc/macio/pmu.h  |   1 +
 include/hw/misc/mos6522.h    |   3 +-
 11 files changed, 142 insertions(+), 40 deletions(-)

-- 
2.30.6



^ permalink raw reply	[flat|nested] 65+ messages in thread
* Re: Error detecting linker while compiling qemu-system-ppc on macOS
@ 2023-11-06 11:36 Howard Spoelstra
  0 siblings, 0 replies; 65+ messages in thread
From: Howard Spoelstra @ 2023-11-06 11:36 UTC (permalink / raw)
  To: BALATON Zoltan, qemu-devel qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]

Hello,

macOS seems to use
'/Library/Frameworks/Python.framework/Versions/3.11/bin/python3'
hsp@MacOSVentura qemu-ppc % ./configure --target-list=ppc-softmmu
Using './build' as the directory for build output
python determined to be
'/Library/Frameworks/Python.framework/Versions/3.11/bin/python3'
python version: Python 3.11.0

I had both python 3.11 and 3.12 installed through brew. I now removed 3.11.
When building with
--python=/usr/local/Cellar/python@3.12/3.12.0/bin/python3.12 I get:

hsp@MacOSVentura qemu-ppc % ./configure --target-list=ppc-softmmu
--python=/usr/local/Cellar/python@3.12/3.12.0/bin/python3.12
Using './build' as the directory for build output
python determined to be '/usr/local/Cellar/python@3.12/3.12.0/bin/python3.12'
python version: Python 3.12.0

And configure succeeds.




On Mon, 6 Nov 2023, Howard Spoelstra wrote:

Hi all,

I'm getting a error while compiling on macOS (Intel). It seems linker
detection is passed an unknown argument "--version", whereas "-v" works OK?
See log below.

See also
https://lists.nongnu.org/archive/html/qemu-devel/2023-10/msg10375.html and
the tickets listed in there. It should work with meson 1.2.x according to
Rene's ticket to Meson and you can install that from homebrew but it seems
it's not picked up. Why is it using
/Users/hsp/src/qemu-ppc/build/pyvenv/bin/python3.11
? How many pythons do you8 have on macOS? What does which python tell you
and does it work better when you add
--python=/path/to/python/that/homebrew/meson/uses ? Regards, BALATON Zoltan

[-- Attachment #2: Type: text/html, Size: 2122 bytes --]

^ permalink raw reply	[flat|nested] 65+ messages in thread

end of thread, other threads:[~2023-11-06 11:51 UTC | newest]

Thread overview: 65+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-04 21:59 [PATCH v7 0/7] Misc ppc/mac machines clean up BALATON Zoltan
2023-01-04 21:59 ` [PATCH v7 1/7] input/adb: Only include header where needed BALATON Zoltan
2023-01-05 13:45   ` Philippe Mathieu-Daudé
2023-01-10 22:12   ` Mark Cave-Ayland
2023-01-04 21:59 ` [PATCH v7 2/7] mac_{old,new}world: Use local variable instead of qdev_get_machine() BALATON Zoltan
2023-01-05  7:23   ` [PATCH v7 2/7] mac_{old, new}world: " Philippe Mathieu-Daudé
2023-01-05 17:15   ` [PATCH v7 2/7] mac_{old,new}world: " Bernhard Beschow
2023-01-10 22:13   ` [PATCH v7 2/7] mac_{old, new}world: " Mark Cave-Ayland
2023-01-04 21:59 ` [PATCH v7 3/7] mac_{old,new}world: Pass MacOS VGA NDRV in card ROM instead of fw_cfg BALATON Zoltan
2023-01-10 22:25   ` Mark Cave-Ayland
2023-01-11  0:54     ` BALATON Zoltan
2023-01-22 17:54       ` Mark Cave-Ayland
2023-01-22 22:16         ` BALATON Zoltan
2023-01-23 22:12           ` Mark Cave-Ayland
2023-01-24  0:13             ` BALATON Zoltan
2023-02-01 23:23               ` Mark Cave-Ayland
2023-02-02  0:46                 ` BALATON Zoltan
2023-01-04 21:59 ` [PATCH v7 4/7] mac_newworld: Add machine types for different mac99 configs BALATON Zoltan
2023-01-10 22:46   ` Mark Cave-Ayland
2023-01-11  0:36     ` BALATON Zoltan
2023-01-22 17:39       ` Mark Cave-Ayland
2023-01-22 21:48         ` BALATON Zoltan
2023-01-22 22:18           ` Josh Juran
2023-01-23 21:36           ` Mark Cave-Ayland
2023-01-24  0:36             ` BALATON Zoltan
2023-01-04 21:59 ` [PATCH v7 5/7] mac_newworld: Deprecate mac99 with G5 CPU BALATON Zoltan
2023-01-05  7:28   ` Philippe Mathieu-Daudé
2023-01-05 11:58     ` BALATON Zoltan
2023-01-04 21:59 ` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option BALATON Zoltan
2023-01-05 14:28   ` Philippe Mathieu-Daudé
2023-01-05 16:06     ` BALATON Zoltan
2023-01-10 22:52   ` Mark Cave-Ayland
2023-01-11  0:12     ` BALATON Zoltan
2023-01-12 20:22       ` Howard Spoelstra
2023-01-12 23:51         ` BALATON Zoltan
2023-01-13  7:26           ` Howard Spoelstra
2023-01-13 13:32             ` BALATON Zoltan
2023-01-22 18:06           ` Mark Cave-Ayland
2023-01-22 22:07             ` BALATON Zoltan
2023-01-23 22:06               ` Mark Cave-Ayland
2023-01-23 23:16                 ` Howard Spoelstra
2023-01-24  1:47                   ` BALATON Zoltan
2023-01-24 11:24                     ` Howard Spoelstra
2023-01-24 14:13                       ` BALATON Zoltan
2023-01-24 15:02                         ` Howard Spoelstra
2023-01-24 15:31                           ` BALATON Zoltan
2023-01-26 10:06                             ` Howard Spoelstra
2023-01-26 14:16                               ` BALATON Zoltan
2023-01-26 20:55                               ` BALATON Zoltan
2023-01-26 22:48                                 ` Howard Spoelstra
2023-01-27  0:03                                   ` BALATON Zoltan
2023-01-27  2:27                                     ` BALATON Zoltan
2023-01-27  7:01                                       ` Howard Spoelstra
2023-11-06  6:45                   ` Error detecting linker while compiling qemu-system-ppc on macOS Howard Spoelstra
2023-11-06 10:37                     ` BALATON Zoltan
2023-01-24  1:24                 ` [PATCH v7 6/7] mac_newworld: Deprecate mac99 "via" option BALATON Zoltan
2023-01-24 16:37         ` BALATON Zoltan
2023-01-24 21:05   ` Warner Losh
2023-01-04 21:59 ` [PATCH v7 7/7] mac_newworld: Document deprecation BALATON Zoltan
2023-01-05  7:31   ` Philippe Mathieu-Daudé
2023-01-05 12:02     ` BALATON Zoltan
2023-02-01 23:31 ` [PATCH v7 0/7] Misc ppc/mac machines clean up Mark Cave-Ayland
2023-02-01 23:59   ` BALATON Zoltan
2023-02-07 16:50     ` BALATON Zoltan
  -- strict thread matches above, loose matches on Subject: below --
2023-11-06 11:36 Error detecting linker while compiling qemu-system-ppc on macOS Howard Spoelstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).