Re: [Qemu-devel] [PATCH 0/4] throttle: Race condition fixes and test cases

2018-08-13 Thread Kevin Wolf
Am 02.08.2018 um 16:50 hat Alberto Garcia geschrieben: > Hi all, > > here are the patches that I promised yesterday. > > I was originally thinking to propose this for the v3.0 release, but > after debugging and fixing the problem I think that it's not > essential (details below). > > The importa

Re: [Qemu-devel] [PATCH 0/4] throttle: Race condition fixes and test cases

2018-08-13 Thread Alberto Garcia
ping On Thu 02 Aug 2018 04:50:22 PM CEST, Alberto Garcia wrote: > Hi all, > > here are the patches that I promised yesterday. > > I was originally thinking to propose this for the v3.0 release, but > after debugging and fixing the problem I think that it's not > essential (details below). > > The

[Qemu-devel] [PATCH 0/4] throttle: Race condition fixes and test cases

2018-08-02 Thread Alberto Garcia
Hi all, here are the patches that I promised yesterday. I was originally thinking to propose this for the v3.0 release, but after debugging and fixing the problem I think that it's not essential (details below). The important patch is the second one. The first and the third are just test cases a