Re: [Qemu-devel] [PATCH 03/51] ram: Create RAMState

2017-03-26 Thread Peter Xu
On Thu, Mar 23, 2017 at 09:44:56PM +0100, Juan Quintela wrote: > We create a struct where to put all the ram state > > Start with the following fields: > > last_seen_block, last_sent_block, last_offset, last_version and > ram_bulk_stage are globals that are really related together. > > Signed-of

[Qemu-devel] [PATCH 03/51] ram: Create RAMState

2017-03-23 Thread Juan Quintela
We create a struct where to put all the ram state Start with the following fields: last_seen_block, last_sent_block, last_offset, last_version and ram_bulk_stage are globals that are really related together. Signed-off-by: Juan Quintela Reviewed-by: Dr. David Alan Gilbert -- Fix typo and war