[Qemu-discuss] Using I2c Device on qemu

2016-02-11 Thread Victor Gouveia
Hi, I have a barometer device connected on /dev/i2c-0 and I want use this device to read informations using qemu. Is it possible? If yes, how can I do? Victor Gouveia.

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 monitor

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

2016-02-11 Thread Ren Kimura
2016-02-12 2:07 GMT+09:00 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 us

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 or TEMU, > because some

[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