Re: move vmd vioblk handling to another thread

2022-11-16 Thread Uwe Werler
On 12 Nov 01:52, David Gwynne wrote: > this updates a diff i had from a few years ago to move the vioblk > handling in vmd into a separate thread. > > basically disk io in your virtual machine should not block the vcpu from > running now. > > just throwing this out so people can give it a go and

Re: move vmd vioblk handling to another thread

2022-11-12 Thread Mischa
Hi David, Updated the machine to latest snap and applied the patch. The VMs I have on the machine I am testing with aren't booting properly. OpenBSD/amd64 BOOT 3.53 boot> NOTE: random seed is being reused. booting hd0a:/bsd: 15549720+3695624+345456+0+1171456

move vmd vioblk handling to another thread

2022-11-11 Thread David Gwynne
this updates a diff i had from a few years ago to move the vioblk handling in vmd into a separate thread. basically disk io in your virtual machine should not block the vcpu from running now. just throwing this out so people can give it a go and kick it around. Index: Makefile