On 6/22/20 6:48 PM, Richard Henderson wrote:
> On 6/21/20 3:25 PM, Philippe Mathieu-Daudé wrote:
>> Anyway I switched to a percent value. What is better to hold
>> it, an 'unsigned' or 'uint8_t' type?
>
> Might as well use unsigned; you'll not be saving space with uint8_t.
Bah if we want to migra
On 6/21/20 3:25 PM, Philippe Mathieu-Daudé wrote:
> Anyway I switched to a percent value. What is better to hold
> it, an 'unsigned' or 'uint8_t' type?
Might as well use unsigned; you'll not be saving space with uint8_t.
r~
On 6/21/20 9:23 PM, Richard Henderson wrote:
> On 6/20/20 4:07 PM, Philippe Mathieu-Daudé wrote:
>> Track the LED intensity, and emit a trace event when it changes.
>>
>> Signed-off-by: Philippe Mathieu-Daudé
>> ---
>> include/hw/misc/led.h | 1 +
>> hw/misc/led.c | 5 +
>> hw/misc/tr
On 6/20/20 4:07 PM, Philippe Mathieu-Daudé wrote:
> Track the LED intensity, and emit a trace event when it changes.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> include/hw/misc/led.h | 1 +
> hw/misc/led.c | 5 +
> hw/misc/trace-events | 1 +
> 3 files changed, 7 insertions(+)
Track the LED intensity, and emit a trace event when it changes.
Signed-off-by: Philippe Mathieu-Daudé
---
include/hw/misc/led.h | 1 +
hw/misc/led.c | 5 +
hw/misc/trace-events | 1 +
3 files changed, 7 insertions(+)
diff --git a/include/hw/misc/led.h b/include/hw/misc/led.h
index