]> git.proxmox.com Git - mirror_qemu.git/commit
analyze-migration.py: Remove trick on parsing ramblocks
authorPeter Xu <peterx@redhat.com>
Wed, 17 Jan 2024 07:58:48 +0000 (15:58 +0800)
committerPeter Xu <peterx@redhat.com>
Mon, 29 Jan 2024 03:02:12 +0000 (11:02 +0800)
commit434b8adcf34dd43f19a4ec851eab33c8722d4877
treea40e3e99be185455cc312ed06397cbf149b45ace
parentb0504edd401dc77ddf09070bb0b22ad7573b4c77
analyze-migration.py: Remove trick on parsing ramblocks

RAM_SAVE_FLAG_MEM_SIZE contains the total length of ramblock idstr to know
whether scanning of ramblocks is complete.  Drop the trick.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20240117075848.139045-4-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
scripts/analyze-migration.py