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

2024-01-27 Thread Zhao Liu
On Fri, Jan 26, 2024 at 11:03:51PM +0100, Philippe Mathieu-Daudé wrote: > Date: Fri, 26 Jan 2024 23:03:51 +0100 > From: Philippe Mathieu-Daudé > Subject: [PATCH v2 09/23] target/i386/hvf: Use CPUState typedef > X-Mailer: git-send-email 2.41.0 > > QEMU coding style recomme

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

2024-01-26 Thread Richard Henderson
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é --- target/i386/hvf/x86.h | 26 +- target/i386/hvf/x86_descr.h

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

2024-01-26 Thread Philippe Mathieu-Daudé
QEMU coding style recommend using structure typedefs: https://www.qemu.org/docs/master/devel/style.html#typedefs Signed-off-by: Philippe Mathieu-Daudé --- target/i386/hvf/x86.h | 26 +- target/i386/hvf/x86_descr.h | 14 +++--- target/i386/hvf/x86_emu.h |