Re: [Qemu-devel] [PATCH v3 6/7] hw/sparc: Implement fw_cfg_arch_key_name()

2019-04-23 Thread Laszlo Ersek
On 04/22/19 21:50, Philippe Mathieu-Daudé wrote: > Implement fw_cfg_arch_key_name(), which returns the name of a > sparc32-specific key. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/sparc/sun4m.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/hw/sparc/sun4

[Qemu-devel] [PATCH v3 6/7] hw/sparc: Implement fw_cfg_arch_key_name()

2019-04-22 Thread Philippe Mathieu-Daudé
Implement fw_cfg_arch_key_name(), which returns the name of a sparc32-specific key. Signed-off-by: Philippe Mathieu-Daudé --- hw/sparc/sun4m.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c index ca1e3825d58..49251d62b35 100644 --- a/