On Thu, Apr 25, 2019 at 02:35:03PM +0100, Stefan Hajnoczi wrote: > At KVM Forum 2018 I gave a presentation on security in QEMU: > https://www.youtube.com/watch?v=YAdRf_hwxU8 (video) > https://vmsplice.net/~stefan/stefanha-kvm-forum-2018.pdf (slides) > > This patch adds a security guide to the developer docs. This document > covers things that developers should know about security in QEMU. It is > just a starting point that we can expand on later. I hope it will be > useful as a resource for new contributors and will save code reviewers > from explaining the same concepts many times. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > v2: > * Added mention of passthrough USB and PCI devices [philmd] > * Reworded resource limits [philmd] > * Added qemu_log_mask(LOG_GUEST_ERROR) [philmd] > --- > docs/devel/index.rst | 1 + > docs/devel/security.rst | 225 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 226 insertions(+) > create mode 100644 docs/devel/security.rst >
Very useful docs! Acked-by: Stefano Garzarella <sgarz...@redhat.com> Thanks, Stefano