On Thu, May 09, 2019 at 01:18:19PM +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 guide to secure coding practices. 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 <[email protected]> > Acked-by: Stefano Garzarella <[email protected]> > Reviewed-by: Alex Bennée <[email protected]> > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > --- > docs/devel/index.rst | 1 + > docs/devel/secure-coding-practices.rst | 106 +++++++++++++++++++++++++ > 2 files changed, 107 insertions(+) > create mode 100644 docs/devel/secure-coding-practices.rst
Reviewed-by: Daniel P. Berrangé <[email protected]> Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
