Re: [Qemu-discuss] How to enable kvm at runtime?

2016-02-11 Thread e...@flash.net
Under linux, you could use "modprobe" to add kvm modules in a script calling qemu and then use modprobe to remove them when exiting qemu. if you are are running multiple qemu's i suspect modprobe won't remove a currently used module, but take care here. maybe also install some watchdog to

Re: [Qemu-discuss] How to enable kvm at runtime?

2016-02-11 Thread Peter Maydell
On 11 February 2016 at 05:11, Ren Kimura wrote: > I have a question about activation of kvm. > > Is there any way to enable/disable kvm at qemu runtime? Yes, the command line is -enable-kvm. (We default to not using KVM.) > It should be useful for sandbox tools like DECAF

[Qemu-discuss] How to enable kvm at runtime?

2016-02-11 Thread Ren Kimura
Hi. I have a question about activation of kvm. Is there any way to enable/disable kvm at qemu runtime? It should be useful for sandbox tools like DECAF or TEMU, because some malware use VT-x information to detect these. Best regards. Ren Kimura