Re: [PATCH 07/10] drivers/hv: cleanup synic msrs if vmbus connect failed

2015-10-08 Thread Denis V. Lunev
...@canonical.com; vkuzn...@redhat.com; jasow...@redhat.com Cc: Andrey Smetanin ; Haiyang Zhang Subject: Re: [PATCH 07/10] drivers/hv: cleanup synic msrs if vmbus connect failed On 10/08/2015 05:01 AM, K. Y. Srinivasan wrote: From: Denis V. Lunev K.Y., there is one subtle thing in this submission. You

RE: [PATCH 07/10] drivers/hv: cleanup synic msrs if vmbus connect failed

2015-10-08 Thread KY Srinivasan
kuzn...@redhat.com; jasow...@redhat.com > Cc: Andrey Smetanin ; Haiyang Zhang > > Subject: Re: [PATCH 07/10] drivers/hv: cleanup synic msrs if vmbus connect > failed > > On 10/08/2015 05:01 AM, K. Y. Srinivasan wrote: > > From: Denis V. Lunev > > K.Y., > > there is

Re: [PATCH 07/10] drivers/hv: cleanup synic msrs if vmbus connect failed

2015-10-08 Thread Denis V. Lunev
On 10/08/2015 05:01 AM, K. Y. Srinivasan wrote: From: Denis V. Lunev K.Y., there is one subtle thing in this submission. You have changed "From:" field in comparison with the original letter. I have submitted the patch with "From: Andrey Smetanin " In this case Author: in the resulted git mai

[PATCH 07/10] drivers/hv: cleanup synic msrs if vmbus connect failed

2015-10-07 Thread K. Y. Srinivasan
From: Denis V. Lunev Before vmbus_connect() synic is setup per vcpu - this means hypervisor receives writes at synic msr's and probably allocate hypervisor resources per synic setup. If vmbus_connect() failed for some reason it's neccessary to cleanup synic setup by call hv_synic_cleanup() at ea