Re: [Qemu-devel] [PATCH v4 0/2] Improve audio output quality

2017-10-18 Thread Gerd Hoffmann
Hi, > Which guests did you test with? > > I did a brief test with Windows 7 and still have sound dropouts, even > though it seems to not be as bad as before.  Didn't investigate yet > why. Played around a bit more. Windows 10 seems to work a bit better. Pushed some incremental patches. http

Re: [Qemu-devel] [PATCH v4 0/2] Improve audio output quality

2017-10-17 Thread Gerd Hoffmann
Hi, > This is still missing proper handling for VMState-migration, which I > will need a bit of assistance with. See attachment. It adds a bool to the state and a property to turn on/off the timer. It also adds a vmstate subsection, which will only saved in case the timer is in use. Also ext