From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ej7BW-0000Rq-1d for qemu-devel@nongnu.org; Tue, 06 Feb 2018 12:37:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ej7BR-0000JB-T8 for qemu-devel@nongnu.org; Tue, 06 Feb 2018 12:37:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47990) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ej7BR-0000IX-M7 for qemu-devel@nongnu.org; Tue, 06 Feb 2018 12:37:29 -0500 Date: Tue, 6 Feb 2018 18:37:20 +0100 From: Eduardo Otubo Message-ID: <20180206173720.GB18388@vader> References: <1517935008-4702-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1517935008-4702-1-git-send-email-thuth@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, Paolo Bonzini , Kashyap Chamarthy , Alex =?utf-8?Q?Benn=C3=A9e?= , Pankaj Gupta , Prasad J Pandit On Tue, Feb 06, 2018 at 05:36:48PM +0100, Thomas Huth wrote: > Let's provide some links to the videos from DevConf and FOSDEM. >=20 > Signed-off-by: Thomas Huth Reviewed-by: Eduardo Otubo > --- > I've tried my best to find all talks that are related to QEMU, not sur= e > whether I've correctly identified all of them. If you are aware of any > other talk that should be in the list here, please let me know. >=20 > _posts/2018-02-06-devconf-fosdem.md | 37 +++++++++++++++++++++++++++++= ++++++++ > 1 file changed, 37 insertions(+) > create mode 100644 _posts/2018-02-06-devconf-fosdem.md >=20 > diff --git a/_posts/2018-02-06-devconf-fosdem.md b/_posts/2018-02-06-de= vconf-fosdem.md > new file mode 100644 > index 0000000..48eb7bf > --- /dev/null > +++ b/_posts/2018-02-06-devconf-fosdem.md > @@ -0,0 +1,37 @@ > +--- > +layout: post > +title: "Presentations from DevConf and FOSDEM 2018" > +date: 2018-02-06 17:00:00 +0100 > +author: Thomas Huth > +categories: [presentations, conferences] > +--- > +During the past two weeks, there were two important conferences for Op= en > +Source developers in Europe, where you could also enjoy some QEMU rela= ted > +presentations. The following QEMU-related talks were held at the > +[DevConf 2018](https://devconf.cz/cz/2018) conference in Brno: > + > +* [Eliminating guest page cache](https://www.youtube.com/watch?v=3DNG0= n5MTXOa4) > + by Pankaj Gupta > + > +* [Anatomy of KVM Guest](https://www.youtube.com/watch?v=3Dt-MSukwDqeM= ) > + by Prasad J Pandit > + > +* [QEMU Sandboxing for dummies](https://www.youtube.com/watch?v=3D_7yG= iafZdVc) > + by Eduardo Otubo > + > +And at the [FOSDEM 2018](https://fosdem.org/2018/) in Brussels, you co= uld > +listen to the following QEMU related talks: > + > +* [QEMU in UEFI](https://fosdem.org/2018/schedule/event/vai_qemu_in_ue= fi/) > + by Alexander Graf > + > +* [Live Block Device Operations in > + QEMU](https://fosdem.org/2018/schedule/event/vai_qemu_live_dev_oper= ations/) > + by Kashyap Chamarthy > + > +* [Vectors Meet > + Virtualization](https://fosdem.org/2018/schedule/event/vai_vectors_= meet_virtualization/) > + by Alex Benn=C3=A9e > + > +* [Finding your way through the QEMU parameter > + jungle](https://fosdem.org/2018/schedule/event/vai_qemu_jungle/) > --=20 > 1.8.3.1 >=20 --=20 Eduardo Otubo