Re: [Qemu-devel] [PATCH V2 0/5] VMState cleanups

2012-03-14 Thread Peter Maydell
On 5 March 2012 08:30, Igor Mitsyanko wrote: > This patchset cleans up and optimizes vmstate implementation. > > v1-v2 > PATCH 4 now moves VMSTATE_UINTTL* macros to cpu-defs.h instead of to > vmstate.h. > put_target_ul/get_target_ul introduction is dropped. > PATCH2,PATCH3 commit messages are rew

[Qemu-devel] [PATCH V2 0/5] VMState cleanups

2012-03-05 Thread Igor Mitsyanko
This patchset cleans up and optimizes vmstate implementation. v1-v2 PATCH 4 now moves VMSTATE_UINTTL* macros to cpu-defs.h instead of to vmstate.h. put_target_ul/get_target_ul introduction is dropped. PATCH2,PATCH3 commit messages are rewritten a little bit. But I'm still not sure whether Andrzej