[Qemu-devel] [PATCH 01/14] qdev: fix adding of ptr properties

2012-05-01 Thread Anthony Liguori
ptr properties have neither a get/set or a print/parse which means that when they're added they aren't treated as static or legacy properties. Just assume properties like this are legacy properties and treat them as such. Signed-off-by: Anthony Liguori --- hw/qdev.c |5 - 1 files change

[Qemu-devel] [PATCH 01/14] qdev: fix adding of ptr properties

2012-04-18 Thread Anthony Liguori
ptr properties have neither a get/set or a print/parse which means that when they're added they aren't treated as static or legacy properties. Just assume properties like this are legacy properties and treat them as such. Signed-off-by: Anthony Liguori --- hw/qdev.c |5 - 1 files change