Message ID | 20210209153757.1653598-1-eperezma@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | vDPA shadow virtqueue - notifications forwarding | expand |
Jason, Correct me if I'm wrong. Based on this series, is your proposal to move the touched functions in vhost.c [1] to vhost_ops, so they will become backend-dependent operations, and then develop shadow vq backend to intercept them? Other code would also move to that new backend, like the setup/teardown. [1] vhost_virtqueue_mask and vhost_dev_disable_notifiers
Patchew URL: https://patchew.org/QEMU/20210209153757.1653598-1-eperezma@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210209153757.1653598-1-eperezma@redhat.com Subject: [RFC v2 0/7] vDPA shadow virtqueue - notifications forwarding === 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 From https://github.com/patchew-project/qemu * [new tag] patchew/1612868085-72809-1-git-send-email-bmeng.cn@gmail.com -> patchew/1612868085-72809-1-git-send-email-bmeng.cn@gmail.com * [new tag] patchew/1612950879-49023-1-git-send-email-bmeng.cn@gmail.com -> patchew/1612950879-49023-1-git-send-email-bmeng.cn@gmail.com * [new tag] patchew/1612956141-63712-1-git-send-email-bmeng.cn@gmail.com -> patchew/1612956141-63712-1-git-send-email-bmeng.cn@gmail.com Switched to a new branch 'test' 0c0f4f0 vhost: Route host->guest notification through shadow virtqueue ad1a0b1 vhost: Route guest->host notification through shadow virtqueue abfe6ae vhost: Add x-vhost-enable-shadow-vq qmp b3b7544 vhost: Add VhostShadowVirtqueue cc4e481 vhost: Save masked_notifier state 5237982 virtio: Add virtio_queue_host_notifier_status fd946d9 vhost: Delete trailing dot in errpr_setg argument === OUTPUT BEGIN === 1/7 Checking commit fd946d9a576c (vhost: Delete trailing dot in errpr_setg argument) ERROR: Missing Signed-off-by: line(s) total: 1 errors, 0 warnings, 8 lines checked Patch 1/7 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 2/7 Checking commit 523798209c6a (virtio: Add virtio_queue_host_notifier_status) 3/7 Checking commit cc4e48155cfa (vhost: Save masked_notifier state) 4/7 Checking commit b3b75447560c (vhost: Add VhostShadowVirtqueue) WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #32: new file mode 100644 total: 0 errors, 1 warnings, 95 lines checked Patch 4/7 has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. 5/7 Checking commit abfe6ae82846 (vhost: Add x-vhost-enable-shadow-vq qmp) 6/7 Checking commit ad1a0b1c0b05 (vhost: Route guest->host notification through shadow virtqueue) 7/7 Checking commit 0c0f4f08a1ef (vhost: Route host->guest notification through shadow virtqueue) === OUTPUT END === Test command exited with code: 1 The full log is available at http://patchew.org/logs/20210209153757.1653598-1-eperezma@redhat.com/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com