]> git.proxmox.com Git - mirror_qemu.git/commit
migration/postcopy: fix document of postcopy_send_discard_bm_ram()
authorWei Yang <richardw.yang@linux.intel.com>
Mon, 15 Jul 2019 02:05:49 +0000 (10:05 +0800)
committerJuan Quintela <quintela@redhat.com>
Mon, 15 Jul 2019 13:45:22 +0000 (15:45 +0200)
commit89dab31b277936d8808ffa0bd55a070027728e0f
treea8d42a8d157705e542c14b0843e27bfcbf2021c9
parentb17fbbe55cba95ad323b27c2f9f3e22eb6364d4b
migration/postcopy: fix document of postcopy_send_discard_bm_ram()

Commit 6b6712efccd3 ('ram: Split dirty bitmap by RAMBlock') changes the
parameter of postcopy_send_discard_bm_ram(), while left the document
part untouched.

This patch correct the document and fix two typo by hand.

Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190715020549.15018-1-richardw.yang@linux.intel.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/ram.c