On Thu, Jan 12, 2023 at 1:27 AM Daniel Henrique Barboza <[email protected]> wrote: > > Follow the QEMU convention of naming MachineState pointers as 'ms' by > renaming the instance in create_fdt() where we're calling it 'mc'. > > Cc: Paul Burton <[email protected]> > Cc: Aleksandar Rikalo <[email protected]> > Suggested-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Daniel Henrique Barboza <[email protected]> > --- > hw/mips/boston.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>
