Re: [Qemu-devel] [PATCH v2] machine: replace underscores in machine's property names

2014-07-21 Thread Andreas Färber
Am 18.07.2014 18:32, schrieb Marcel Apfelbaum: > Replaced '_' with '-' to comply with QOM guidelines. > Made the conversion from HMP to QMP in vl.c > > Signed-off-by: Marcel Apfelbaum > --- > v1 -> v2: > - Addressed Peter Maydell's comments: >- Replaced free by g_free to match the allocation

[Qemu-devel] [PATCH v2] machine: replace underscores in machine's property names

2014-07-18 Thread Marcel Apfelbaum
Replaced '_' with '-' to comply with QOM guidelines. Made the conversion from HMP to QMP in vl.c Signed-off-by: Marcel Apfelbaum --- v1 -> v2: - Addressed Peter Maydell's comments: - Replaced free by g_free to match the allocation. - Rebased to master. hw/core/machine.c | 8 vl.c