]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: rename hvf_mmio_buf to emu_mmio_buf
authorWei Liu <liuwe@linux.microsoft.com>
Fri, 7 Mar 2025 19:55:15 +0000 (11:55 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Apr 2025 16:23:26 +0000 (18:23 +0200)
commite9c40026b641da21c96c877153cbe08706b2aac9
tree8e7cade6dfc220ee1b31e9e8a8989141d4622efd
parent444bae08bbdae175b14cc96a11af8640eb262963
target/i386: rename hvf_mmio_buf to emu_mmio_buf

We want to refactor HVF's instruction emulator to a common component. Renaming
hvf_mmio_buf removes the association between HVF and the instruction emulator.

The definition of the field is still guarded by CONFIG_HVF for now, since it is
the only user.

No functional change.

Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link: https://lore.kernel.org/r/1741377325-28175-5-git-send-email-liuwe@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.h
target/i386/hvf/hvf.c
target/i386/hvf/x86_emu.c