commit | 306526b5de6984a164548572fd04d898dd6adbaa | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 17 14:16:05 2017 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 18 10:15:00 2017 +0200 |
tree | ffdd1a4b3c57ea7204646f81717464cc72b6513c | |
parent | ad52878f97610757390148fe5d5b4cc5ad15c585 [diff] |
watch_mem_write: implement 8-byte accesses Aligned 8-byte memory writes by a 64-bit target on a 64-bit host should always turn into atomic 8-byte writes on the host, however a write write watchpoint would end up tearing the 8-byte write into two 4-byte writes in access_with_adjusted_size(). Reported-by: Andrew Baumann <Andrew.Baumann@microsoft.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>