diff options
author | Dr. David Alan Gilbert | 2014-05-09 12:54:55 +0200 |
---|---|---|
committer | Juan Quintela | 2014-05-14 15:24:51 +0200 |
commit | 14bcfdc7f1997492f59493214a24a27f5aa05c09 (patch) | |
tree | 1099d8f64c0f285811d467be36721edca0465cd2 /hw/pci-host | |
parent | arch_init: Simplify code for load_xbzrle() (diff) | |
download | qemu-14bcfdc7f1997492f59493214a24a27f5aa05c09.tar.gz qemu-14bcfdc7f1997492f59493214a24a27f5aa05c09.tar.xz qemu-14bcfdc7f1997492f59493214a24a27f5aa05c09.zip |
Split ram_save_block
ram_save_block is getting a bit too complicated, and does two separate
things:
1) Finds a page to send
2) Sends the page (dealing with compression etc)
Split into 'ram_save_page' to send the page and deal with compression (2)
Rename remaining function to 'ram_find_and_save_block'
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hw/pci-host')
0 files changed, 0 insertions, 0 deletions