Re: [PATCH 2/8] hw/char/pl011: Un-inline pl011_create()

2023-02-20 Thread Richard Henderson
On 2/20/23 01:51, Philippe Mathieu-Daudé wrote: pl011_create() is only used in DeviceRealize handlers, not a hot-path. Inlining is not justified. Signed-off-by: Philippe Mathieu-Daudé --- hw/char/pl011.c | 17 + include/hw/char/pl011.h | 19 +-- 2 file

Re: [PATCH 2/8] hw/char/pl011: Un-inline pl011_create()

2023-02-20 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > pl011_create() is only used in DeviceRealize handlers, > not a hot-path. Inlining is not justified. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro