
27 Aug
2014
27 Aug
'14
9:06 p.m.
On Tue, Aug 26, 2014 at 11:02 AM, Wang Rui <moon.wangrui@huawei.com> wrote:
On 2014/8/22 18:47, Maxime Leroy wrote:
This patch adds configuration support for the shmem device as described in the schema in the previous patch. [..] + if (model) { + if ((def->model == virDomainShmemModelTypeFromString(model)) < 0) {
I guess you intend 'def->modle = ...' not 'def->model == ...' .
Thanks. Anyway model attribute will be removed. Maxime