qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] How to set the network card for qemu to use?


From: Miroslav Rovis
Subject: Re: [Qemu-discuss] How to set the network card for qemu to use?
Date: Sat, 15 Oct 2016 20:49:05 +0200
User-agent: Mutt/1.7.0 (2016-08-17)

On 161015-21:05+0300, Aleksei wrote:
> > $ qemu-system-x86_64 -cpu host -display gtk -m 1024M  
> > devuan_jessie_1.0.0-beta_amd64_cloud.qcow2
> > qemu-system-x86_64: CPU model 'host' requires KVM
> 
> Did you try adding "-machine type=q35,accel=kvm -enable-kvm" to 
> arguments? You can also do "pc" instead of "q35".
Thanks! That actually worked :-) !  

This command I issued:

$ qemu-system-x86_64 -machine type=q35,accel=kvm -enable-kvm \
        -cpu host -display gtk -m 1024M \
        devuan_jessie_1.0.0-beta_amd64_cloud.qcow2

And it booted!

> For this to work you need kvm modules installed and loaded - from your 
> config I'm guessing you have AMD CPU, so that would be:
> # modprobe kvm
> # modprobe kvm_amd
> You have them with "y" in your config (I have "m"), so modprobe part may 
> be unnecessary.
Thanks, Aleksei, for this other tip, but that one wouldn't/couldn't work
(not literally applied like the above which did so).
Namely, I have a no-modules all-built-in system.

> /--Regards, Aleksei/

Really great! I'm happy for this. You brought some joy into this day of
mine!
-- 
Miroslav Rovis
Zagreb, Croatia
http://www.CroatiaFidelis.hr

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]