mbox series

[0/3] target/i386/hvf: Style cleanup

Message ID 20231020111136.44401-1-philmd@linaro.org
Headers show
Series target/i386/hvf: Style cleanup | expand

Message

Philippe Mathieu-Daudé Oct. 20, 2023, 11:11 a.m. UTC
Keep HVF style closer to rest of target/i386/.
No functional changes.

Philippe Mathieu-Daudé (3):
  target/i386/hvf: Use CPUState typedef
  target/i386/hvf: Rename 'CPUState *cpu' variable as 'cs'
  target/i386/hvf: Rename 'X86CPU *x86_cpu' variable as 'cpu'

 target/i386/hvf/x86_emu.c | 106 +++++++++++++++++++-------------------
 1 file changed, 53 insertions(+), 53 deletions(-)