On 2/12/25 13:46, Gautam Menghani wrote:
In the parse_* functions used to parse the return values of KVM_PPC_GET_CPU_CHAR ioctl, the return values are hardcoded as numbers. Use the macro names for better readability. No functional change intended.Signed-off-by: Gautam Menghani <[email protected]> --- target/ppc/kvm.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
Nice cleanup, thanks!
