On 27/12/25 10:13, Paolo Bonzini wrote:
These partial headers are only included via system/memory.h, so keep them in
the same directory.
Signed-off-by: Paolo Bonzini <[email protected]>
---
include/system/memory.h | 14 +++++++-------
include/{exec => system}/memory_ldst.h.inc | 0
include/{exec => system}/memory_ldst_cached.h.inc | 0
include/{exec => system}/memory_ldst_phys.h.inc | 0
4 files changed, 7 insertions(+), 7 deletions(-)
rename include/{exec => system}/memory_ldst.h.inc (100%)
rename include/{exec => system}/memory_ldst_cached.h.inc (100%)
rename include/{exec => system}/memory_ldst_phys.h.inc (100%)
Similar to
https://lore.kernel.org/qemu-devel/[email protected]/
which also update MAINTAINERS accordingly.