[PATCH v6 1/2] target/i386: Trivial code motion and code style fix

2021-05-30 Thread Ziqiao Kong
A new pair of braces has to be added to declare variables in the case block. The code style is also fixed according to the transalte.c itself during the code motion. Signed-off-by: Ziqiao Kong --- Sorry for duplicate emails due to my bad network. Changes since v5: - None Changes since v4: - Rewri

[PATCH v6 1/2] target/i386: Trivial code motion and code style fix

2021-05-30 Thread Ziqiao Kong
A new pair of braces has to be added to declare variables in the case block. The code style is also fixed according to the transalte.c itself during the code motion. Signed-off-by: Ziqiao Kong --- Sorry for duplicate emails due to my bad network. Changes since v5: - None Changes since v4: - Rewri

[PATCH v6 1/2] target/i386: Trivial code motion and code style fix

2021-05-30 Thread Ziqiao Kong
A new pair of braces has to be added to declare variables in the case block. The code style is also fixed according to the transalte.c itself during the code motion. Signed-off-by: Ziqiao Kong --- Sorry for duplicate emails due to my bad network. Changes since v5: - None Changes since v4: - Rewr

[PATCH v6 1/2] target/i386: Trivial code motion and code style fix

2021-05-30 Thread Ziqiao Kong
A new pair of braces has to be added to declare variables in the case block. The code style is also fixed according to the transalte.c itself during the code motion. Signed-off-by: Ziqiao Kong --- Changes since v5: - None Changes since v4: - Rewrite commit message to specify the reason to add th