[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [Qemu-devel] [RFC QEMU PATCH v3 00/10] Implement vNVDIMM for Xen HVM guest
Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [RFC QEMU PATCH v3 00/10] Implement vNVDIMM for Xen HVM guest Message-id: 20170911044157.15403-1-haozhong.zhang@xxxxxxxxx Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True commits="$(git log --format=%H --reverse $BASE..)" for c in $commits; do echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..." if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then failed=1 echo fi n=$((n+1)) done exit $failed === TEST SCRIPT END === Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 From https://github.com/patchew-project/qemu * [new tag] patchew/20170911044157.15403-1-haozhong.zhang@xxxxxxxxx -> patchew/20170911044157.15403-1-haozhong.zhang@xxxxxxxxx Switched to a new branch 'test' d5f5b8faf2 hw/xen-hvm: enable building DM ACPI if vNVDIMM is enabled 73b52971f5 nvdimm acpi: do not build _FIT method on Xen 1c6eeac40e nvdimm acpi: copy ACPI namespace device of vNVDIMM to Xen guest f2d6097366 nvdimm acpi: copy NFIT to Xen guest 69ddac3d65 hw/xen-hvm: add function to copy ACPI into guest memory cae88474b2 hw/xen-hvm: initialize DM ACPI 23a0e4204a nvdimm acpi: do not use fw_cfg on Xen e298be5d96 hostmem-xen: add a host memory backend for Xen f069bbb659 hw/xen-hvm: create the hotplug memory region on Xen 69b6b6e9fa nvdimm: do not intiailize nvdimm->label_data if label size is zero === OUTPUT BEGIN === Checking PATCH 1/10: nvdimm: do not intiailize nvdimm->label_data if label size is zero... ERROR: braces {} are necessary for all arms of this statement #33: FILE: hw/mem/nvdimm.c:97: + if (nvdimm->label_size) [...] total: 1 errors, 0 warnings, 16 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 2/10: hw/xen-hvm: create the hotplug memory region on Xen... ERROR: braces {} are necessary for all arms of this statement #29: FILE: hw/i386/pc.c:1356: + if (!pcmc->has_reserved_memory || machine->ram_size >= machine->maxram_size) [...] total: 1 errors, 0 warnings, 113 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Checking PATCH 3/10: hostmem-xen: add a host memory backend for Xen... Checking PATCH 4/10: nvdimm acpi: do not use fw_cfg on Xen... Checking PATCH 5/10: hw/xen-hvm: initialize DM ACPI... Checking PATCH 6/10: hw/xen-hvm: add function to copy ACPI into guest memory... Checking PATCH 7/10: nvdimm acpi: copy NFIT to Xen guest... Checking PATCH 8/10: nvdimm acpi: copy ACPI namespace device of vNVDIMM to Xen guest... Checking PATCH 9/10: nvdimm acpi: do not build _FIT method on Xen... Checking PATCH 10/10: hw/xen-hvm: enable building DM ACPI if vNVDIMM is enabled... === OUTPUT END === Test command exited with code: 1 --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-devel@xxxxxxxxxxxxx _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |