From patchwork Tue May 16 15:07:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Huth X-Patchwork-Id: 9729277 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BFDA960386 for ; Tue, 16 May 2017 15:09:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B03FA283FD for ; Tue, 16 May 2017 15:09:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A1EE628A21; Tue, 16 May 2017 15:09:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 4A766283FD for ; Tue, 16 May 2017 15:09:06 +0000 (UTC) Received: from localhost ([::1]:42667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAe5y-00075u-7P for patchwork-qemu-devel@patchwork.kernel.org; Tue, 16 May 2017 11:09:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAe58-00072t-Q6 for qemu-devel@nongnu.org; Tue, 16 May 2017 11:08:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAe55-0001cv-Hw for qemu-devel@nongnu.org; Tue, 16 May 2017 11:08:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48628) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAe55-0001bz-Bq for qemu-devel@nongnu.org; Tue, 16 May 2017 11:08:11 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 03DC47D4E6 for ; Tue, 16 May 2017 15:07:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 03DC47D4E6 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=thuth@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 03DC47D4E6 Received: from thh440s.redhat.com (ovpn-116-155.ams2.redhat.com [10.36.116.155]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0C3EB8D6A3; Tue, 16 May 2017 15:07:57 +0000 (UTC) From: Thomas Huth To: qemu-devel@nongnu.org, Paolo Bonzini Date: Tue, 16 May 2017 17:07:57 +0200 Message-Id: <1494947277-26158-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 16 May 2017 15:08:04 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] Add a blog post with links to the presentations from the DevConf 2017 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP This post provides links to the talks from the virtualization track at the DevConf 2017 in Brno. Signed-off-by: Thomas Huth --- Note: I've added links to all presentations from the virtualization track ... not all of them are really related to QEMU, so not sure whether this is appropriate for the QEMU blog ... but I thought it would be nice to have a collection with all links, so I included all of them here. _posts/2017-05-16-devconf-presentations.md | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 _posts/2017-05-16-devconf-presentations.md diff --git a/_posts/2017-05-16-devconf-presentations.md b/_posts/2017-05-16-devconf-presentations.md new file mode 100644 index 0000000..1c67bd5 --- /dev/null +++ b/_posts/2017-05-16-devconf-presentations.md @@ -0,0 +1,47 @@ +--- +layout: post +title: "Presentations from DevConf 2017" +date: 2017-05-16 16:00:00 +0200 +author: Thomas Huth +categories: presentations +--- +There were a couple of QEMU / virtualization related talks at the +[DevConf 2017](https://devconf.cz/2017/) conference that took place at the +end of January already, but so far we missed to gather the links to the +recordings of these talks. So here is now the list: + +* [How to write a legacy storage device + emulator](https://www.youtube.com/watch?v=nnMso6RmiOU&t=258) + by John Snow + +* [GPU Passthrough using GNOME + Boxes](https://www.youtube.com/watch?v=O33s1paYuYg&t=75) + by Felipe Borges + +* [Self-virtualizing Linux on + x86](https://www.youtube.com/watch?v=Gn7Bdq9_cUA&t=118) + by Radim Krčmář + +* [New ways to remote desktops with GStreamer + integration](https://www.youtube.com/watch?v=C5ox_M-k63w) + by Victor Toso de Carvalho and Pavel Grunt + +* [Can VMs networking benefit from + DPDK](https://www.youtube.com/watch?v=cbm30mPp0hE&t=210) + by Maxime Coquelin and Victor Kaplansky + +* [Windows VMs on KVM: The Good, the Bad and the + Ugly](https://www.youtube.com/watch?v=o3TBT68xCm8&t=92) + by Ladi Prosek + +* [Pet VMs in Kubernetes? + WTH](https://www.youtube.com/watch?v=_w4roI9T7VE&t=85) + by Fabian Deutsch + +* [Virtualization development improved with + Lago](https://www.youtube.com/watch?v=ChtZaG_60AQ&t=48) + by Rafael Martins + +* [An ARMful of guests: virtualization on 64-bit + ARM](https://www.youtube.com/watch?v=x1a_f_2IMG8) + by Andrea Bolognani