'name' attribute is made mandatory in distinction with HMP command.
The patch also moves hmp_savevm implementation into hmp.c. This function
is just a simple wrapper now and does not have knowledge about
migration internals.
Signed-off-by: Denis V. Lunev
CC: Juan Quintela
CC: Amit Shah
CC: Mar
'name' attribute is made mandatory in distinction with HMP command.
The patch also moves hmp_savevm implementation into hmp.c. This function
is just a simple wrapper now and does not have knowledge about
migration internals.
Signed-off-by: Denis V. Lunev
CC: Juan Quintela
CC: Amit Shah
CC: Mar
On 12/24/2015 12:40 AM, Eric Blake wrote:
On 12/04/2015 07:44 AM, Denis V. Lunev wrote:
'name' attribute is made mandatory in distinction with HMP command.
The patch also moves hmp_savevm implementation into hmp.c. This function
is just a simple wrapper now and does not have knowledge about
mig
On 12/24/2015 12:40 AM, Eric Blake wrote:
On 12/04/2015 07:44 AM, Denis V. Lunev wrote:
'name' attribute is made mandatory in distinction with HMP command.
The patch also moves hmp_savevm implementation into hmp.c. This function
is just a simple wrapper now and does not have knowledge about
mig
On 12/04/2015 07:44 AM, Denis V. Lunev wrote:
> 'name' attribute is made mandatory in distinction with HMP command.
>
> The patch also moves hmp_savevm implementation into hmp.c. This function
> is just a simple wrapper now and does not have knowledge about
> migration internals.
>
> Signed-off-b
'name' attribute is made mandatory in distinction with HMP command.
The patch also moves hmp_savevm implementation into hmp.c. This function
is just a simple wrapper now and does not have knowledge about
migration internals.
Signed-off-by: Denis V. Lunev
CC: Juan Quintela
CC: Amit Shah
CC: Mar
On 12/01/2015 06:05 PM, Markus Armbruster wrote:
"Denis V. Lunev" writes:
On 11/17/2015 01:10 PM, Markus Armbruster wrote:
"Denis V. Lunev" writes:
Signed-off-by: Denis V. Lunev
CC: Juan Quintela
CC: Amit Shah
CC: Markus Armbruster
CC: Eric Blake
---
migration/savevm.c | 5 +
"Denis V. Lunev" writes:
> On 11/17/2015 01:10 PM, Markus Armbruster wrote:
>> "Denis V. Lunev" writes:
>>
>>> Signed-off-by: Denis V. Lunev
>>> CC: Juan Quintela
>>> CC: Amit Shah
>>> CC: Markus Armbruster
>>> CC: Eric Blake
>>> ---
>>> migration/savevm.c | 5 +
>>> qapi-schema.jso
"Denis V. Lunev" writes:
> On 11/18/2015 02:36 PM, Juan Quintela wrote:
>> Markus Armbruster wrote:
>>> "Denis V. Lunev" writes:
>>>
Signed-off-by: Denis V. Lunev
CC: Juan Quintela
CC: Amit Shah
CC: Markus Armbruster
CC: Eric Blake
---
migration/savevm.
On 12/01/2015 07:28 AM, Denis V. Lunev wrote:
+void qmp_savevm(bool has_name, const char *name, Error **errp)
+{
+do_savevm(has_name ? name : NULL, errp);
+}
+
>>> Please name do_savevm() qmp_savevm() and drop this wrapper.
>>>
>>> We're working on omitting has_FOO fo
On 11/17/2015 01:10 PM, Markus Armbruster wrote:
"Denis V. Lunev" writes:
Signed-off-by: Denis V. Lunev
CC: Juan Quintela
CC: Amit Shah
CC: Markus Armbruster
CC: Eric Blake
---
migration/savevm.c | 5 +
qapi-schema.json | 13 +
qmp-commands.hx| 25 ++
On 11/18/2015 02:36 PM, Juan Quintela wrote:
Markus Armbruster wrote:
"Denis V. Lunev" writes:
Signed-off-by: Denis V. Lunev
CC: Juan Quintela
CC: Amit Shah
CC: Markus Armbruster
CC: Eric Blake
---
migration/savevm.c | 5 +
qapi-schema.json | 13 +
qmp-commands.hx
Markus Armbruster wrote:
> "Denis V. Lunev" writes:
>
>> Signed-off-by: Denis V. Lunev
>> CC: Juan Quintela
>> CC: Amit Shah
>> CC: Markus Armbruster
>> CC: Eric Blake
>> ---
>> migration/savevm.c | 5 +
>> qapi-schema.json | 13 +
>> qmp-commands.hx| 25 +
"Denis V. Lunev" writes:
> Signed-off-by: Denis V. Lunev
> CC: Juan Quintela
> CC: Amit Shah
> CC: Markus Armbruster
> CC: Eric Blake
> ---
> migration/savevm.c | 5 +
> qapi-schema.json | 13 +
> qmp-commands.hx| 25 +
> 3 files changed, 43 in
Signed-off-by: Denis V. Lunev
CC: Juan Quintela
CC: Amit Shah
CC: Markus Armbruster
CC: Eric Blake
---
migration/savevm.c | 5 +
qapi-schema.json | 13 +
qmp-commands.hx| 25 +
3 files changed, 43 insertions(+)
diff --git a/migration/savevm.c b/
15 matches
Mail list logo