Re: [Qemu-devel] [PATCH v11 02/15] rdma: introduce qemu_update_position()

2013-06-25 Thread Juan Quintela
mrhi...@linux.vnet.ibm.com wrote: > From: "Michael R. Hines" > > RDMA writes happen asynchronously, and thus the performance accounting > also needs to be able to occur asynchronously. This allows anybody > to call into savevm.c to update both f->pos as well as into arch_init.c > to update the acc

[Qemu-devel] [PATCH v11 02/15] rdma: introduce qemu_update_position()

2013-06-24 Thread mrhines
From: "Michael R. Hines" RDMA writes happen asynchronously, and thus the performance accounting also needs to be able to occur asynchronously. This allows anybody to call into savevm.c to update both f->pos as well as into arch_init.c to update the acct_info structure with up-to-date values when