[pve-devel] [PATCH] internal snasphot async port to qemu 1.7
Alexandre DERUMIER
aderumier at odiso.com
Fri Nov 29 10:26:10 CET 2013
>>Does that help?
Thanks,that was the problem.
I have another error on savevm.c, I'll resend a patch today.
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Alexandre Derumier" <aderumier at odiso.com>, pve-devel at pve.proxmox.com
Envoyé: Vendredi 29 Novembre 2013 09:13:48
Objet: RE: [pve-devel] [PATCH] internal snasphot async port to qemu 1.7
> currently hang on
>
> monitor.c:2960:5: error: expected ‘}’ before ‘{’ token
> monitor.c:2965:5: error: expected ‘}’ before ‘{’ token
> make[1]: *** [monitor.o] Error 1
That is due to missing ',' in '.hx' files
in qmp-command.hx:
{
.name = "query-savevm",
.args_type = "",
.mhandler.cmd_new = qmp_marshal_input_query_savevm,
}, /* added comma here! */
and in hmp-commands.hx
{
.name = "savevm-end",
.args_type = "",
.params = "",
.help = "Resume VM after snaphot.",
.mhandler.cmd = hmp_savevm_end,
}, /* added comma here! */
Does that help?
More information about the pve-devel
mailing list