Search found 497 matches

by mabam
Thu Feb 29, 2024 11:47 pm
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

Re: QEMU command in Win v.s. macOS host

I didn’t. But to verify, I ran the image on QEMU 8 using -machine pc-q35-5.2,vmport=off,i8042=off,hpet=off ^ which uses the QEMU 5.2 version of the q35 machine. All good except the missing acceleration. But the mentioned error is printed in the command window before QEMU even tries to start up the g...
by mabam
Thu Feb 29, 2024 10:57 pm
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

Re: QEMU command in Win v.s. macOS host

Okay, there was C:\Program Files\qemu\qemu-uninstaller.exe, which I didn’t realise before. But even after running it from both, v. 5.2 and v. 8 and then installing QEMU 5.2 again, I still get the same error message.

I’m using the https://qemu.weilnetz.de/w64/ binaries.
by mabam
Thu Feb 29, 2024 6:27 pm
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

Re: QEMU command in Win v.s. macOS host

So you're saying that with -machine pc-q35-5.2,vmport=off,i8042=off,hpet=off ^ everything is working and no error is thrown? Only if I use QEMU 8 without the -accel … line, which makes it way too slow to be actually useable. Or are you saying that you still get the error with that machine set? If I...
by mabam
Thu Feb 29, 2024 11:56 am
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

Re: QEMU command in Win v.s. macOS host

I just tested this original command with QEMU 8 again: […] "C:\Program Files\qemu\qemu-system-x86_64.exe" ^ -L "C:\Program Files\qemu\share" ^ -nodefaults ^ -vga none ^ -device e1000,mac=0A:AD:47:06:D2:2C,netdev=net0 ^ -netdev user,id=net0 ^ -device vmware-svga ^ -cpu Penryn,+sse...
by mabam
Wed Feb 28, 2024 10:05 pm
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

Re: QEMU command in Win v.s. macOS host

Giving this another shot, I found this thread: https://www.reddit.com/r/VFIO/comments/l9bl8b/comment/h0bdxib/ The comment there says: The last QEMU Windows build which works with WHPX is ( qemu-w64-setup-20210208.exe ). After that version I found that it breaks starting with ( qemu-w64-setup-2021040...
by mabam
Sun Dec 03, 2023 3:19 pm
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

Re: QEMU command in Win v.s. macOS host

It took a bit longer but I've just set up an Ubuntu 20.04 LTS instance in Hyper-V. It boots succesfully. But for WHPX acceleration of my QEMU VM, does anyone have an idea how to look further for the source of these errors: qemu: WHPX: Failed to emulate MMIO access with EmulatorReturnStatus: 2 qemu: ...
by mabam
Tue Nov 14, 2023 6:46 pm
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

Re: QEMU command in Win v.s. macOS host

That link looks promising, thank you!

I’ll follow-up in the end of next week, which is when I’ll be back at the windows machine.
by mabam
Tue Nov 14, 2023 3:07 pm
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

Re: QEMU command in Win v.s. macOS host

Yeah, it's just slow.
by mabam
Tue Nov 14, 2023 11:12 am
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

Re: QEMU command in Win v.s. macOS host

Thanks to your tip to execute the bat file from a command window, I got an error message saying: qemu-system-x86_64: WHPX: No accelerator found, hr=00000000 qemu-system-x86_64: failed to initialize whpx: No space left on device I could fix that by activating the windows features "VM platform&qu...
by mabam
Mon Nov 13, 2023 9:48 pm
Forum: General Macintosh Emulation
Topic: QEMU command in Win v.s. macOS host
Replies: 15
Views: 3582

QEMU command in Win v.s. macOS host

This is not actually about emulation, but about virtualisation. However, it shouldn't make a difference for this matter. I have the following command line successfully starting QEMU and booting the VM on a macOS x86_64 host: #!/bin/bash cd "$(dirname "$0")" port=45002 qemu-system...
by mabam
Fri Nov 03, 2023 6:00 pm
Forum: General Macintosh Emulation
Topic: x86 Emulation: UTM issues
Replies: 15
Views: 8763

Re: x86 Emulation: UTM issues

Actually, it’s the same whether I run the VM in UTM or in QEMU directly. But it does work for a VM I created following https://web.archive.org/web/20230209014802/https://adamroe.me/blog/snow-leopard-utm.php , both, in UTM and QEMU. It obviously uses a Snow Leopard distro as plain Snow Leopard would ...
by mabam
Fri Nov 03, 2023 11:47 am
Forum: General Macintosh Emulation
Topic: x86 Emulation: UTM issues
Replies: 15
Views: 8763

Re: x86 Emulation: UTM issues

I’m aware your UTM config files on https://github.com/adespoton/utmconfigs are for emulation on Apple Silicon hardware, not for virtualisation on an x86_64 host. But I’m running into an issue: When checking “Use Hypervisor” in UTM this changes -accel tcg,tb-size=512 in the qemu command to -accel hvf...
by mabam
Mon Oct 23, 2023 6:40 am
Forum: Basilisk II
Topic: A "rootless" app running a no-desktop BasiliskII
Replies: 16
Views: 4232

Re: A "rootless" app running a no-desktop BasiliskII

First: Everything in this post is based on the work of the programmers who call themselves kanjitalk755, zydeco, and mabam. All I did was string it together. For details of where this is coming from, see this thread: https://www.emaculation.com/forum/viewtopic.php?p=77159#p77159 zydeco’s original p...
by mabam
Sun Oct 22, 2023 2:34 pm
Forum: Basilisk II
Topic: System 7 coexisting with macOS X
Replies: 59
Views: 29917

Re: System 7 coexisting with macOS X

I have synced my master branch with kanjitalk755’s, but I’m using the rootless_updated branch for merging, which I haven’t done yet.
by mabam
Tue Oct 17, 2023 5:26 am
Forum: Basilisk II
Topic: System 7 coexisting with macOS X
Replies: 59
Views: 29917

Re: System 7 coexisting with macOS X

I’ll be home the day after tomorrow before I leave again on Saturday. Not sure whether I’ll have time to try getting the code merged in the meantime. And, since I’m not actually an expert, I don’t know whether the code will build in the end.

I’ll let you guys know here once I got to it.
by mabam
Mon Oct 16, 2023 10:58 am
Forum: Basilisk II
Topic: System 7 coexisting with macOS X
Replies: 59
Views: 29917

Re: System 7 coexisting with macOS X

I haven’t used it for longer. Not sure when I get to sync my repo with kanjitalk755’s up-to-date Basilisk II code. But I hope some time soon.
by mabam
Sun Sep 24, 2023 10:55 am
Forum: Basilisk II
Topic: Can't install multi-cd game
Replies: 15
Views: 3820

Re: Can't install multi-cd game

IIRC, the block size of the HDD (image) has an influence on the file size shown in Finder. That might explain 61K vs. 80K.

But whatever the file size, it shouldn’t shrink to 0K when copied to “Unix”.
by mabam
Sun Apr 30, 2023 8:03 pm
Forum: Off Topic
Topic: Adding Samba to my netatalk NAS
Replies: 2
Views: 4242

Re: Adding Samba to my netatalk NAS

I have yet to look further regarding a solution, didn’t spend any additional time in this since my initial post. But then I know combining with Samba isn’t an option.

Thanks for your response, it will save me quite some hassle and trouble!
by mabam
Sun Dec 25, 2022 7:42 pm
Forum: General Macintosh Emulation
Topic: x86 Emulation: UTM issues
Replies: 15
Views: 8763

Re: x86 Emulation: UTM issues

Yes; it should launch UTM if it isn't running and then run the named VM. It works for me for UTM 2.x through 4.x. You may need to play around with quotes/no quotes to get it to pass the string in correctly. UTM has an entire collection of URI handlers for different things -- you can pause/start/sto...
by mabam
Sun Dec 25, 2022 7:30 pm
Forum: General Macintosh Emulation
Topic: x86 Emulation: UTM issues
Replies: 15
Views: 8763

Re: x86 Emulation: UTM issues

I have my Terminal set to use bash (latest version installed via Homebrew). On a different Mac also running Ventura but using zsh, the above command throws an errors as it sees the “?” in it as a wild card: open utm://start?device=<device%20name> zsh: no matches found: utm://start?device=<device%20n...
by mabam
Thu Dec 15, 2022 1:35 pm
Forum: QEMU
Topic: Netatalk for macOS - networking classic and modern Macs
Replies: 104
Views: 44602

Re: Netatalk for macOS - networking classic and modern Macs

Update: Please clone a new copy of the repo to ensure you have access to new features. CVE security issues have been fixed and there is now a menu-driven install script. Shared volume detection via Bonjour in 10.4+ clients also works correctly. Enjoy! Thanks for your hard work! After upgrading to V...
by mabam
Wed Dec 14, 2022 2:06 am
Forum: General Macintosh Emulation
Topic: x86 Emulation: UTM issues
Replies: 15
Views: 8763

Re: x86 Emulation: UTM issues

I figured out how to launch individual VMs programmatically using open utm://start?device=<device%20name> which means I can use my regular Finder-clickable icons to launch everything. I tested this line in Terminal but it only launched UTM, not the VM. By “device” you mean the name given to the VM ...
by mabam
Mon Dec 12, 2022 10:55 pm
Forum: General Macintosh Emulation
Topic: x86 Emulation: UTM issues
Replies: 15
Views: 8763

Re: x86 Emulation: UTM issues

10.6 is more lightweight than 10.8, would be better for my ported VM as well. The original in Parallels is 10.6 Server and I had to update it for QEMU. Couldn’t update to 10.7 as its installer refused to run without me also providing the 10.7 installer for the server applications. The 10.8 installer...
by mabam
Sun Dec 11, 2022 6:39 pm
Forum: General Macintosh Emulation
Topic: x86 Emulation: UTM issues
Replies: 15
Views: 8763

Re: x86 Emulation: UTM issues

Found it:
https://github.com/kholia/OSX-KVM/blob/ ... n-opencore


Much easier than I thought – no hex editing and such.