[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 0/4] QEMU changes to do PVH boot
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH v3 0/4] QEMU changes to do PVH boot |
Date: |
Sun, 20 Jan 2019 18:31:58 -0800 (PST) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed the address@hidden 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 ===
#!/bin/bash
time make address@hidden SHOW_ENV=1 J=14
=== TEST SCRIPT END ===
CC dma-helpers.o
CC vl.o
/tmp/qemu-test/src/block/sheepdog.c: In function 'find_vdi_name':
/tmp/qemu-test/src/block/sheepdog.c:1239:5: error: 'strncpy' specified bound
256 equals destination size [-Werror=stringop-truncation]
strncpy(buf + SD_MAX_VDI_LEN, tag, SD_MAX_VDI_TAG_LEN);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
The full log is available at
http://patchew.org/logs/address@hidden/address@hidden/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to address@hidden
- [Qemu-devel] [PATCH v3 0/4] QEMU changes to do PVH boot, Liam Merwick, 2019/01/15
- [Qemu-devel] [PATCH v3 2/5] elf-ops.h: Add get_elf_note_type(), Liam Merwick, 2019/01/15
- [Qemu-devel] [PATCH v3 3/5] pvh: Add x86/HVM direct boot ABI header file, Liam Merwick, 2019/01/15
- [Qemu-devel] [PATCH v3 1/5] elf: Add optional function ptr to load_elf() to parse ELF notes, Liam Merwick, 2019/01/15
- [Qemu-devel] [PATCH v3 4/5] pvh: Boot uncompressed kernel using direct boot ABI, Liam Merwick, 2019/01/15
- [Qemu-devel] [PATCH v3 5/5] pvh: load initrd and expose it through fw_cfg, Liam Merwick, 2019/01/15
- Re: [Qemu-devel] [PATCH v3 0/4] QEMU changes to do PVH boot, Paolo Bonzini, 2019/01/15
- Re: [Qemu-devel] [PATCH v3 0/4] QEMU changes to do PVH boot,
no-reply <=