Patchew URL: https://patchew.org/QEMU/20190201230042.31003-1-...@redhat.com/
Hi,
This series failed the docker-mingw@fedora build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#!/bi
On 2/2/19 12:00 AM, Michael S. Tsirkin wrote:
> Comment near strncpy explains kernel_cmdline does
> not need to be 0-terminated.
>
> Accordingly mark it as QEMU_NONSTRING.
>
> Without this, gcc warns:
> 'strncpy' specified bound 256 equals destination size
>
> Signed-off-by: Michael S. Tsirk
Comment near strncpy explains kernel_cmdline does
not need to be 0-terminated.
Accordingly mark it as QEMU_NONSTRING.
Without this, gcc warns:
'strncpy' specified bound 256 equals destination size
Signed-off-by: Michael S. Tsirkin
---
hw/sh4/r2d.c | 2 +-
1 file changed, 1 insertion(+), 1