mbox series

[0/2] some simplifications in hw/core/fw-path-provider.c

Message ID 20220121202952.24763-1-danielhb413@gmail.com (mailing list archive)
Headers show
Series some simplifications in hw/core/fw-path-provider.c | expand

Message

Daniel Henrique Barboza Jan. 21, 2022, 8:29 p.m. UTC
Hi,

These are somes simplifications I found interesting to make while I was
investigating Gitlab #720.

It isn't clear in the MAINTAINERS file who is responsible for this file,
so I'm ccing the QOM maintainers since it's the closest match.


Daniel Henrique Barboza (2):
  hw/core/fw-path-provider: turn fw_path_provider_get_dev_path() static
  hw/core/fw-path-provider.c: open code fw_path_provider_get_dev_path()

 hw/core/fw-path-provider.c    | 14 +++-----------
 include/hw/fw-path-provider.h |  2 --
 2 files changed, 3 insertions(+), 13 deletions(-)

Comments

Philippe Mathieu-Daudé Jan. 21, 2022, 11:47 p.m. UTC | #1
On 21/1/22 21:29, Daniel Henrique Barboza wrote:
> Hi,
> 
> These are somes simplifications I found interesting to make while I was
> investigating Gitlab #720.
> 
> It isn't clear in the MAINTAINERS file who is responsible for this file,
> so I'm ccing the QOM maintainers since it's the closest match.
> 
> 
> Daniel Henrique Barboza (2):
>    hw/core/fw-path-provider: turn fw_path_provider_get_dev_path() static
>    hw/core/fw-path-provider.c: open code fw_path_provider_get_dev_path()

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>