On 1/27/24 08:03, Philippe Mathieu-Daudé wrote:
QEMU coding style recommend using structure typedefs:
https://www.qemu.org/docs/master/devel/style.html#typedefs

Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  target/i386/hvf/x86.h       | 26 +++++++++++++-------------
  target/i386/hvf/x86_descr.h | 14 +++++++-------
  target/i386/hvf/x86_emu.h   |  4 ++--
  target/i386/hvf/x86_mmu.h   |  6 +++---
  target/i386/hvf/x86.c       | 26 +++++++++++++-------------
  target/i386/hvf/x86_descr.c |  8 ++++----
  target/i386/hvf/x86_mmu.c   | 14 +++++++-------
  7 files changed, 49 insertions(+), 49 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to