[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22633: Provide a kvm-less qemu / guix system vm
From: |
Christopher Allan Webber |
Subject: |
bug#22633: Provide a kvm-less qemu / guix system vm |
Date: |
Mon, 22 Feb 2016 13:27:11 -0800 |
User-agent: |
mu4e 0.9.13; emacs 24.5.1 |
Jookia writes:
> On Mon, Feb 22, 2016 at 11:35:30AM -0800, Christopher Allan Webber wrote:
>> #~(string-append
>> - " -enable-kvm -no-reboot -net nic,model=virtio \
>> + ;; Only enable kvm if we see /dev/kvm exists.
>> + ;; This allows uers without hardware virtualization to still use these
>> + ;; commands.
>> + #$(if (file-exists? "/dev/kvm")
>> + " -enable-kvm "
>> + "")
>> + " -no-reboot -net nic,model=virtio \
>> " #$@(map virtfs-option shared-fs) " \
>> -net user \
>> -serial stdio -vga std \
>> --
>> 2.6.3
>
> What if I enable KVM then run the script?
>
> Jookia.
Then it should use KVM.
- bug#22633: Provide a kvm-less qemu / guix system vm, (continued)
- bug#22633: Provide a kvm-less qemu / guix system vm, Ludovic Courtès, 2016/02/21
- bug#22633: Provide a kvm-less qemu / guix system vm, Christopher Allan Webber, 2016/02/22
- bug#22633: Provide a kvm-less qemu / guix system vm, Christopher Allan Webber, 2016/02/22
- bug#22633: Provide a kvm-less qemu / guix system vm, Jookia, 2016/02/22
- bug#22633: Provide a kvm-less qemu / guix system vm,
Christopher Allan Webber <=
- bug#22633: Provide a kvm-less qemu / guix system vm, Ludovic Courtès, 2016/02/22
- bug#22633: Provide a kvm-less qemu / guix system vm, Christopher Allan Webber, 2016/02/22
- bug#22633: Provide a kvm-less qemu / guix system vm, Ludovic Courtès, 2016/02/23