Pan Nengyuan 于2020年9月4日周五 下午3:19写道:
>
> 'err' is unnecessary in x86_cpu_class_check_missing_features(), we can change
> x86_cpu_expand_features()
> to return true on success, false on failure, then pass NULL here to remove it.
>
> Signed-off-by: Pan Nengyuan
> Suggested-by: Markus Armbruster
R
ping!
Maybe missed to queue?
On 2020/9/4 21:20, Philippe Mathieu-Daudé wrote:
> On 9/4/20 3:45 PM, Pan Nengyuan wrote:
>> 'err' is unnecessary in x86_cpu_class_check_missing_features(), we can
>> change x86_cpu_expand_features()
>> to return true on success, false on failure, then pass NULL here
On 9/4/20 3:45 PM, Pan Nengyuan wrote:
> 'err' is unnecessary in x86_cpu_class_check_missing_features(), we can change
> x86_cpu_expand_features()
> to return true on success, false on failure, then pass NULL here to remove it.
>
> Signed-off-by: Pan Nengyuan
> Suggested-by: Markus Armbruster
'err' is unnecessary in x86_cpu_class_check_missing_features(), we can change
x86_cpu_expand_features()
to return true on success, false on failure, then pass NULL here to remove it.
Signed-off-by: Pan Nengyuan
Suggested-by: Markus Armbruster
---
target/i386/cpu.c | 15 +++
1 file