Re: [PATCH v3 4/9] hvf: rename struct hvf_slot to HVFSlot

2022-03-18 Thread Peter Maydell
On Wed, 2 Mar 2022 at 13:04, Yan-Jie Wang wrote: > > Follow the QEMU coding style. Structured type names are in CamelCase. > > Signed-off-by: Yan-Jie Wang > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 4/9] hvf: rename struct hvf_slot to HVFSlot

2022-03-02 Thread Yan-Jie Wang
Follow the QEMU coding style. Structured type names are in CamelCase. Signed-off-by: Yan-Jie Wang --- accel/hvf/hvf-mem.c | 14 +++--- include/sysemu/hvf_int.h | 8 target/i386/hvf/hvf.c| 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/accel/h