Re: [Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-05-03 Thread Stefan Hajnoczi
On Fri, May 03, 2019 at 10:04:10AM +0100, Alex Bennée wrote: > Stefan Hajnoczi writes: > > +Isolation mechanisms > > + > > +Several isolation mechanisms are available to realize this architecture of > > +guest isolation and the principle of least privilege. With the exception

Re: [Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-05-03 Thread Stefan Hajnoczi
On Fri, May 03, 2019 at 11:35:29AM +0100, Daniel P. Berrangé wrote: > On Fri, May 03, 2019 at 11:28:53AM +0100, Peter Maydell wrote: > > On Fri, 3 May 2019 at 11:19, Daniel P. Berrangé wrote: > > > Everything above here is useful to QEMU devs, app devs & end users and > > > should be made part of

Re: [Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-05-03 Thread Daniel P . Berrangé
On Fri, May 03, 2019 at 11:28:53AM +0100, Peter Maydell wrote: > On Fri, 3 May 2019 at 11:19, Daniel P. Berrangé wrote: > > Everything above here is useful to QEMU devs, app devs & end users and > > should be made part of the main QEMU doc - convert it to texi and @include > > it from qemu-doc.tex

Re: [Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-05-03 Thread Peter Maydell
On Fri, 3 May 2019 at 11:19, Daniel P. Berrangé wrote: > Everything above here is useful to QEMU devs, app devs & end users and > should be made part of the main QEMU doc - convert it to texi and @include > it from qemu-doc.texi, as we do for other stuff under docs/ If we convert it to texi we'll

Re: [Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-05-03 Thread Daniel P . Berrangé
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 deve

Re: [Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-05-03 Thread Philippe Mathieu-Daudé
On 5/3/19 11:04 AM, Alex Bennée wrote: > > Stefan Hajnoczi writes: > >> 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

Re: [Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-05-03 Thread Alex Bennée
Stefan Hajnoczi writes: > 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 th

Re: [Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-05-03 Thread Stefano Garzarella
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 deve

Re: [Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-05-01 Thread Stefan Hajnoczi
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 deve

[Qemu-devel] [PATCH v2] security.rst: add Security Guide to developer docs

2019-04-25 Thread Stefan Hajnoczi
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