qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] security.rst: add Security Guide to developer docs
@ 2019-05-09 12:18 Stefan Hajnoczi
  2019-05-09 12:18 ` [Qemu-devel] [PATCH v3 1/2] docs: add Secure Coding Practices " Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Stefan Hajnoczi @ 2019-05-09 12:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Alex Bennée, Stefan Hajnoczi,
	Philippe Mathieu-Daudé, Stefano Garzarella

v3:
 * Split into security.texi for qemu-doc and secure-coding-practices.rst for
   the developer documentation [danpb]
 * Mentioned that QEMU can be started as non-root using UNIX groups on
   /dev/kvm, /dev/net/tun, etc [Alex Bennee]
 * Kept Acked-by and Reviewed-by since the v3 changes are minor
v2:
 * Added mention of passthrough USB and PCI devices [philmd]
 * Reworded resource limits [philmd]
 * Added qemu_log_mask(LOG_GUEST_ERROR) [philmd]

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 series extends the QEMU documentation to cover security topics,
though this is just the beginning and we could flesh it out more in the future.

Stefan Hajnoczi (2):
  docs: add Secure Coding Practices to developer docs
  docs: add Security chapter to the documentation

 Makefile                               |   2 +-
 docs/devel/index.rst                   |   1 +
 docs/devel/secure-coding-practices.rst | 106 ++++++++++++++++++++
 docs/security.texi                     | 131 +++++++++++++++++++++++++
 qemu-doc.texi                          |   3 +
 5 files changed, 242 insertions(+), 1 deletion(-)
 create mode 100644 docs/devel/secure-coding-practices.rst
 create mode 100644 docs/security.texi

-- 
2.21.0



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-05-10  9:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-09 12:18 [Qemu-devel] [PATCH v3 0/2] security.rst: add Security Guide to developer docs Stefan Hajnoczi
2019-05-09 12:18 ` [Qemu-devel] [PATCH v3 1/2] docs: add Secure Coding Practices " Stefan Hajnoczi
2019-05-09 12:22   ` Daniel P. Berrangé
2019-05-10  1:11   ` Li Qiang
2019-05-09 12:18 ` [Qemu-devel] [PATCH v3 2/2] docs: add Security chapter to the documentation Stefan Hajnoczi
2019-05-09 12:21   ` Daniel P. Berrangé
2019-05-10  1:19   ` Li Qiang
2019-05-10  9:54 ` [Qemu-devel] [PATCH v3 0/2] security.rst: add Security Guide to developer docs Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).