qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/7] target/mips: Add MXU register support


From: Aleksandar Markovic
Subject: Re: [Qemu-devel] [PATCH 1/7] target/mips: Add MXU register support
Date: Mon, 27 Aug 2018 12:35:53 +0000

> From: Craig Janeczek <address@hidden>
> Sent: Friday, August 24, 2018 9:44 PM
>
> Subject: [PATCH 1/7] target/mips: Add MXU register support
> 
> This commit makes the MXU registers and the helper functions for
> reading/writing to them. This is required for full MXU instruction
> support.

Hi, Craig,

The term "helper function" is good in general terminology sense, however, in 
QEMU terminology, it is used for something else (see op_helper.c for examples), 
and not for the case similar to the functions in this patch. Your functions 
generate "inline" code, in QEMU terminology, which is opposite to "helper" 
functions. Just don't use the word "helper" in the commit message. Use 
"wrapper", "utility", or similar word.

Thanks,
Aleksandar



reply via email to

[Prev in Thread] Current Thread [Next in Thread]