commit | 20138d6cb838aa01bb1b382dcb5f3d3a119ff2cb | [log] [tgz] |
---|---|---|
author | K. Y. Srinivasan <kys@microsoft.com> | Wed Jul 17 17:27:27 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 26 16:40:42 2013 -0700 |
tree | 99f41151cd9a130cecead505c27ed01139f4493e | |
parent | 6741335bc7294548ac95cb1f4671991ff30da193 [diff] |
Drivers: hv: balloon: Initialize the transaction ID just before sending the packet Each message sent from the guest carries with it a transaction ID. Assign the transaction ID just before putting the message on the VMBUS. This would help in debugging on the host side. Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>