Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

QEMU-PPC

Featured Replies

QEMU package normally contains flavours so QEMU-Arm, QEMU-PPC etc.

 

Would enable the virtualisation of additional machines like PPC-Macs, AmigaOne PPC and so on. I've seen videos of both running well on x86 machines with QEMU-PPC

Edited by methanoid

  • 2 weeks later...

+1 for qemu-system-ppc, -s390x, -sparc, and well anything else I might need someday.

Oh and to the OP, what I do is just run fedora in a kvm and then install all the qemu-sytem-* emulations I want in there.  The nested kvm performance seems ok,  I am not doing any heavy lifting in mine (ppc and s390x).

  • 1 year later...

I don't think those use nesting, they use the jit to run code. Nesting is for the same system arch only, so x86-64 int the case of Unraid.

  • 5 months later...
On 4/5/2021 at 1:54 PM, methanoid said:

QEMU package normally contains flavours so QEMU-Arm, QEMU-PPC etc.

 

Would enable the virtualisation of additional machines like PPC-Macs, AmigaOne PPC and so on. I've seen videos of both running well on x86 machines with QEMU-PPC

PPC aarm64 and riscv have been added. But no template support just binaries.

  • 7 months later...
  • Author
On 10/7/2022 at 9:23 PM, SimonF said:

PPC aarm64 and riscv have been added. But no template support just binaries.

 

I missed the notification for this but not running unRAID right now but coming back V soon. 

 

I dont suppose you know if you have SIO's MacInABox running (it adds the Virt-manager interface) if the Qemu-PPC and Qemu-Arm etc options show up in that? I'd love to have my unRAID box (when its back) run everything I could ever want ;-)

7 hours ago, methanoid said:

 

I missed the notification for this but not running unRAID right now but coming back V soon. 

 

I dont suppose you know if you have SIO's MacInABox running (it adds the Virt-manager interface) if the Qemu-PPC and Qemu-Arm etc options show up in that? I'd love to have my unRAID box (when its back) run everything I could ever want ;-)

Sorry I dont run MacOS but do have virt manager running undrr docker will check.

  • 11 months later...
  • Author
On 5/30/2023 at 9:22 PM, SimonF said:

Sorry I dont run MacOS but do have virt manager running undrr docker will check.

 

patiently waiting last year for that check O.o

8 hours ago, methanoid said:

 

patiently waiting last year for that check O.o

So sorry I thought had replied.

 

image.png

39 minutes ago, SimonF said:

So sorry I thought had replied.

 

image.png

is that the virt-man docker?

I usually have to grab proxmox QEMU code and use xml qemu commands to get this to work in unraid.

https://github.com/m-bers/docker-virt-manager
For some reason it no longer in the Comuntiy app store with lattest 6.12.10

I remember else where in another form post that the template floats.

flash drive \config\plugins\dockerMan\templates-user

 

my-Virt-Manager.xml

41 minutes ago, bmartino1 said:

is that the virt-man docker?

I usually have to grab proxmox QEMU code and use xml qemu commands to get this to work in unraid.

https://github.com/m-bers/docker-virt-manager
For some reason it no longer in the Comuntiy app store with lattest 6.12.10

I remember else where in another form post that the template floats.

flash drive \config\plugins\dockerMan\templates-user

 

my-Virt-Manager.xml 2.37 kB · 0 downloads

Yes this is my template.

<?xml version="1.0"?>
<Container version="2">
  <Name>Virt-Manager</Name>
  <Repository>mber5/virt-manager:latest</Repository>
  <Registry>https://hub.docker.com/r/mber5/virt-manager</Registry>
  <Network>bridge</Network>
  <MyIP/>
  <Shell>sh</Shell>
  <Privileged>false</Privileged>
  <Support/>
  <Project/>
  <Overview>The virt-manager application is a desktop user interface for managing virtual machines through libvirt.&#xD;
It primarily targets KVM VMs.&#xD;
It presents a summary view of running domains, their live performance &amp;amp; resource utilization statistics, wizards enable the creation of new domains, and configuration &amp;amp; adjustment of a domain&#x2019;s resource allocation &amp;amp; virtual hardware. An embedded VNC and SPICE client viewer presents a full graphical console to the guest domain.</Overview>
  <Category>Tools:Utilities</Category>
  <WebUI>http://[IP]:[PORT:80]</WebUI>
  <TemplateURL>https://raw.githubusercontent.com/redvex2460/docker-templates/master/redvex2460/virt-manager.xml</TemplateURL>
  <Icon>https://raw.githubusercontent.com/redvex2460/docker-templates/master/redvex2460/images/vman.png</Icon>
  <ExtraParams/>
  <PostArgs/>
  <CPUset/>
  <DateInstalled>1682756013</DateInstalled>
  <DonateText>If you like my work please consider Donating.</DonateText>
  <DonateLink>https://paypal.me/RedVex2460Gaming</DonateLink>
  <Requires/>
  <Config Name="libvirt-sock" Target="/var/run/libvirt/libvirt-sock" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/var/run/libvirt/libvirt-sock</Config>
  <Config Name="images" Target="/var/lib/libvirt/images" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/var/lib/libvirt/images</Config>
  <Config Name="/dev/kvm" Target="/dev/kvm" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/dev/kvm</Config>
  <Config Name="HOSTS" Target="HOSTS" Default="" Mode="" Description="" Type="Variable" Display="always" Required="false" Mask="false">['qemu:///system']</Config>
  <Config Name="RootFolder" Target="/root" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/vman/root</Config>
  <Config Name="WEBGUI" Target="80" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8185</Config>
</Container>

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.