[libvirt] [PATCH] Fix stream procedure number for virDomainMigratePrepareTunnel3

2011-06-30 Thread Daniel P. Berrange
The virDomainMigratePrepareTunnel3 impl in the remote driver was using the procedure number for the virDomainMigratePrepareTunnel method. This doesn't work out so well, because it makes the server ignore drop all stream packets * src/remote/remote_driver.c: Fix procedure for PrepareTunnel3 ---

Re: [libvirt] [PATCH] Fix stream procedure number for virDomainMigratePrepareTunnel3

2011-06-30 Thread Eric Blake
On 06/30/2011 10:10 AM, Daniel P. Berrange wrote: The virDomainMigratePrepareTunnel3 impl in the remote driver was using the procedure number for the virDomainMigratePrepareTunnel method. This doesn't work out so well, because it makes the server ignore drop all stream packets *

Re: [libvirt] [PATCH] Fix stream procedure number for virDomainMigratePrepareTunnel3

2011-06-30 Thread Daniel P. Berrange
On Thu, Jun 30, 2011 at 10:22:59AM -0600, Eric Blake wrote: On 06/30/2011 10:10 AM, Daniel P. Berrange wrote: The virDomainMigratePrepareTunnel3 impl in the remote driver was using the procedure number for the virDomainMigratePrepareTunnel method. This doesn't work out so well, because it