gjun; Huangweidong (Hardware)
> Subject: Re: [Qemu-devel] [PATCH v2] migration:fix free XBZRLE decoded_buf
> wrong
>
> On 01/21/2014 05:11 AM, Gonglei (Arei) wrote:
> > Hi,
>
> This greeting...
>
> >
> > This is an update of my patch.
> > Modifica
: chenliang (T); Luonengjun; Huangweidong (Hardware)
Subject: Re: [Qemu-devel] [PATCH v2] migration:fix free XBZRLE decoded_buf
wrong
On 01/21/2014 02:11 PM, Gonglei (Arei) wrote:
Hi,
This is an update of my patch.
Modifications in v2:
* Removing excess check for g_free
* The structure of XBZRLE is
On 01/21/2014 05:11 AM, Gonglei (Arei) wrote:
> Hi,
This greeting...
>
> This is an update of my patch.
> Modifications in v2:
...and this mention of what you changed in v2,...
> * Removing excess check for g_free
> * The structure of XBZRLE is divided into two halves.One is for
> * src side,
On 21 January 2014 12:24, Orit Wasserman wrote:
> On 01/21/2014 02:11 PM, Gonglei (Arei) wrote:
>>
>> Hi,
>>
>> This is an update of my patch.
>> Modifications in v2:
>> * Removing excess check for g_free
>> * The structure of XBZRLE is divided into two halves.One is for
>> * src side, another is
gjun; Huangweidong (Hardware)
> Subject: Re: [Qemu-devel] [PATCH v2] migration:fix free XBZRLE decoded_buf
> wrong
>
> On 01/21/2014 02:11 PM, Gonglei (Arei) wrote:
> > Hi,
> >
> > This is an update of my patch.
> > Modifications in v2:
> > * Removing exce
On 01/21/2014 02:11 PM, Gonglei (Arei) wrote:
Hi,
This is an update of my patch.
Modifications in v2:
* Removing excess check for g_free
* The structure of XBZRLE is divided into two halves.One is for
* src side, another is for dest side.
What is the benefit of splitting the structure?
decode
Hi,
This is an update of my patch.
Modifications in v2:
* Removing excess check for g_free
* The structure of XBZRLE is divided into two halves.One is for
* src side, another is for dest side.
Signed-off-by: chenliang
---
arch_init.c | 23 ++-
include/mig