On Thu 29 Jun 2017 05:10:53 PM CEST, Pradeep Jagadeesh wrote: > This patch move out the throttle code to util/throttle.c to maximize > the reusability of the code.The same code is also used by fsdev. > > Signed-off-by: Pradeep Jagadeesh <pradeep.jagade...@huawei.com>
> index 659a410..ac4f221 100644 > --- a/include/qemu/throttle-options.h > +++ b/include/qemu/throttle-options.h > @@ -10,6 +10,8 @@ > #ifndef THROTTLE_OPTIONS_H > #define THROTTLE_OPTIONS_H > > +#include "qmp-commands.h" > + Shouldn't this be qapi-types.h instead ? Otherwise the patch looks fine. Berto