Re: [Qemu-devel] [PATCH 1/6] ram: make all save_page functions take a uint64_t parameter

2015-02-24 Thread Amit Shah
On (Thu) 12 Feb 2015 [23:03:06], Juan Quintela wrote: It used to be an int, but then we can't pass directly the bytes_transferred parameter, that would happen later in the series. Signed-off-by: Juan Quintela quint...@redhat.com --- arch_init.c | 11 ---

[Qemu-devel] [PATCH 1/6] ram: make all save_page functions take a uint64_t parameter

2015-02-12 Thread Juan Quintela
It used to be an int, but then we can't pass directly the bytes_transferred parameter, that would happen later in the series. Signed-off-by: Juan Quintela quint...@redhat.com --- arch_init.c | 11 --- include/migration/migration.h | 2 +- include/migration/qemu-file.h