Package Details: quickemu 4.9.7-1

Git Clone URL: https://aur.archlinux.org/quickemu.git (read-only, click to copy)
Package Base: quickemu
Description: Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
Upstream URL: https://github.com/quickemu-project/quickemu
Licenses: MIT
Conflicts: quickemu
Provides: quickemu
Submitter: sgnh
Maintainer: sgnh
Last Packager: sgnh
Votes: 36
Popularity: 2.37
First Submitted: 2021-10-08 14:45 (UTC)
Last Updated: 2024-12-30 21:43 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

EloDollZ commented on 2023-02-03 12:05 (UTC) (edited on 2023-02-03 12:28 (UTC) by EloDollZ)

Hey (new to AUR arch linux in general) I get a error, that "Download URL not leading to microsoft CDN" when i try to create a windows 10 VM. Ubuntu 22.10 works just fine, just to add, so the program works and installed correctly Don't know if i missed a patch or something where it was fixed.

-EloDollZ

cazd561 commented on 2023-01-19 13:39 (UTC)

I am having an error while running macos-catalina. If qemu-audio-pa isn't installed, i get the error of audio: Unknown audio driver `pa'. Should this be made a Dependancy? I don't know if this is just an edge case or if other people are having this problem.

bordam commented on 2022-12-08 11:52 (UTC) (edited on 2022-12-08 11:55 (UTC) by bordam)

Coreutils, grep, procps, sed, and util-linux should not be dependencies since they are members (or dependency of members) of the base-devel group.

edk2-ovmf should not be a dependency since it's already required by qemu

sgnh commented on 2022-10-03 20:25 (UTC)

Thanks @sekret. Looks like it's a new dependency - I've added it.

sekret commented on 2022-10-03 16:46 (UTC)

Please add socat as a dependency or at least as an optional dependency. Quickemu complaints about it missing with a Windows 11 installation. It's also listed as a dependency on the github page.

wioo commented on 2022-09-28 10:06 (UTC)

No problem. Thanks for quick fix. Maybe pinned comment about this issue would help. Something like: If there are any problems with missing dependencies install qemu-...

sgnh commented on 2022-09-27 12:55 (UTC) (edited on 2022-09-27 12:57 (UTC) by sgnh)

Sorry about that @wioo I've rolled it back to qemu.

This is a problem that started when the qemu package got split back in May. I've been receiving emails from people not being able to use quickemu because they choose the wrong dependency for qemu.

So I thought I'd change it to qemu-desktop, but that is of course also not right as you pointed out. Thanks :)

wioo commented on 2022-09-27 12:37 (UTC)

New dependency qemu-desktop is in conflict with qemu-full. Whats wrong with just qemu?

sekret commented on 2022-09-22 18:39 (UTC) (edited on 2022-09-22 18:40 (UTC) by sekret)

I just wanted to set up a macos monterey and here's the output I'm getting:


$ quickemu --vm macos-monterey.conf
Quickemu 4.3 using /usr/bin/qemu-system-x86_64 v7.1.0
 - Host:     Arch Linux running Linux 5.19 (Archlinux)
 - CPU:      11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz
 - CPU VM:   1 Socket(s), 1 Core(s), 2 Thread(s), 8G RAM
 - MSR:      WARNING! Ignoring unhandled Model-Specific Registers is disabled.

             echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs

             If you are unable to run macOS or Windows VMs then run the above 👆
             This will enable ignoring of unhandled MSRs until you reboot the host.
             You can make this change permenant by running: 'quickemu --ignore-msrs-always'
 - BOOT:     EFI (macOS), OVMF (OVMF_CODE.fd), SecureBoot (off).
 - Disk:     macos-monterey/disk.qcow2 (96G)
             Just created, booting from macos-monterey/RecoveryImage.img
 - Recovery: macos-monterey/RecoveryImage.img
 - Display:  SDL, qxl-vga, GL (on), VirGL (off)
 - ssh:      On host:  ssh user@localhost -p 22220
 - 9P:       On guest: sudo mount_9p Public-sekret
 - 9P:       On host:  chmod 777 /home/sekret
             Required for macOS integration 👆
 - Network:  User (virtio-net)
 - Monitor:  On host:  nc -U "macos-monterey/macos-monterey-monitor.socket"
             or     :  socat -,echo=0,icanon=0 unix-connect:macos-monterey/macos-monterey-monitor.socket
 - Serial:   On host:  nc -U "macos-monterey/macos-monterey-serial.socket"
             or     :  socat -,echo=0,icanon=0 unix-connect:macos-monterey/macos-monterey-serial.socket
qemu-system-x86_64: Display 'sdl' is not available.
cat: macos-monterey/macos-monterey.pid: No such file or directory
 - Process:  Starting macos-monterey.conf as macos-monterey ()

Looks like qemu-ui-sdl is required here. All works fine after installing it.

sgnh commented on 2022-09-01 04:11 (UTC) (edited on 2022-09-01 04:11 (UTC) by sgnh)

Thanks @ato2

I hadn't noticed that they had created the man pages. I've included them in the package now.