commit | 11f2ee1db6ed333a74a71fa38ce66fda926e230d | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Feb 20 12:51:08 2023 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Feb 27 13:27:05 2023 +0000 |
tree | 860dcff34e80949ce32b21c1f5e66521182aaf2a | |
parent | cb4c33f014925d860387ecef4d74a7f03cab6626 [diff] |
hw/char/pl011: Un-inline pl011_create() pl011_create() is only used in DeviceRealize handlers, not a hot-path. Inlining is not justified. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230220115114.25237-3-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>