"Denis V. Lunev" wrote:
> On 14/05/15 19:28, Juan Quintela wrote:
>> This allows us to store the current state to send it through migration.
>>
>> Signed-off-by: Juan Quintela
>> ---
>> include/sysemu/sysemu.h | 1 +
>> vl.c| 11 +++
>> 2 files changed, 12 inserti
"Dr. David Alan Gilbert" wrote:
> * Juan Quintela (quint...@redhat.com) wrote:
>> This allows us to store the current state to send it through migration.
>>
>> Signed-off-by: Juan Quintela
>> ---
>> include/sysemu/sysemu.h | 1 +
>> vl.c| 11 +++
>> 2 files changed,
On 05/18/2015 04:38 AM, Denis V. Lunev wrote:
> On 14/05/15 19:28, Juan Quintela wrote:
>> This allows us to store the current state to send it through migration.
>>
>> Signed-off-by: Juan Quintela
>> ---
>> +if (strlen(state)+1 > size) {
>> +return -1;
>> +}
>> +strncpy(str,
On 14/05/15 19:28, Juan Quintela wrote:
This allows us to store the current state to send it through migration.
Signed-off-by: Juan Quintela
---
include/sysemu/sysemu.h | 1 +
vl.c| 11 +++
2 files changed, 12 insertions(+)
diff --git a/include/sysemu/sysemu.h
* Juan Quintela (quint...@redhat.com) wrote:
> This allows us to store the current state to send it through migration.
>
> Signed-off-by: Juan Quintela
> ---
> include/sysemu/sysemu.h | 1 +
> vl.c| 11 +++
> 2 files changed, 12 insertions(+)
>
> diff --git a/includ
This allows us to store the current state to send it through migration.
Signed-off-by: Juan Quintela
---
include/sysemu/sysemu.h | 1 +
vl.c| 11 +++
2 files changed, 12 insertions(+)
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 8a52934..c1a4