On 03/05/2012 03:38 PM, Igor Mitsyanko wrote: >> Short summary: >> * switch wp groups to bitfield rather than int array >> * convert sd.c to use memory_region_init_ram() to allocate the wp >> groups >> (being careful to use memory_region_set_dirty() when we touch them) >> * we don't need variable-length fields for sd.c any more >> * rest of the vmstate conversion is straightforward >> > > OK, it turned out to be not so simple, we can't use memory API in sd.c > because TARGET_PHYS_ADDR_BITS value (and, consequently, > target_phys_addr_t) is not defined for common objects. > Well, can't you make sd.c target dependent? It's not so nice, but it does solve the problem. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html