On 02/04/2012 04:00 AM, Anthony Liguori wrote:
Yeah, I was just thinking out loud. My plan is to pull your series into my qom-rebase branch. The last few commits on https://github.com/aliguori/qemu/tree/qom-rebase.12 have a variant visitor and accessors that use it.
Ok, I'll cherry-pick from there and send out an updated patch series later today. I have some more bugfixes and documentation improvements.
I started looking at PROP_PTR. It's divided in 4: - things that do not need PROP_PTR (smbus_eeprom, vmmouse); - OMAP, which can be done now; - things that need your 4/4 to set up links to devices; - things that need CPU objects; Paolo