Re: [Qemu-devel] [PATCH v3 7/7] qom: don't pass string table to object_get_enum method

2015-05-12 Thread Daniel P. Berrange
On Fri, May 08, 2015 at 07:54:48PM +0200, Andreas Färber wrote: > Am 01.05.2015 um 12:30 schrieb Daniel P. Berrange: > > Now that properties can be explicitly registered as an enum > > type, there is no need to pass the string table to the > > object_get_enum method. The object property registratio

Re: [Qemu-devel] [PATCH v3 7/7] qom: don't pass string table to object_get_enum method

2015-05-08 Thread Andreas Färber
Am 01.05.2015 um 12:30 schrieb Daniel P. Berrange: > Now that properties can be explicitly registered as an enum > type, there is no need to pass the string table to the > object_get_enum method. The object property registration > already has a pointer to the string table. > > In changing this met

[Qemu-devel] [PATCH v3 7/7] qom: don't pass string table to object_get_enum method

2015-05-01 Thread Daniel P. Berrange
Now that properties can be explicitly registered as an enum type, there is no need to pass the string table to the object_get_enum method. The object property registration already has a pointer to the string table. In changing this method signature, the hostmem backend object has to be converted t