Comment 6 for bug 1493049

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

@pboldin,

the patch you cited was one of several (7?) which appear to be related, including

commit 677e7805cf95f3b2bca8baf0888d1ebed7f0c606
Author: Paolo Bonzini <email address hidden>
Date: Mon Mar 23 10:53:21 2015 +0100
    memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
    DIRTY_MEMORY_CODE is only needed for TCG. By adding it directly to
    mr->dirty_log_mask, we avoid testing for TCG everywhere a region is
    checked for the enabled/disabled state of dirty logging.

Are you certain only that one patch is needed?