Re: [Qemu-devel] [PATCH v2 01/15] qom: add helpers for UserCreatable object types

2016-01-13 Thread Daniel P. Berrange
Copying Andreas into the qom: related patch in this series On Mon, Jan 11, 2016 at 03:00:45PM +, Daniel P. Berrange wrote: > The QMP monitor code has two helper methods object_add > and qmp_object_del that are called from several places > in the code (QMP, HMP and main emulator startup). > >

[Qemu-devel] [PATCH v2 01/15] qom: add helpers for UserCreatable object types

2016-01-11 Thread Daniel P. Berrange
The QMP monitor code has two helper methods object_add and qmp_object_del that are called from several places in the code (QMP, HMP and main emulator startup). The HMP and main emulator startup code also share further logic that extracts the qom-type & id values from a qdict. We soon need to use