Re: [Qemu-devel] [PATCH v3 7/7] hw/sparc64: 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 > sparc64-specific key. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/sparc64/sun4u.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/hw/sparc64/

[Qemu-devel] [PATCH v3 7/7] hw/sparc64: 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 sparc64-specific key. Signed-off-by: Philippe Mathieu-Daudé --- hw/sparc64/sun4u.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/hw/sparc64/sun4u.c b/hw/sparc64/sun4u.c index 399f2d73c81..4230b17b873 100644