[Qemu-discuss] VirtIORNG not working

2014-10-02 Thread Werner, Patrick
Hi, we had some trouble with tomcat7 and the blocking /dev/random devices on KVM guests. So i’ve just tried to enable virtio-rng for the KVM guests like described here: http://wiki.qemu-project.org/Features-Done/VirtIORNG lsof /dev/random shows qemu - on the guest cat /sys/devices/virtual/misc

Re: [Qemu-discuss] [Qemu-devel] Question on qemu threads

2014-10-02 Thread Stefan Hajnoczi
On Tue, Sep 30, 2014 at 01:44:48PM -0400, Al Patel wrote: > In the current system, what are the extra threads? The set of thread is dynamic because worker threads are started and terminated depending on guest activity. You cannot make assumptions about threads and QEMU provides monitor commands t

Re: [Qemu-discuss] Virtio-blk and trim

2014-10-02 Thread Jakob Bohm
It makes a huge amount of sense for any backend that has sparse storage, including: - qcow2 (and all other cow formats). - raw files on any host file system that supports sparse files. - anything which caches the (virtual) sectors host side. - anything which supports discard/trim/puncture/whateve