qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 09/23] target/i386/hvf: Use CPUState typedef


From: Richard Henderson
Subject: Re: [PATCH v2 09/23] target/i386/hvf: Use CPUState typedef
Date: Sat, 27 Jan 2024 14:29:54 +1000
User-agent: Mozilla Thunderbird

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é<philmd@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]