Comment 3 for bug 1493049

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

thanks for reporting this bug.

Your backported patch skips the part in render_memory_region() where:

- fr.dirty_log_mask = mr->dirty_log_mask;
+ fr.dirty_log_mask = memory_region_get_dirty_log_mask(mr);

Was that on purpose?

Also, in the NOVA bug you said you had filed a 'trusty' bug. From the description it seems as though wily should also be affected. That means I should fix in wily and SRU to trusty. Is there a reason why it need not be fixed in wily?