]> git.proxmox.com Git - mirror_qemu.git/commit
ram: Create RAMState
authorJuan Quintela <quintela@redhat.com>
Mon, 13 Mar 2017 18:26:29 +0000 (19:26 +0100)
committerJuan Quintela <quintela@redhat.com>
Fri, 21 Apr 2017 10:25:35 +0000 (12:25 +0200)
commit6f37bb8bf31e98be5cbe536aec881e65ec985526
tree5d2cbbae733987b83f0d3fb5f91cc63210df62f9
parent36449157267e7269bed698c0590a3e6feb1edba1
ram: Create RAMState

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 <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
--

Fix typo and warnings
migration/ram.c