]> Git Repo - qemu.git/commit
migration: Convert ram to use new load_setup()/load_cleanup()
authorJuan Quintela <[email protected]>
Wed, 28 Jun 2017 09:52:27 +0000 (11:52 +0200)
committerDr. David Alan Gilbert <[email protected]>
Mon, 10 Jul 2017 16:52:21 +0000 (17:52 +0100)
commitf265e0e437a5d5fd0b48143012e2242b85816f61
treebfc0fa5a82d2937aef0c4cee5f632f8c202f2933
parentacb5ea86971a7f3d0eac30996c4d0eab7b873879
migration: Convert ram to use new load_setup()/load_cleanup()

Once there, I rename ram_migration_cleanup() to ram_save_cleanup().
Notice that this is the first pass, and I only passed XBZRLE to the
new scheme.  Moved decoded_buf to inside XBZRLE struct.
As a bonus, I don't have to export xbzrle functions from ram.c.

Signed-off-by: Juan Quintela <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
--

loaded_data pointer was needed because called can change it (dave)
spell loaded correctly in comment (dave)
Message-Id: <20170628095228[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
migration/migration.c
migration/ram.c
migration/ram.h
This page took 0.026654 seconds and 4 git commands to generate.