Re: [Qemu-devel] [PATCH 1/2] vmstate: u64 support

2009-10-19 Thread Glauber Costa
On Mon, Oct 19, 2009 at 5:07 PM, Juan Quintela wrote: > This is needed due to the difference betewen 'unsigned long' and 'unsigned > long long' types.  They don't typecheck. > > This allows to use directly linux kernel structures. > For the reference, it was included today in qemu-kvm.git as a de

[Qemu-devel] [PATCH 1/2] vmstate: u64 support

2009-10-19 Thread Juan Quintela
This is needed due to the difference betewen 'unsigned long' and 'unsigned long long' types. They don't typecheck. This allows to use directly linux kernel structures. Signed-off-by: Juan Quintela --- hw/hw.h | 13 + savevm.c | 23 +++ 2 files changed, 36 i