On Fri, Jun 12, 2020 at 08:51:46AM -0700, no-re...@patchew.org wrote: > Patchew URL: https://patchew.org/QEMU/20200612141917.9446-1-...@redhat.com/ > > > > Hi, > > This series seems to have some coding style problems. See output below for > more information: > > Message-id: 20200612141917.9446-1-...@redhat.com > Subject: [PULL v2 00/58] virtio,acpi,pci: features, fixes, cleanups, tests > Type: series > > === TEST SCRIPT BEGIN === > #!/bin/bash > git rev-parse base > /dev/null || exit 0 > git config --local diff.renamelimit 0 > git config --local diff.renames True > git config --local diff.algorithm histogram > ./scripts/checkpatch.pl --mailback base.. > === TEST SCRIPT END === > > Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384 > Switched to a new branch 'test' > 46dd9b7 virtio-pci: fix queue_enable write > d9d64b5 pci: Display PCI IRQ pin in "info pci" > d784b45 acpi: ged: rename event memory region > 31f9185 acpi: fadt: add hw-reduced sleep register support > 7ea0b6d acpi: madt: skip pci override on pci-less systems. > c105d68 acpi: create acpi-common.c and move madt code > e5065df acpi: make build_madt() more generic. > 984d983 virtio: add vhost-user-vsock-pci device > 9da4528 virtio: add vhost-user-vsock base device > 65280b9 vhost-vsock: add vhost-vsock-common abstraction > 938682f hw/pci: Fix crash when running QEMU with "-nic model=rocker" > dc89e8a libvhost-user: advertise vring features > 91ccf2f Lift max ram slots limit in libvhost-user > 2d95eb8 Support individual region unmap in libvhost-user > 5965847 Support adding individual regions in libvhost-user > 4cbf181 Support ram slot configuration in libvhost-user > df71a7d Refactor out libvhost-user fault generation logic > c26fd6d Lift max memory slots limit imposed by vhost-user > 2c027ae Transmit vhost-user memory regions individually > 31f458e Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS > a498834 Add vhost-user helper to get MemoryRegion data > 0b879bd Add helper to populate vhost-user message regions > aeb2dd3 vhost-user-blk: delay vhost_user_blk_disconnect > 2764cfd char-socket: return -1 in case of disconnect during tcp_chr_write > 8094f71 hw/pci-host: Use the IEC binary prefix definitions > 2182c70 hw/pci/pci_bridge: Use the IEC binary prefix definitions > c2a6ce2 hw/pci/pci_bridge: Correct pci_bridge_io memory region size > 55e9447 hw/pci-host/prep: Correct RAVEN bus bridge memory region size > 9b4b0a1 pci: assert configuration access is within bounds > f5161c8 hw/pci/pcie: Move hot plug capability check to pre_plug callback > 61e916f MAINTAINERS: Fix the classification of bios-tables-test-allowed-diff.h > 8c4d9bc virtio-balloon: Provide an interface for free page reporting > 1f62891 virtio-balloon: Implement support for page poison reporting feature > a186c69 virtio-balloon: unref the iothread when unrealizing > f995a73 virtio-balloon: fix free page hinting check on unrealize > 1ae2534 virtio-balloon: fix free page hinting without an iothread > 23ca28d bios-tables-test: Generate reference tables for Q35/TPM-TIS > 681761b bios-tables-test: Add Q35/TPM-TIS test > 55dc15d tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS > d156ed4 tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-test > 1f7f0ed test/tpm-emu: include sockets and channel headers in tpm-emu header > 1d4ccd1 arm/acpi: TPM2 ACPI table support > 05d06ef acpi: Move build_tpm2() in the generic part > b3d7639 acpi: Convert build_tpm2() to build_append* API > c83165b acpi: tpm: Do not build TCPA table for TPM 2 > d5513c9 tests/acpi: update DSDT expected files > fd8fce1 acpi: move aml builder code for parallel device > ef1eb92 acpi: parallel: don't use _STA method > 7dd4ccf acpi: move aml builder code for serial device > bae880e acpi: serial: don't use _STA method > 97466cf acpi: rtc: use a single crs range > 74ad15b acpi: move aml builder code for rtc device > 7168264 qtest: allow DSDT acpi table changes > f0b0e85 tests/acpi: update expected SRAT files > cc03da0 hw/acpi/nvdimm: add a helper to augment SRAT generation > c864987 diffs-allowed: add the SRAT AML to diffs-allowed > 2029ad3 msix: allow qword MSI-X table accesses > > === OUTPUT BEGIN === > 1/57 Checking commit 2029ad30a9a4 (msix: allow qword MSI-X table accesses) > 2/57 Checking commit c8649877f7aa (diffs-allowed: add the SRAT AML to > diffs-allowed) > 3/57 Checking commit cc03da0d8b45 (hw/acpi/nvdimm: add a helper to augment > SRAT generation) > 4/57 Checking commit f0b0e85de3ba (tests/acpi: update expected SRAT files) > ERROR: Do not add expected files together with tests, follow instructions in > tests/qtest/bios-tables-test.c: both tests/data/acpi/virt/SRAT.memhp and > tests/qtest/bios-tables-test-allowed-diff.h found > > ERROR: Do not add expected files together with tests, follow instructions in > tests/qtest/bios-tables-test.c: both tests/data/acpi/virt/SRAT.memhp and > tests/qtest/bios-tables-test-allowed-diff.h found
The checkpatch fix isn't merged yet... -- MST