Il 29/03/2012 21:28, Michael Roth ha scritto: > Since currently we explicitly point qmp to the marshaller anyway, we > could also just treat '**' as an indicator to not generate a marshaller. > Then, we open-code the marshaller to process the QDict, rather than embedding > it in the script or passing it through to qmp_device_add(). > > From the perspective of qmp_device_add() it then just looks like any > other qmp command.
That's what no_gen does, right? Paolo