commit | 6571b2dab4eb6c7061160490db984dbc01e5626d | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Fri Mar 15 12:25:40 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 15 12:11:50 2013 -0700 |
tree | eababb8049da4fcb1d41e7e458228e41638ee333 | |
parent | 7a64b864a0989302b5f6869f8b65b630b10bd9db [diff] |
Drivers: hv: balloon: Execute balloon inflation in a separate context Execute the balloon inflation operation in a separate work context. This allows us to decouple the pressure reporting activity from the ballooning activity. Testing has shown that this decoupling makes the guest more reponsive. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>