qemu with hax to log dma reads & writes
jcs.org/2018/11/12/vfio
1# Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown
2
3# Close issues and pull requests
4close: true
5
6# Lock issues and pull requests
7lock: true
8
9issues:
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
23pulls:
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/