|
From: | Dr. David Alan Gilbert (git) |
Subject: | [Qemu-devel] [PATCH 0/2] Fix MemoryRegionSection alignment and comparison |
Date: | Tue, 13 Aug 2019 11:29:34 +0100 |
From: "Dr. David Alan Gilbert" <address@hidden> This fixes a symptom I've seen on vhost-user on aarch64 where the daemon would be falsely notified of memory region changes that didn't exist. The underlying problem was me memcmp'ing MemoryRegionSections even though they had padding in. (Discovered while getting virtiofs working on aarch) Dave Dr. David Alan Gilbert (2): memory: Align and add helper for comparing MemoryRegionSections vhost: Fix memory region section comparison hw/virtio/vhost.c | 9 +++++++-- include/exec/memory.h | 14 +++++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) -- 2.21.0
[Prev in Thread] | Current Thread | [Next in Thread] |