Re: [kvm-devel] Spawning threads in KVM/QEMU

2007-11-14 Thread Avi Kivity
Dor Laor wrote: > Anthony Liguori wrote: > >> Hi, >> >> I've been experimenting with creating IO threads for the PV device >> drivers. Unfortunately, my experiments haven't gotten very far as QEMU >> tends to hang up a bit into booting the guest whenever I spawn a thread >> that does any sor

Re: [kvm-devel] Spawning threads in KVM/QEMU

2007-11-14 Thread Dor Laor
Luca Tettamanti wrote: On Nov 13, 2007 11:42 PM, Dor Laor <[EMAIL PROTECTED]> wrote: Anthony Liguori wrote: I've been experimenting with creating IO threads for the PV device drivers. Unfortunately, my experiments haven't gotten very far as QEMU tends to hang up a bit into booting the

Re: [kvm-devel] Spawning threads in KVM/QEMU

2007-11-13 Thread Luca Tettamanti
On Nov 13, 2007 11:42 PM, Dor Laor <[EMAIL PROTECTED]> wrote: > Anthony Liguori wrote: > > I've been experimenting with creating IO threads for the PV device > > drivers. Unfortunately, my experiments haven't gotten very far as QEMU > > tends to hang up a bit into booting the guest whenever I spaw

Re: [kvm-devel] Spawning threads in KVM/QEMU

2007-11-13 Thread Dor Laor
Anthony Liguori wrote: > Hi, > > I've been experimenting with creating IO threads for the PV device > drivers. Unfortunately, my experiments haven't gotten very far as QEMU > tends to hang up a bit into booting the guest whenever I spawn a thread > that does any sort of read/write on a file des