qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

.github: Enable repo-lockdown bot to refuse GitHub pull requests

Some GitHub users try to open pull requests against the GitHub
mirror. Unfortunate these get ignored until eventually someone
notices and closes the request.

Enable the 'Repo Lockdown' [*] 3rd party bot which can autorespond
to pull requests with a friendly comment, close the request, and
then lock it to prevent further comments.

[*] https://github.com/dessant/repo-lockdown

Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-Id: <20200406214125.18538-1-f4bug@amsat.org>
[AJB: s/fill/file/ and point at canonical qemu.org/contribute]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

authored by

Philippe Mathieu-Daudé and committed by
Alex Bennée
20a4f14f 53ef8a92

+35
+34
.github/lockdown.yml
··· 1 + # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown 2 + 3 + # Close issues and pull requests 4 + close: true 5 + 6 + # Lock issues and pull requests 7 + lock: true 8 + 9 + issues: 10 + comment: | 11 + Thank you for your interest in the QEMU project. 12 + 13 + This repository is a read-only mirror of the project's master 14 + repostories hosted on https://git.qemu.org/git/qemu.git. 15 + The project does not process issues filed on GitHub. 16 + 17 + The project issues are tracked on Launchpad: 18 + https://bugs.launchpad.net/qemu 19 + 20 + QEMU welcomes bug report contributions. You can file new ones on: 21 + https://bugs.launchpad.net/qemu/+filebug 22 + 23 + pulls: 24 + comment: | 25 + Thank you for your interest in the QEMU project. 26 + 27 + This repository is a read-only mirror of the project's master 28 + repostories hosted on https://git.qemu.org/git/qemu.git. 29 + The project does not process merge requests filed on GitHub. 30 + 31 + QEMU welcomes contributions of code (either fixing bugs or adding new 32 + functionality). However, we get a lot of patches, and so we have some 33 + guidelines about contributing on the project website: 34 + https://www.qemu.org/contribute/
+1
MAINTAINERS
··· 2833 2833 M: Fam Zheng <fam@euphon.net> 2834 2834 R: Philippe Mathieu-Daudé <philmd@redhat.com> 2835 2835 S: Maintained 2836 + F: .github/lockdown.yml 2836 2837 F: .travis.yml 2837 2838 F: scripts/travis/ 2838 2839 F: .shippable.yml