On 21/5/23 14:30, Bernhard Beschow wrote:
Rather than using a string literal which is prone to typos let's use a macro instead which is caught by the compiler if mistyped.Signed-off-by: Bernhard Beschow <shen...@gmail.com> Acked-by: Michael S. Tsirkin <m...@redhat.com> --- hw/char/parallel-isa.c | 3 ++- hw/isa/isa-superio.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>