Sanidhya Kashyap wrote:
> Following are the changes made with respect to the previous version:
> Chen's advice
> 1) Replaced DIRTY_MEMORY_LOG_BITMAP with DIRTY_MEMORY_MIGRATION and
> completely removed the DIRTY_MEMORY_LOG_BITMAP flag.
>
> Eric's advice
> 2) Replaced FILE pointer with file descrip
* Sanidhya Kashyap (sanidhya.ii...@gmail.com) wrote:
> Following are the changes made with respect to the previous version:
> Chen's advice
> +if (qemu_write_full(fd, &ram_bitmap_pages, sizeof(int64_t)) < 0) {
> +b->state = LOG_BITMAP_STATE_ERROR;
> +goto log_thread_end;
> +
Following are the changes made with respect to the previous version:
Chen's advice
1) Replaced DIRTY_MEMORY_LOG_BITMAP with DIRTY_MEMORY_MIGRATION and
completely removed the DIRTY_MEMORY_LOG_BITMAP flag.
Eric's advice
2) Replaced FILE pointer with file descriptor.
3) Replaced fopen/fclose with qem